链接xshell:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.141.4.187 netmask 255.255.192.0 broadcast 10.141.63.255
inet6 fe80::5054:ff:fed6:4d70 prefixlen 64 scopeid 0x20
ether 52:54:00:d6:4d:70 txqueuelen 1000 (Ethernet)
RX packets 55540634 bytes 5935011981 (5.5 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 56840711 bytes 8806696179 (8.2 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
第一行:
up:网卡运行状态
RUNNING:网线处理来凝结状态
第二行:
ip,子网掩码,广播地址
第三行:ip6配置信息
第四行:
mac地址,
1:临时修改,重启后失效 ifconfig mtu0(网卡名称) 新ip地址(记住修改的ip,xshell需要重新登录)
2:临时删除
ifconfig mtu0(网卡名称) del 要删除的ip地址
3:新增多个ip地址
第一个:ifconfig
mtu0(网卡名称):0 新ip地址(记住修改的ip,xshell需要重新登录)
第二个:
ifconfig mtu0(网卡名称):1 新ip地址(记住修改的ip,xshell需要重新登录)
4:永久修改ip 方法1: 输入nmtui 选择编辑链接 把光标移动到最下面点击确定,进行保存。 重启linux系统的服务
systemctl restart network (centos7的网卡重启方法)
service network restart (centos6的网卡重启方法)