Displaying 2 results from an estimated 2 matches for "slave0".
Did you mean:
slave
2019 Sep 20
2
7.7.1908, interface bonding, and default route
...NAME=bond0
DEVICE=bond0
ONBOOT=yes
IPADDR=10.3.20.131
PREFIX=24
GATEWAY=10.3.20.1
DNS1=10.3.2.8
BONDING_MASTER=yes
BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer2 miimon=100"
The slaves (two of them) are configured like
TYPE=Ethernet
BOOTPROTO=none
NAME=bond0-slave0
DEVICE=em3
ONBOOT=yes
MASTER=bond0
SLAVE=yes
After booting, the routing table is
10.3.20.0/24 dev bond0 proto kernel scope link src 10.3.20.131 metric 300
with no default route configured (manually adding it will work, of course.)
This machine worked perfectly before, and it did durin...
2019 Sep 20
0
7.7.1908, interface bonding, and default route
...1
> PREFIX=24
> GATEWAY=10.3.20.1
> DNS1=10.3.2.8
> BONDING_MASTER=yes
> BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer2 miimon=100"
>
> The slaves (two of them) are configured like
>
> TYPE=Ethernet
> BOOTPROTO=none
> NAME=bond0-slave0
> DEVICE=em3
> ONBOOT=yes
> MASTER=bond0
> SLAVE=yes
>
> After booting, the routing table is
>
> 10.3.20.0/24 dev bond0 proto kernel scope link src 10.3.20.131 metric 300
>
> with no default route configured (manually adding it will work, of course.)
>...