bbonev / eoip

Linux kernel mode EOIP tunnel (compatible with MikroTik)
GNU General Public License v2.0
143 stars 31 forks source link

I am testing to add to bonding not working #34

Open frankl1m opened 2 months ago

frankl1m commented 2 months ago

[ 2939.235820] bond0: (slave eoip1): Enslaving as an active interface with an up link [ 2939.351904] bond0: (slave eoip1): Releasing backup interface [ 2939.357007] bond0: (slave eoip2): Enslaving as an active interface with an up link [ 2939.362687] bonding: bond0 is being deleted... [ 2939.363228] bond0 (unregistering): (slave eoip2): Releasing backup interface [ 2939.365937] bond0 (unregistering): Released all slaves [ 2939.462452] bonding: bond0 is being created... [ 2939.690226] bond0: (slave eoip3): Enslaving as an active interface with an up link [ 2939.975784] bond0: (slave eoip3): link status definitely up, 0 Mbps full duplex [ 2939.975793] bond0: active interface up!

frankl1m commented 2 months ago

sudo nano /etc/network/interfaces

auto bond0 iface bond0 inet static address 10.200.0.1 netmask 255.255.255.0 bond-slaves eoip1 eoip2 eqoip3 bond-mode balance-rr bond-miimon 100 bond-downdelay 200 bond-updelay 200 bond-xmit-hash-policy layer2+3

auto eoip1 iface eoip1 inet manual bond-master bond0

auto eoip2 iface eoip2 inet manual bond-master bond0

auto eoip3 iface eoip3 inet manual bond-master bond0 i added the interface manually using the eoip command is the same idea as Mikrotik