August 19, 2006

[Linux] Bonding

使用 BONDING 網路功能 by 小洲
Bonding 就是 Port Trunking.
兩張卡 Bonding 簡大致上的做法:
# modprobe bonding
# ifconfig bond0 192.168.1.1 netmask 255.255.255.0
# ifconfig eth0 down
# ifconfig eth1 down
# ifenslave bond0 eth0 eth1
# route add default gw 192.168.1.254 dev bond0
註: 使用 Bonding 必需使用 Switch, 不能用 Hub.

Posted by pank at August 19, 2006 02:29 AM
Comments
Post a comment













Remember personal info?