CentOS 6.x RHEL 6.x Bonding
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 3,700회 작성일 18-09-05 12:46본문
cp /etc/sysconfig/network-scripts/ifcfg-eth0 ./ifcfg-eth0-org
cp /etc/sysconfig/network-scripts/ifcfg-eth1 ./ifcfg-eth1-org
vi /etc/sysconfig/network-scripts/ifcfg-본딩명
DEVICE=본딩명
IPADDR=192.168.0.5
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
DNS1=168.126.63.1
DNS2=168.126.63.2
BONDING_OPTS="mode=1 miimon=100"
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
MASTER=본딩명
SLAVE=yes
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
MASTER=본딩명
SLAVE=yes
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
service network restart
cat /proc/net/bonding/본딩명
댓글목록
등록된 댓글이 없습니다.