CentOS 4.x Bonding
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 3,601회 작성일 18-09-05 12:34본문
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/본딩명 *확인
댓글목록
등록된 댓글이 없습니다.