Difference between revisions of "Redhat"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
}
 
}
 
```
 
```
 +
 +
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-vlan_on_bond_and_bridge_using_ip_commands

Revision as of 15:24, 1 May 2020

Network Teams

dnf install teamd

using nmcli

dnf install NetworkManager-team
systemctl restart NetworkManager.service

teamd.conf

{
   "device": "team0",
   "runner": {
       "name": "lacp",
       "active": true,
       "fast_rate": true,
       "tx_hash": ["eth", "ipv4", "ipv6"]
   },
     "link_watch": {"name": "ethtool"},
     "ports": {"em1": {}, "em2": {}}
}

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-vlan_on_bond_and_bridge_using_ip_commands