Hi everyone,
I'm experiencing a strange networking issue with my Proxmox setup. All of my VMs and containers have suddenly stopped being able to connect to any devices inside the local network. However, the host itself is functioning normally, and I can still connect to the VMs from outside using SSH. Additionally, the VMs and containers can still access the internet without any problems.
Host Interface Settings:
Does anyone have any idea what could be causing this or any suggestions on how to troubleshoot further?
Thank you in advance for your help!
I'm experiencing a strange networking issue with my Proxmox setup. All of my VMs and containers have suddenly stopped being able to connect to any devices inside the local network. However, the host itself is functioning normally, and I can still connect to the VMs from outside using SSH. Additionally, the VMs and containers can still access the internet without any problems.
Host Interface Settings:
auto lo
iface lo inet loopback
iface eno2 inet manual
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.3/24
gateway 192.168.178.1
bridge-ports eno2
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
- The firewall is disabled.
- The host itself can access both the local network and the internet without issues.
- The problem seems to be limited to VMs and containers not being able to reach local network devices.
Does anyone have any idea what could be causing this or any suggestions on how to troubleshoot further?
Thank you in advance for your help!