Code: Select all
# /etc/sysconfig/network-scripts/ifcfg-bond0
BONDING_OPTS="mode=0 downdelay=0 miimon=100 updelay=0"
TYPE=Bond
BONDING_MASTER=yes
BROWSER_ONLY=no
BOOTPROTO=dhcp
DEFROUTE=yes
IPV6INIT=no
NAME=bond0
UUID=c75b21a1-c8d8-4517-8beb-12dc2e3c0a49
DEVICE=bond0
ONBOOT=yes
PROXY_METHOD=none
IPV4_FAILURE_FATAL=no
IPV6_DISABLED=yes
# /etc/sysconfig/network-scripts/ifcfg-eno1
TYPE=Ethernet
NAME=eno1
DEVICE=eno1
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
UUID=abf4c85b-57cc-4484-4fa9-b4a71689c359
# /etc/sysconfig/network-scripts/ifcfg-eno2
TYPE=Ethernet
NAME=eno2
DEVICE=eno2
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
UUID=b186f945-cc80-911d-668c-b51be8596980
Odd thing is if bonding interface is in bridge it even disrupts other connection in the bridge.
Now I switched to ubuntu and setup bonding during installation, and it doesn't work either. I think this is a Mikrotik bug.
I would really appreciate if someone has successfully done this tell what I'm missing.