Hi all,
After some researching ive come to this solution.
Here is my interfaces file. It contains 2 interfaces, one for managemento and another to service traffic.
Hope it helps!
## interfaces file begin ##
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
#MANAGEMENT
auto vlan666
iface vlan666 inet manual
vlan_raw_device enp3s0f0
iface enp3s0f1 inet dhcp
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
#SERVICES
auto vmbr0
iface vmbr0 inet static
address 10.0.0.2
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports vlan666
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
#MANAGEMENT
auto vmbr1
iface vmbr1 inet manual
bridge_ports enp4s0f1
bridge_stp off
bridge_fd 0
#SERVICES
## interfaces file end ##
After some researching ive come to this solution.
Here is my interfaces file. It contains 2 interfaces, one for managemento and another to service traffic.
Hope it helps!
## interfaces file begin ##
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
#MANAGEMENT
auto vlan666
iface vlan666 inet manual
vlan_raw_device enp3s0f0
iface enp3s0f1 inet dhcp
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
#SERVICES
auto vmbr0
iface vmbr0 inet static
address 10.0.0.2
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports vlan666
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
#MANAGEMENT
auto vmbr1
iface vmbr1 inet manual
bridge_ports enp4s0f1
bridge_stp off
bridge_fd 0
#SERVICES
## interfaces file end ##