CentOS 6.x RHEL 6.x Bonding
페이지 정보
작성자
본문
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/본딩명
댓글목록
등록된 댓글이 없습니다.