CentOS 4.8 Bonding(RHEL 4.x/5.x, CentOS 4.x/5.x도 됨)
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 3,546회 작성일 18-09-04 19:39본문
vi /etc/sysconfig/network-scripts/ifcfg-본딩명
DEVICE=본딩명
IPADDR=192.168.0.5
NETWORK=192.168.0.0
NETMASK=255.255.255.0
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
cp /etc/sysconfig/network-scripts/ifcfg-eth0 ./ifcfg-eth0-org
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=본딩명
SLAVE=yes
BOOTPROTO=none
cp /etc/sysconfig/network-scripts/ifcfg-eth1 ./ifcfg-eth1-org
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=본딩명
SLAVE=yes
BOOTPROTO=none
vi /etc/modprobe.conf 또는 vi /etc/modprobe.d/bonding
alias 본딩명 bonding
options 본딩명 mode=1 miimon=100
modprobe bonding
lsmod
service network restart
cat /proc/net/bonding/본딩명
참고)
mode=1 *Active/Standby
mode=0 *Round robin
댓글목록
등록된 댓글이 없습니다.