建设工作站服务器
绑定Linux双网卡
系统环境的说明
操作系统: linux 6.5
Em1网络接口卡连接到主交换机。
Em2网络接口卡已连接到备用交换机。
更改配置文件:
Vi /etc/modprobe.d/dist.conf
添加以下两行
alias bond0 bonding
options bonding mode=1 miimon=100
正常的使用方法,在生产环境下,我还是使用主准备模式,比较保守。
mode=1表示主模式。
mode=0,平衡循环模式。
模式=6,负载平衡模式。
配置网卡文件
[ root @ testdb network-scripts ] # catifcfg-em1
DEVICE=em1
type=以太网
on boot=是
boot proto=静态
邦德大师0
slave=是
[ root @ testdb network-scripts ] # catifcfg-em2
DEVICE=em2
type=以太网
on boot=是
boot proto=静态
邦德大师0
slave=是
[ root @ testdb network-scripts ] # catifcfg-bond 0
DEVICE=bond0
boot proto=静态
IPADDR=192.168.88.101
NETMASK=255.255.255.0
GATEWAY=192.168.88.1
on boot=是
type=以太网
NM_CONTROLLED=no —-希望此参数确定mac地址,以便两个网卡匹配。 否则路由器识别失败。
停止网络管理器服务:
chkconfig网络管理器关闭
服务网络管理器停止
模式绑定
服务网络重新开始
你最好重新启动系统。
验证是否成功
Ifconfig -a
bond0link encap :以太网hwaddr 44:A8:42:06:E1:C1
inetaddr:192.168.88.101 bcast:15.21.72.255 mask:255.255.255.255.0
inet6addr:fe80: 46 A8:42ff:fe06:E1 C1/64作用域: link
upbroadcastrunningmastermulticastmtu:1500 metric:1
rx packets:185 errors:0 dropped:0 over runs:0 frame:0
tx packets:162 errors:0 dropped:0 over runs:0 carrier:0
collisions:0 txqueuelen:0
rxbytes:19774(19.3kib ) tx bytes:48110 ( 46.9 kib ) ) ) ) ) ) )。
em1 link encap :以太网hwaddr 44:A8:42:06:E1:C1
upbroadcastrunningslavemulticastmtu:1500 metric:1
rx packets:156 errors:0 dropped:0 over runs:0 frame:0
tx packets:162 errors:0 dropped:0 over runs:0 carrier:0
collisions:0 txqueuelen:1000
rxbytes:16596(16.2kib ) tx bytes:48110 ( 46.9 kib ) )。
Interrupt:35
em2 link encap :以太网hwaddr 44:A8:42:06:E1:C1
upbroadcastrunningslavemulticastmtu:1500 metric:1
rx packets:29 errors:0 dropped:0 over runs:0 frame:0
tx packets:0 errors:0 dropped:0 over runs:0 carrier:0
collisions:0 txqueuelen:1000
rxbytes:3178(3.1kib ) txbytes:0(0.0b ) )。
Interrupt:38
这里的三个mac地址是一致的。
[ root @ testdb~] # cat/proc/net/bonding/bond 0
ethernetchannelbondingdriver:v3.6.0( September 26,2009 ) ) ) ) ) ) ) ) ) ) ) ) )。
bonding模式: fault-tolerance ( active-backup )
Primary Slave: None
Currently Active Slave: em1
MII Status: up
MIIpollinginterval(ms ) 100
updelay(ms ):0
downdelay(ms ):0
Slave Interface: em1
MII Status: up
Speed: 1000 Mbps
Duplex: full
链接故障计数: 0
permanent hwaddr:44:A8:42:06:E1:C1
Slave queue ID: 0
Slave Interface: em2
MII Status: up
Speed: 1000 Mbps
Duplex: full
链接故障计数: 0
permanent hwaddr:44:A8:42:06:E1:C2
Slave queue ID: 0
测试是否可能
拔下第一个连接器,看是否能自动切换,然后再次插入,拔下第二条线,看切换是否成功。
详情请访问云服务器、域名注册、虚拟主机的问题,请访问西部数码代理商官方网站: www.chenqinet.cn