I had to reinstall Proxmox and on the new install I cannot get any VMs or containers on the network. This is true for both new guests and guests that I've restored from backup. They can ping the host, but no guest can ping anything else and no guest is reachable from other hosts.
Here is my host /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.5.10
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
bridge_ports eno2
bridge_stp off
bridge_fd 0
iface eno1 inet manual
Here is a container's /etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.5.24
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
Here is a VM's /etc/network/interfaces:
auto lo
iface lo inet loopback
auto ens18
iface ens18 inet static
address 192.168.5.5
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
broadcast 192.168.5.255
All the interfaces are UP. The firewalls are disabled.
I'm pulling my hair out (what's left) over this. Please help -- I know it has to be something stupid I've done.
Thanks,
Matt
Here is my host /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.5.10
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
bridge_ports eno2
bridge_stp off
bridge_fd 0
iface eno1 inet manual
Here is a container's /etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.5.24
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
Here is a VM's /etc/network/interfaces:
auto lo
iface lo inet loopback
auto ens18
iface ens18 inet static
address 192.168.5.5
netmask 255.255.255.0
gateway 192.168.5.1
network 192.168.5.0
broadcast 192.168.5.255
All the interfaces are UP. The firewalls are disabled.
I'm pulling my hair out (what's left) over this. Please help -- I know it has to be something stupid I've done.
Thanks,
Matt