1.查看网卡bonding状态
# /cat/proc/net/bonding/bondeth0
其中Currently Active Slave列出了bonding当前的活动网卡名称。
2.使用以下命令在线切换活动网卡为eth1:
# ifenslave -c bondeth0 eth1
更多推荐
1.查看网卡bonding状态# /cat/proc/net/bonding/bondeth0其中Currently Active Slave列出了bonding当前的活动网卡名称。2.使用以下命令在线切换活动网卡为eth1:# ifenslave -c bondeth0 eth1
1.查看网卡bonding状态
# /cat/proc/net/bonding/bondeth0
其中Currently Active Slave列出了bonding当前的活动网卡名称。
2.使用以下命令在线切换活动网卡为eth1:
# ifenslave -c bondeth0 eth1
更多推荐