I'm read the docs regarding bridged mode. My interfaces file is essentially right from install.
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.130/24
gateway 192.168.1.1
bridge_maxwait 10
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
network on the host works well. Guest boots up nicely and can ping the host but has no internet access at all.
Any idea what I'm doing wrong?
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.130/24
gateway 192.168.1.1
bridge_maxwait 10
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
network on the host works well. Guest boots up nicely and can ping the host but has no internet access at all.
Any idea what I'm doing wrong?