문서의 이전 판입니다!
bond 구성(eth0, eth1 -> bond0)
/etc/sysconfig/network/script
- ifcfg-bond0)
DEVICE=bond0
BOOTPROTO=none
onBOOT=yes
BOOTPROTO=static
IPADDR=10.10.10.11
NETMASK=255.255.255.0
GATEWAY=10.10.10.1
- ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
onBOOT=yes
MASTER=bond0
SLAVE=yes
- ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
onBOOT=yes
MASTER=bond0
SLAVE=yes
/etc/modprobe.d/
- bonding.conf
alias bond0 bonding
options bond0 mode=4 miimon=100
* mode=0: (default) Round Robin 방식
* miimon=100: 링크 확인 시간(ms) 0은 인터페이스 상태 체크 안함. → fail over 발생