linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems [2018/05/29 22:04]
billdozor [Lab Setup]
linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems [2018/05/29 22:07]
billdozor [Interface Bonding]
Line 121: Line 121:
 \\ \\
 **Team Config Command Examples**<code bash>man nmcli-examples</code> **Team Config Command Examples**<code bash>man nmcli-examples</code>
 +
 +----
 +
 +===== Interface Bonding =====
 +
 +If you run into issues with teaming not working correctly, you can always set up a bonded connection in order to achieve the objective on the exam.
 +
 +\\
 +This is straight from 'man nmcli-examples':<code bash>nmcli con add type bond ifname mybond0 mode active-backup
 +nmcli con add type ethernet ifname eth1 master mybond0
 +nmcli con add type ethernet ifname eth2 master mybond0</code>
  
 ---- ----
  
  • linux_wiki/use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)