天天看点

虚拟ip

网卡上增加一个ip:

ifconfig eth0:1 192.168.0.1 netmask 255.255.255.0

删除网卡的第二个ip地址:

ip addr del 192.168.0.1 dev eth0