bondingはこれでやっているが、まだ動作不明。
正しい設定は、
vi /etc/modprobe.conf
alias bond0 bonding
options bonding mode=1 miimon=100
view /proc/net/bonding/bond0
で有効になっていることが確認できる。
抜き差し時に/var/log/messagesか上記ファイルをwatchしておくと有効なことが確認できる。
Every 1.0s: cat /proc/net/bonding/pbond0 Fri Aug 28 01:35:53 2009
Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)
Bonding Mode: fault-tolerance (active-backup)
Primary Slave: None
Currently Active Slave: eth1
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth1
MII Status: up
Link Failure Count: 9
Permanent HW addr: 00:23:8b:77:0c:09
Slave Interface: eth0
MII Status: up
Link Failure Count: 3
Permanent HW addr: 00:10:18:33:b5:28
最終更新:2009年08月28日 18:22