CentOS 5.x Bonding
페이지 정보
작성자
본문
vi /etc/sysconfig/network *추가
GATEDEV=본딩명
vi /etc/sysconfig/network-scripts/ifcfg-본딩명
DEVICE=본딩명
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.0.5
NETMASK=255.255.255.0
NETWORK=192.168.0.0
GATEWAY=192.168.0.1
TYPE=BOND
BONDING_OPTS="mode=1 miimon=100"
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
USERCTL=no
MASTER=본딩명
SLAVE=yes
BOOTPROTO=none
vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
USERCTL=no
MASTER=본딩명
SLAVE=yes
BOOTPROTO=none
vi /etc/modprobe.conf *추가
alias 본딩명 bonding
modprobe bonding
lsmod
service network restart
cat /proc/net/bonding/본딩명
댓글목록
등록된 댓글이 없습니다.