Centos7增加、删除IP

增加IP

1.查看当前IP信息:

ifconfig

[root@vlmwxlzjhculhkx ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 100.100.100.100  netmask 255.255.255.0  broadcast 100.100.100.255
        inet6 xx::xx:xx:xx:xx  prefixlen 64  scopeid 0x20<link>
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 1072491326  bytes 71902281992 (66.9 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15681045  bytes 18917811748 (17.6 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

2.增加IP100.100.100.101 和子网掩码

ifconfig eth0:1 100.100.100.101 netmask 255.255.255.0 up

[root@vlmwxlzjhculhkx ~]# ifconfig eth0:1 100.100.100.101 netmask 255.255.255.0 up

3.查看

[root@vlmwxlzjhculhkx ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 100.100.100.100  netmask 255.255.255.0  broadcast 100.100.100.255
        inet6 xx::xx:xx:xx:xx  prefixlen 64  scopeid 0x20<link>
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 1072491326  bytes 71902281992 (66.9 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15681045  bytes 18917811748 (17.6 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 100.100.100.101  netmask 255.255.255.0  broadcast 100.100.100.255
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)

eth0:1就是新加的IP了

删除IP

1.查看当前IP

[root@vlmwxlzjhculhkx ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 100.100.100.100  netmask 255.255.255.0  broadcast 100.100.100.255
        inet6 xx::xx:xx:xx:xx  prefixlen 64  scopeid 0x20<link>
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 1072491326  bytes 71902281992 (66.9 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15681045  bytes 18917811748 (17.6 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 100.100.100.101  netmask 255.255.255.0  broadcast 100.100.100.255
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)

2.记住要删除的IP,比如我们要删除100.100.100.101

ifconfig eth0:1 down

[root@vlmwxlzjhculhkx ~]# ifconfig eth0:1 down
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值