리눅스 bonding 설정
OS : centos 6.0 64bit
[bonding 설정]
### interface 설정
cd /etc/sysconfig/network-scripts/
[root@upload network-scripts]# cat ifcfg-eth2
DEVICE="eth2"
NM_CONTROLLED="yes"
ONBOOT="yes"
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
[root@upload network-scripts]# cat ifcfg-eth3
DEVICE="eth3"
NM_CONTROLLED="yes"
ONBOOT="yes"
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
[root@upload network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.0.58
NETMASK=255.255.255.0
NOZEROCONF=yes
BONDING_OPTS="mode=0 miimon=100"
## modprobe 설정
[root@upload /]# cat /etc/modprobe.d/bonding.conf
alias bond0 bonding
OS : centos 6.0 64bit
[bonding 설정]
### interface 설정
cd /etc/sysconfig/network-scripts/
[root@upload network-scripts]# cat ifcfg-eth2
DEVICE="eth2"
NM_CONTROLLED="yes"
ONBOOT="yes"
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
[root@upload network-scripts]# cat ifcfg-eth3
DEVICE="eth3"
NM_CONTROLLED="yes"
ONBOOT="yes"
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
[root@upload network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.0.58
NETMASK=255.255.255.0
NOZEROCONF=yes
BONDING_OPTS="mode=0 miimon=100"
## modprobe 설정
[root@upload /]# cat /etc/modprobe.d/bonding.conf
alias bond0 bonding
'리눅스' 카테고리의 다른 글
리눅스 bonding (0) | 2012.08.06 |
---|---|
[etc] ibm x3550 m3 장비에 centos 5.3 설치시 오류 (0) | 2012.02.10 |
[Linux] NFS (network file system) (0) | 2012.01.03 |
[linux] ssh 접속이 느리다고 느껴질때 (0) | 2011.01.06 |
[linux] 재부팅시 강제 fsck 돌리기 (0) | 2010.10.20 |