Set link aggregation and bridging, Bridging Mode

Source: Internet
Author: User
  1. IP Link

  2. Nmcli con add type team con-name team0 ifname team0 config '{"Runner": {"name": "activebackup "}}'

  3. Nmcli con add type team-slave con-name team0-port1 ifname eno1 master team0

  4. Nmcli con add type team-slave con-name team0-port2 ifname eno2 master team0

  5. Teamctl team0 state

  6. Nmcli Dev dis team0

  7. Systemctl stop NetworkManager

  8. Systemctl disable NetworkManager

  9. CD/etc/sysconfig/network-scripts/

  10. Ls-l ifcfg -*

  11. Vim ifcfg-team0.

  12. Tail ifcfg-team0

    Name = team0

    UUID = ......

    Onboot = Yes

    Bridge = brteam0

    Bridge = brteam0

  13. Cat ifcfg-team0-port1

    Name = team0-port1

    UUID =...

    Device = eno1

    Onboot = Yes

    Team_master = team0

    Devicetype = teamport

    (You can also directly edit vim, 11dd)

    Ifcfg-team0-port2 with port1

  14. Systemctl restart Network

  15. Reboot

  16. Ping-I brteam0 192.168.0.254

This article is from the "Blood Java" blog, please be sure to keep this source http://sunrain990.blog.51cto.com/3700585/1558856

Set link aggregation and bridging, Bridging Mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.