https://blog.51cto.com/sf1314/2073519 服务器eth0与eth1作bonding,捆绑成bond0接口,服务器对端交换机端口,同属于100.101号vlan接口 vlan 100: 10.104.100.253/24 vlan 101: 10.104.101.253/24 1.交换机端没有打VLAN,则需要在服务器端网卡打tag Center OS 7.2 网卡配置VLAN TAG 2.确认内核是否已经载入802.1q模
nmcli con add type team con-name team0 ifname team0 config '{"runner":{"name": "roundrobin"}}' nmcli con modify team0 ipv4.address '192.168.8.10/24' ipv4.gateway '192.168.8.254' ipv4.dns '221.11.1.67'nmcli con modify team0 ip