Difference between revisions of "Bond"

From AlphaBook
Jump to: navigation, search
(Created page with "== eth0 == * TYPE=Ethernet * BOOTPROTO=none * NAME=eth0 * DEVICE=eth0 * ONBOOOT=yes * MASTER=bond0 * SLAVE=yes == eth1 == * TYPE=Ethernet * BOOTPROTO=none * NAME=eth1 * DEVICE...")
 
 
Line 15: Line 15:
 
* MASTER=bond0
 
* MASTER=bond0
 
* SLAVE=yes
 
* SLAVE=yes
 +
 +
== bond0 ==
 +
* TYPE=Bond
 +
* BOOTPROTO=none
 +
* NAME=bond0
 +
* DEVICE=bond0
 +
* ONBOOOT=yes
 +
* BONDING_MASTER=yes
 +
* BONDING_OPTS="MODE=5 miimon=100"
 +
* IPADDR=192.168.1.100
 +
* NETMASK=255.255.255.0
 +
* GATEWAY=192.168.1.1
 +
* DNS1=192.168.1.10

Latest revision as of 14:10, 14 March 2019

eth0

  • TYPE=Ethernet
  • BOOTPROTO=none
  • NAME=eth0
  • DEVICE=eth0
  • ONBOOOT=yes
  • MASTER=bond0
  • SLAVE=yes

eth1

  • TYPE=Ethernet
  • BOOTPROTO=none
  • NAME=eth1
  • DEVICE=eth1
  • ONBOOOT=yes
  • MASTER=bond0
  • SLAVE=yes

bond0

  • TYPE=Bond
  • BOOTPROTO=none
  • NAME=bond0
  • DEVICE=bond0
  • ONBOOOT=yes
  • BONDING_MASTER=yes
  • BONDING_OPTS="MODE=5 miimon=100"
  • IPADDR=192.168.1.100
  • NETMASK=255.255.255.0
  • GATEWAY=192.168.1.1
  • DNS1=192.168.1.10