Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/mdaeo.org/usr/plugins/AMP/Action.php on line 388
Centos 5 单网卡添加多IP

Centos 5 单网卡添加多IP

2011-06-26T17:21:31
/etc/sysconfig/network-scripts

ifcfg-eth0

DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
IPADDR=67.228.90.205
NETMASK=255.255.255.0


ifcfg-eth0:0

DEVICE=eth0:0
ONBOOT=yes
IPADDR=67.228.90.206
NETMASK=255.255.255.0

ifcfg-eth0:1

DEVICE=eth0:1
ONBOOT=yes
IPADDR=67.228.90.207
NETMASK=255.255.255.0
 
当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。