标签:style blog color sp on div log bs ad
立即生效:
[root@server ~]ifconfig eth0:0 192.168.1.101 netmask 255.255.255.0 up
写入本地:
[root@server ~]$ cd /etc/sysconfig/network-scripts [root@server network-scripts]$ vi ifcfg-eth0:0 DEVICE=eth0:0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.1.101 NETMASK=255.255.255.0 [root@server network-scripts]$ ifconfig eth0:0 up/down
将配置写入本地后,可设置成开机自动就应用虚拟IP。
标签:style blog color sp on div log bs ad
原文地址:http://www.cnblogs.com/lichmama/p/4158413.html