このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 24 Bitwarden/Vaultwarden created
最近の更新
文書の過去の版を表示しています。
/etc/modprobe.d/bonding
alias bond0 bonding
/etc/modprobe.d/bonding ドライバのオプションも書く。
alias bond0 bonding options bond0 mode=0 miimon=100
DEVICE=eth0 BOOTPROTO=none HWADDR=xx:xx:xx:xx:xx:xx MASTER=bond0 SLAVE=yes
DEVICE=eth1 BOOTPROTO=none HWADDR=yy:yy:yy:yy:yy:yy MASTER=bond0 SLAVE=yes
DEVICE=bond0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 ONBOOT=yes TYPE=Ethernet BONDING_OPTS="mode=0 miimon=100"
DEVICE=bond0:1 IPADDR=192.168.1.101 NETMASK=255.255.255.0 ONBOOT=yes BOOTPROTO=static
もしくは/etc/modprobe.d/bonding.conf(Cent6) にaliasの設定のみ記述
options は記述しない。
alias bond0 bonding alias bond1 bonding
各インタフェースにモードを記述
BONDING_OPTS='mode=4 miimon=5000 xmit_hash_policy=layer2+3'