I have a couple of clients on the x.x.99.210/24 and x.x.30.210/24 subnets and they can ping out to everything but devices outside the proxmox server and clients not within the same subnet can't ping them. Right now my proxmox server is sitting behind a switch that's behind the firewall, so it's not reaching directly out to the ISP. Here's the
Any help, guidance or pointing the right direction would be appreciated, thanks!
/etc/network/interfaces
output:
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 172.16.20.210/24
hateway 172.16.20.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 172.16.30.210/24
bridge-ports eno2
brige-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 172.16.40.210/24
brige-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet static
address 172.16.99.210/24
bridge-ports en04
bridge-stp off
bridge-fd 0
Any help, guidance or pointing the right direction would be appreciated, thanks!