CentOS 4.x Bonding
페이지 정보
작성자
본문
vi /etc/modprobe.conf
alias 본딩명 bonding
options 본딩명 mode=1 miimon=100
vi /etc/sysconfig/network-scripts/ifcfg-본딩명
DEVICE=본딩명
BOOTPROTO=static
IPADDR=192.168.1.100
NETMASK=255.255.255.0
ONBOOT=yes
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
HWADDR=xx:xx:xx:xx:xx:xx
MASTER=본딩명
SLAVE=yes
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
HWADDR=yy:yy:yy:yy:yy:yy
MASTER=본딩명
SLAVE=yes
modprobe bonding *모듈 적재
lsmod *적재 확인
service network restart
cat /proc/net/bonding/본딩명 *확인
댓글목록
등록된 댓글이 없습니다.