`
king_tt
  • 浏览: 2258055 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Ubuntu 配置网络命令

 
阅读更多

以eth0为例


1.以DHCP方式配置网卡

编辑文件: /etc/network/interfaces:

sudo vi /etc/network/interfaces


并用下面的行来替换有关eth0的行:

# The primary network interface,
# use DHCP to find our address
auto eth0
iface eth0 inet dhcp



用下面的命令使网络设置生效:

sudo /etc/init.d/networking restart


当然,也可以在命令行下直接输入下面的命令来获取地址

sudo dhclient eth0



2. 为网卡配置静态IP地址

编辑文件: /etc/network/interfaces:

sudo vi /etc/network/interfaces


并用下面的行来替换有关eth0的行:

# The primary network interface,
# use Static to find our address
auto eth0
iface eth0 inet static
address 192.168.1.98
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255


用下面的命令使网络设置生效:

sudo /etc/init.d/networking restart

注: 生效后,需要配置DNS后才可上网(步骤5)



3. 设定第二个IP地址(虚拟IP地址)

编辑文件/etc/network/interfaces:

sudo vi /etc/network/interfaces


在该文件中添加如下的行:

auto eth0:1
iface eth0:1 inet static
address 192.168.1.60
netmask 255.255.255.0
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x

根据你的情况填上所有诸如address,netmask,network,broadcast和gateways等信息.


用下面的命令使网络设置生效:

sudo /etc/init.d/networking restart



4. 设置主机名称(hostname)

使用下面的命令来查看当前主机的主机名称:

sudo /bin/hostname


使用下面的命令来设置当前主机的主机名称:

sudo /bin/hostname newname

系统启动时,它会从/etc/hostname来读取主机的名称.

关于设置主机名称的更多信息,请访问这里



5. 配置DNS

首先,你可以在/etc/hosts中加入一些主机名称和这些主机名称对应的IP地址

要访问DNS 服务器来进行查询,需要设置/etc/resolv.conf文件.


例如: 假设DNS服务器的IP地址是192.168.1.1

编辑文件:/etc/hosts

sudo vi /etc/hosts


编辑内容如下:

nameserver 192.168.1.1



或者,编辑/etc/resolv.conf,添加内容如下:

sudo vi /etc/resolv.conf



用下面的命令使网络设置生效:

sudo /etc/init.d/networking restart


Ubuntu 关闭防火墙

root@ubuntu:/home/homer# ufw status // 查看状态
Status: inactive
root@ubuntu:/home/homer#
ufw enable // 打开防火墙
Firewall is active and enabled on system startup
root@ubuntu:/home/homer#
ufw status
Status: active
root@ubuntu:/home/homer# ufw disable // 关闭防火墙
Firewall stopped and disabled on system startup
root@ubuntu:/home/homer#
ufw status
Status: inactive

1、关闭ubuntu的防火墙<wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">ufw disable</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">2、卸载了iptables</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">apt-get remove iptables</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">3、关闭ubuntu中的防火墙的其余命令</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">iptables -P INPUT ACCEPT</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">iptables -P FORWARD ACCEPT</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">iptables -P OUTPUT ACCEPT</span><br style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"></span><wbr style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);"><span style="color: rgb(70, 70, 70); font-family: simsun; font-size: 14px; line-height: 21px; background-color: rgb(248, 248, 248);">iptables -F</span><br></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr>


CentOS 关闭防火墙

/etc/init.d/iptables stop

[root@homeros logs]# /etc/init.d/iptables status // 查看防火墙状态
iptables: Firewall is not running.
[root@homeros logs]# /etc/init.d/iptables start // 开启防火墙
iptables: Applying firewall rules: [ OK ]
[root@homeros logs]# /etc/init.d/iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
2 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
3 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
4 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
5 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited

Chain FORWARD (policy ACCEPT)
num target prot opt source destination
1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination

[root@homeros logs]# /etc/init.d/iptables stop // 关闭防火墙
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ]
[root@homeros logs]# /etc/init.d/iptables status
iptables: Firewall is not running.



推荐参考:

英文原文:http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html

centos 永久关闭防火墙方法


分享到:
评论

相关推荐

    ubuntu7.04网络配置命令

    在Ubuntu 7.04(Feisty Fawn)这个版本中,网络配置主要通过命令行来完成,这对于熟悉Linux操作的用户来说是非常实用的。在这个过程中,`sudo`命令是必不可少的,它允许非root用户以管理员权限执行特定任务。下面...

    Ubuntu系统管理网络常用的nmcli命令

    Ubuntu 系统管理网络常用的 nmcli 命令 nmcli 命令是 Ubuntu 系统中网络管理的关键工具之一,由 NetworkManager 系统服务提供。NetworkManager 系统服务主要包含三种工具:nmcli(命令行工具)、nmtui(基础文本...

    ubuntu-网络配置

    使用命令设置网络是 Ubuntu 中的一种灵活的网络配置方法。该方法可以使用 ifconfig 和 route 命令来设置网络接口的参数。例如,可以使用 `ifconfig eth0 192.168.0.190 netmask 255.255.255.0` 命令设置 eth0 网卡...

    ubuntu网络配置ubuntu网络配置ubuntu网络配置

    在Ubuntu操作系统中,网络配置是系统管理的重要环节,它涵盖了从基本的IP地址设置到复杂的网络服务配置。本文将深入探讨Ubuntu网络配置的相关知识点,帮助用户理解和掌握如何在Ubuntu环境中进行有效的网络设置。 ...

    Ubuntu下网络调试助手

    位于`/etc/network/interfaces`中的配置文件定义了网络接口的设置,如静态IP或DHCP获取。而`/etc/resolv.conf`包含了DNS服务器的信息。有时候,网络问题可能源自这些配置的错误。 最后,Ubuntu的系统日志(`/var/...

    ubuntu linux 网络设置详解

    如果需要固定IP地址,可以手动设置网络接口的IP地址。步骤如下: 1. **编辑网络接口配置文件**: 使用命令`sudo gedit /etc/network/interfaces`编辑网络接口配置文件。 ```bash # 修改文件 /etc/network/...

    ubuntuip命令.pdf

    Ubuntu IP 配置命令是 Linux 操作系统中的一组基本命令,用于设置和配置 IP 地址、子网掩码、网关、DNS 服务器等网络参数。本文将详细介绍 Ubuntu IP 配置命令的使用方法和配置步骤。 一、设置 IP 地址 设置 IP ...

    Ubuntu 常用命令

    `ifconfig`命令用于显示和配置网络接口,可以帮助用户查看IP地址、子网掩码等网络信息。 #### 2. `ping [hostname/ip]` `ping`命令用于测试网络连接是否可达,例如`ping www.google.com`可以检查与Google服务器的...

    Ubuntu_命令技巧

    ### Ubuntu命令技巧详解 #### 一、安装与升级 **1.1 查看软件安装内容** 使用`dpkg -L &lt;package-name&gt;`命令可以查看指定软件包安装后包含的文件列表。 **1.2 查找软件库中的软件** 通过`apt-cache search ...

    ubuntu下如何通过mail命令发送邮件

    本文将详细介绍如何在Ubuntu系统中利用`mail`命令来发送邮件,并提供了详细的步骤和配置指南。 #### 二、环境准备与配置 **1. 安装 Mailx** - 在Ubuntu系统中,`mail`命令通常指的是`heirloom-mailx`包。若未安装...

    ubuntu界面网络配置操作.doc

    本教程将详细解释如何通过图形界面在Ubuntu中进行网络配置。 首先,我们必须了解Linux网络配置的基础知识。在Ubuntu中,网络接口通常由`Network Manager`管理,它允许用户方便地通过图形界面或命令行工具来配置网络...

    ubuntu12.04常用命令

    ### Ubuntu 12.04 常用命令解析 #### 文件内容查看命令 在Linux环境中,特别是Ubuntu 12.04系统中,经常需要查看文件内容。本篇文章将重点介绍如何使用`head`、`tail`以及`sed`等命令来查看文件的部分内容。 #####...

    Linux Ubuntu命令配置IP

    ### Linux Ubuntu命令配置IP 在Linux Ubuntu系统中配置IP地址是一项基本且重要的网络管理技能。本文将详细介绍如何在Ubuntu系统中手动配置静态IP地址,并解释每个步骤背后的原理,确保即便是初学者也能轻松掌握。 ...

    Ubuntu Linuxs 常用命令大全.pdf

    #### 六、网络配置与监控命令 **1. ADSL配置** - **命令**: `sudo pppoeconf` - 配置ADSL连接。 **2. ADSL手工拨号** - **命令**: `sudo pond sl-provider` - 手工进行ADSL拨号。 **3. 激活ADSL** - **命令*...

    VM虚拟机配置ubuntu网络

    尤其是对于使用VMware软件作为虚拟化平台的用户,本知识点将详细介绍如何配置Ubuntu系统在VM虚拟机中实现静态网络设置。 首先,需要了解Ubuntu系统中网络配置的基本原理。在较新的Ubuntu版本中(比如18.04及以后的...

    Ubuntu18.04下的KVM网络配置(附各种问题解答)

    4. 建立网桥:使用“brctl”命令可以建立一个网桥,例如“br0”,然后将其绑定到一个正常工作的网络接口上,例如“eth0”,并将其设置为连接本机和外部网络的接口。 5. 配置 qemu_ifup 启动脚本:qemu_ifup 是一个...

    ubuntu设定开关机命令

    Ubuntu 中设置定时开关机命令的语句是非常有用的,可以帮助用户在特定的时间关机或重启计算机。下面我们将详细介绍如何使用 Ubuntu 中的关机、重启、注销命令。 一、shutdown 命令 shutdown 命令是 Ubuntu 中最...

    ubuntu常用使用命令

    ### Ubuntu常用命令详解 #### 一、Ubuntu安装包格式 - **格式**: `.deb` - **解释**: 文章中提到的“`.ded`”应为笔误,正确的Ubuntu软件包格式为`.deb`。 #### 二、截图操作 - **命令**: `gnome-screenshot` - **...

    ubuntu无线网络配置

    Linux 下wlan配置以及命令应用介绍 iwconfig 进行参数配置 iwlist 搜索无线网络

    Ubuntu开机自动禁用无线网络

    Ubuntu开机自动禁用无线网络的设置方法,适用于各个版本,其它linux也可参照使用,便于笔记本操作

Global site tag (gtag.js) - Google Analytics