Bond

From AlphaBook
Revision as of 14:10, 14 March 2019 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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