[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:36839] Re: bonding



楠野です。

At Tue, 22 Apr 2003 17:58:02 +0900,
KURAUCHI Kenta wrote:
> 
> eth1のMACアドレスをeth0に合せるのがポイント。
まさに、これみたいですね。

ついでにもう一枚ころがってるのを載せてみました。
Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 02)
3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
Intel Corp. 82801BD PRO/100 VE (CNR) Ethernet Controller (rev 82)

教えていただいたように/etc/network/interfacesを編集。
auto bond0
iface bond0 inet static
	address 192.168.0.5
	netmask 255.255.255.0
	network 192.168.0.0
	broadcast 192.168.0.255
	gateway 192.168.0.1
	pre-up ifconfig eth2 hw ether 00:10:5A:74:3E:13
	pre-up ifconfig eth1 hw ether 00:10:5A:74:3E:13
	pre-up ifconfig eth0 up && ifconfig eth1 up && ifconfig eth2
	up ifenslave bond0 eth0 eth1 eth2
	down ifenslave bond0 eth0 eth1 eth2
	post-down ifconfig eth0 down && ifconfig eth1 down && ifconfig eth2 down

これで、三枚のカード、メーカーバラバラですが、うまく動いているようで、
起動時にちゃんと設定してくれますね。

1T近くハードディスク載せたので、複数の利用者が
同時にネットワーク越しにファイルをごそごそ移動させても
大丈夫にしたいのですが、効果のほどは謎です。
後はスイッチングハブとの相性ってとこでしょうか、、

ありがとうございました。

///////////////////////////////////////////////
楠野 順弘
e-mail : n-kusuno@xxxxxxxxxxxxxxxx
///////////////////////////////////////////////