Hi everyone,
I'm running a particular scenario here
I'm using three nics in total.
enp9s0f0
enp9s0f1
Are bond to LACP, slaves to Vmbr1, vlan aware
Should run on a 66 Vlan
enp3s0
slave to vmbr0, vlan aware
should run on primairy gateway
---
The reason for this setup is to, mainly run on LACP and leave enp3s0 disconnected from the network,
In case of having my main router dying or a switch, i'll be quickly able to put back the network up using the basic interface using the base gateway.
I read a lot of documentation and tried to combine example scenarios but i'm getting confused. Some suggested parameters can be typed down in ''interface'' config file, but aren't valid to GUI interface so this is why I'm asking.
Here is my current config file
Vmbr1 does not seem to be able to connect to the network.
Any Idea? What am I horribly doing wrong?
Thank you
I'm running a particular scenario here
I'm using three nics in total.
enp9s0f0
enp9s0f1
Are bond to LACP, slaves to Vmbr1, vlan aware
Should run on a 66 Vlan
enp3s0
slave to vmbr0, vlan aware
should run on primairy gateway
---
The reason for this setup is to, mainly run on LACP and leave enp3s0 disconnected from the network,
In case of having my main router dying or a switch, i'll be quickly able to put back the network up using the basic interface using the base gateway.
I read a lot of documentation and tried to combine example scenarios but i'm getting confused. Some suggested parameters can be typed down in ''interface'' config file, but aren't valid to GUI interface so this is why I'm asking.
Here is my current config file
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto enp9s0f0
iface enp9s0f0 inet manual
auto enp9s0f1
iface enp9s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.6.66/24
gateway 192.168.6.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto bond0
iface bond0 inet manual
address 192.168.66.66/24
bond-slaves enp9s0f0 enp9s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr1
iface vmbr1 inet static
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Vmbr1 does not seem to be able to connect to the network.
Any Idea? What am I horribly doing wrong?
Thank you
Last edited: