码迷,mamicode.com
首页 > 其他好文 > 详细

双网卡绑定

时间:2015-05-10 01:11:15      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:rhel7   redhat   linux   双网卡绑定   

双网卡绑定

    实验环境: RHEL7.0 

技术分享 

# nmcli connection add type team con-name team0 ifname team0 config ‘{"runner":{"name":"activebackup"}}‘ 

#  nmcli connection show

#  nmcli connection modify team0 ipv4.addresses 192.168.254.88/24更改IP

#  nmcli connection modify team0 ipv4.method manual设置固定IP模式

#  nmcli connection add type team-slave ifname ens33 master team0 添加网卡1

#  nmcli connection add type team-slave ifname ens37 master team0 添加网卡2

#  nmcli connection delete rhce 删除以前的链接

#  nmcli connection up team0

技术分享 

#  systemctl restart network

#  teamdctl team0 state查看team0状态

技术分享 

#  nmcli device disconnect ens33 断开网卡ens33测试

#  nmcli device connect ens33 

 


本文出自 “威哥” 博客,请务必保留此出处http://yangmv.blog.51cto.com/2366107/1649891

双网卡绑定

标签:rhel7   redhat   linux   双网卡绑定   

原文地址:http://yangmv.blog.51cto.com/2366107/1649891

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!