RHEL7配置双网卡冗余

Posted 丹心明月

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RHEL7配置双网卡冗余相关的知识,希望对你有一定的参考价值。

创建组接口
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
[[email protected] ~]# 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配置双网卡冗余的主要内容,如果未能解决你的问题,请参考以下文章

日常工作问题解决:rhel7下使用teamd配置双网卡绑定

双网卡绑定

redhat6.3操作系统怎样做双网卡绑定,谢谢

转:CentOS 7使用nmcli配置双网卡聚合LACP

双网卡绑定操作步骤说明

配置双网卡聚合