合併多張網卡,找一天實作看看,看在一張 10GB 的網卡要幾萬元的分兒上~ 若成功就賺到!
1.http://ericbbs.blogspot.com/2008/01/debian-and-ubuntu-with-26-kernel.html
2.http://forum.ubuntu.org.cn/viewtopic.php?f=24&t=30467
3.http://www.geego.com.tw/tech/05.html
Debian/Utuntu:
apt-get install ifenslave
vi /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
auto bond0
iface bond0 inet static
address ........
netmask 255.255.255.0
gateway ........
up ifenslave bond0 eth0 eth1
down ifenslave -d bond0 eth0 eth1
vi /etc/modules
bonding
沒有留言:
張貼留言