Changes between Initial Version and Version 1 of bonding


Ignore:
Timestamp:
02/21/19 17:05:44 (5 years ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bonding

    v1 v1  
     1= bonding =
     2
     3== CentOS 7 ==
     4
     5=== ifcfg-em1 ===
     6
     7{{{
     8TYPE=Ethernet
     9DEVICE=em1
     10NAME=em1
     11ONBOOT=yes
     12USERCTL=no
     13NM_CONTROLLED=no
     14BOOTPROTO=none
     15MASTER=bond0
     16SLAVE=yes
     17}}}
     18
     19
     20=== ifcfg-em2 ===
     21
     22{{{
     23TYPE=Ethernet
     24DEVICE=em2
     25NAME=em2
     26ONBOOT=yes
     27USERCTL=no
     28NM_CONTROLLED=no
     29BOOTPROTO=none
     30MASTER=bond0
     31SLAVE=yes
     32}}}
     33
     34
     35=== ifcfg-bond0 ===
     36
     37{{{
     38DEVICE=bond0
     39ONBOOT=yes
     40USERCTL=no
     41BOOTPROTO=none
     42NM_CONTROLLED=no
     43BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer2+3"
     44}}}
     45
     46
     47=== ifcfg-brbond99 ===
     48
     49{{{
     50DEVICE=brbond99
     51NAME=brbond99
     52ONBOOT=yes
     53TYPE=Bridge
     54NM_CONTROLLED=no
     55}}}
     56
     57
     58=== ifcfg-bond0.99 ===
     59
     60{{{
     61DEVICE=bond0.99
     62ONPARENT=yes
     63BOOTPROTO=none
     64NM_CONTROLLED=no
     65BRIDGE=brbond99
     66VLAN=yes
     67}}}
     68
     69