auto ens7f1
iface ens7f1 inet static
address 192.168.0.100/8
gateway 192.168.0.1
bridge_ports enp9s0f0
bridge_stp off
ethernet-wol g
iface enp9s0f1 inet manual
iface ens7f0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
This is how my file looks like. I had to change the network interface because i wanted to enable WOL, and my standard ethernet card didn´t had this feature.
This is what my "ip a" output looks like. Any idea what the problem could be?