Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
gentoo_networking [2016/04/27 14:28]
steve
gentoo_networking [2016/04/27 14:29]
steve
Line 21: Line 21:
 Install [[ifenslave]] package to set up bonding. Also make sure your kernel has bonding enabled, or the ''​bonding''​ module is loaded. Install [[ifenslave]] package to set up bonding. Also make sure your kernel has bonding enabled, or the ''​bonding''​ module is loaded.
  
-A basic bonding ​configuration in Gentoo, where the IP address is set manually.+A basic configuration in Gentoo, where the IP address is set manually.
  
 The bonding interface uses the mac address of the first slave ethernet device listed. The bonding interface uses the mac address of the first slave ethernet device listed.
Line 31: Line 31:
 config_eth0="​null"​ config_eth0="​null"​
 config_eth1="​null"​ config_eth1="​null"​
-config_eth2="​null"​ 
-config_eth3="​null"​ 
  
-slaves_bond0="​eth0 eth1 eth2 eth3"+slaves_bond0="​eth0 eth1"
 mode_bond0="​1"​ mode_bond0="​1"​
 miimon_bond0="​100"​ miimon_bond0="​100"​