我对CentOS 4上的连接NIC有一个问题。它看起来键合驱动确实工作,但它是卡在循环模式,我试图进入主动备份。
当前的配置是:
如果-债券0
DEVICE=bond0
IPADDR=192.168.204.18
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
TYPE=Bonding
BONDING_OPTS="mode=1 miimon=100"ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yesifcfg-eth3
DEVICE=eth3
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
MASTER=bond0
SLAVE=yescat /proc/net/粘接/债券0
Ethernet Channel Bonding Driver: v2.6.3-rh (June 8, 2005)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:17:a4:8f:94:b1
Slave Interface: eth3
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:1b:21:56:b8:69cat /etc/modprobe.conf
alias eth0 tg3
alias eth1 tg3
alias eth3 e1000
alias eth2 e1000
alias bond0 bonding
options bond0 mode=1 miimon=100我已经尝试将键连接信息从ifcfg 0移出到mod探头配置文件中。它似乎被困在RR和我试图使它进入活动备份(模式1)状态。
有什么想法会导致这个问题吗?
发布于 2010-03-25 18:55:39
http://kbase.redhat.com/faq/docs/DOC-7431
http://kbase.redhat.com/faq/docs/DOC-7944
http://kbase.redhat.com/faq/docs/DOC-2511
似乎与RHEL 3和4有关。
发布于 2010-03-25 15:46:10
有些事情需要去尝试:
/etc/init.d/network restart之后还有这种情况吗?modprobe -r键合模块,然后再加载它。https://serverfault.com/questions/126279
复制相似问题