设置的是两台虚拟机IP地址分别为:192.168.33.11、192.168.33.12。
通过下面的命令设置虚拟IP:192.168.33.149。
sudo ifconfig eth1:0 192.168.33.149 netmask 255.255.255.0 up
通过如下命令删除虚拟IP:
sudo ifconfig eth1:0 down
auto eth1:0
iface eth1:0 inet static
name Ethernet alias LAN card
address 192.168.33.149
netmask 255.255.255.0
broadcast 192.168.33.255