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

RHEL7配置双网卡冗余

时间:2016-06-03 19:16:28      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

创建组接口
nmcli con add con-name team0 ifname team0 type team config '{"runner":{"name":"activebackup"}}'

nmcli connection show

配置组接口地址
nmcli connection modify team0 ivp4.address "186.168.100.88/24 186.168.100.1"
nmcli connection modify team0 ipv4.method manual

添加端口
nmcli connection add con-name team0-p1 ifname enp0s3 type team-slave master team0    --enp0s3及enp0s8为网卡名称
nmcli connection add con-name team0-p2 ifname enp0s8 type team-slave master team0

验证
teamdctl team0 state
[root@test ~]# teamdctl team0 state
setup:
  runner: activebackup
ports:
  enp0s3
    link watches:
      link summary: up
      instance[link_watch_0]:
        name: ethtool
        link: up
  enp0s8
    link watches:
      link summary: up
      instance[link_watch_0]:
        name: ethtool
        link: up
runner:
  active port: enp0s8

RHEL7配置双网卡冗余

标签:

原文地址:http://blog.csdn.net/ghostliming/article/details/51579159

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