web-dev-qa-db-ja.com

Linuxボンディングインターフェースをギガビットに設定する方法

Linuxアクティブバックアップモードボンディングを有効にしました。各インターフェイスはギガビットインターフェイスですが、ボンドインターフェイスは100メガビットになるようです。

bonding: bond0: Warning: failed to get speed and duplex from eth1, assumed to be 100Mb/sec and Full.
...
bnx2: eth0 NIC Link is Up, 1000 Mbps full duplex, receive & transmit flow control ON  
... 
bonding: bond0: backup interface eth1 is now up

ethtoolは明らかにボンドに関する情報を提供できません:

Sudo ethtool bond0
Settings for bond0:
No data available

それで、これは私が100または1000メガビットで動作していることを意味します(私の推測は1000です)? 100しかない場合、1000にするためにifcfgスクリプトまたはmodprobeボンディングオプションのどのオプションを設定する必要がありますか?

5
Kyle Brandt

私は1000歳のようですが、開発者のメーリングリストの誰かが親切にしてくれました 説明してください

...
Later, when the slave device asserts carrier up, bonding will
receive a notifiation, and will update the speed and duplex information
(quietly).
2
Kyle Brandt

接続の1つが100MBスイッチに接続されていますか?

1
David Rickman