linux配置单网卡多IP

增加IP

ifconfig eth1:1 192.168.91.47 netmask 255.255.255.0
sudo ifconfig eth1:1 192.168.91.47 netmask 255.255.255.0
 
删除IP
ifconfig eth1:1 down
sudo ifconfig eth1:1 down

你可能感兴趣的:(centos)