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
Last revision Both sides next revision
ifenslave [2016/04/27 14:32]
steve
ifenslave [2016/04/27 14:37]
steve
Line 9: Line 9:
  
   * [[https://​www.kernel.org/​doc/​Documentation/​networking/​bonding.txt|Linux Ethernet Bonding Driver HOWTO]] - kernel.org   * [[https://​www.kernel.org/​doc/​Documentation/​networking/​bonding.txt|Linux Ethernet Bonding Driver HOWTO]] - kernel.org
 +  * [[https://​wiki.debian.org/​Bonding|Debian wiki entry]]
  
 The ''​ifenslave''​ program is used to set up bonding for network devices. This must be used in conjunction with support for bonding in the Linux kernel. The ''​ifenslave''​ program is used to set up bonding for network devices. This must be used in conjunction with support for bonding in the Linux kernel.
Line 37: Line 38:
  
 The new device name is ''​bond0'',​ and can be set as normal using ''​ifconfig'',​ ''​ip'',​ ''​ifup'',​ etc. The new device name is ''​bond0'',​ and can be set as normal using ''​ifconfig'',​ ''​ip'',​ ''​ifup'',​ etc.
 +
 +Check the bonding interface:
 +
 +<​code>​
 +cat /​proc/​net/​bonding/​bond0
 +</​code>​