Updated, now VMs have no network

joey55123

New Member
Nov 29, 2020
2
0
1
42
Hi

I have just updated my Proxmox installation after quite some time (about a year) and now my VMs do not have any network connection. Been trawling the forums attempting to find a solution but nothing worked.

I am unable to reach the local network or internet on the VMs, and they are no registered on my router. The host is fine, I can connect to the internet and connect locally, it just seems to be effecting my VMs.

Not sure what data you guys need to help me, but here is my /etc/network/interfaces:

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.2/24
        gateway 192.168.1.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

Not sure if it helps, but the VMs report Event loop failed: Connection time out and Failed to start Wait for Network to be Configured during boot.

Thanks