在Centos 6上安装了虚拟网络接口。 将ifcfg-eth0复制到ifcfg-eth0:1,并更改相应的变量。 但是,连接不稳定。 现有变量之一是PREFIX=24,但必须将NETMASK=255.255.255.0添加到虚拟接口中
编辑:
这是因为ifcfg-eth0:1不稳定:
DEVICE=’eth0:1 ‘
NM_CONTROLLED=’yes ‘
on boot=是
had dr=00336026336018336024:4 d :4 xx
type=以太网
BOOTPROTO=none
IPADDR=69.64.93.x
PREFIX=24
GATEWAY=64.150.183.1
DNS1=69.64.66.11
DNS2=69.64.66.10
def route=是
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME=’System eth0:1 ‘
稳定的我刚添加了这一行:
NETMASK=255.255.255.0
ifconfig的输出不稳定的开始和稳定后:
eth 0:1 link encap :以太网hwaddr 003360263360183360236024:4 d :4 xx
inetaddr 336069.64.93.XB cast :69.255.255.255 mask 3360255.0.0.0
upbroadcastrunningmulticastmtu :1500 metric :1
内部:28 base address :0 x 6000
eth 0:1 link encap :以太网hwaddr 003360263360183360236024:4 d :4 xx
inetaddr 336069.64.93.XB cast :69.64.93.255 mask 3360255.255.255.255.255.255.255
upbroadcastrunningmulticastmtu :1500 metric :1
内部:28 base address :0 x 6000