auto lo
iface lo inet loopback
auto eno1np0
iface eno1np0 inet manual
auto eno2np1
iface eno2np1 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.30.2 (internal network)
netmask 255.255.255.0
network 192.168.30.0
bridge_stp off
bridge_fd 0
bridge_ports en4 (that's my laptop so I can able to connect the gui)
auto vmbr1
# this I would use for a vpn vm so we can get in
iface vmbr1 inet static
bridge_ports eno1np0
address 1.1.36.178
netmask 255.255.255.224
gateway 1.1.36.190
So if I ping gateway from pve from the shell nothing goes out.
If we do, a tcpdump shows only outgoing arp requests and no replies.
A wild guess would be something in the area of private vlans, ACLs or any other filtering that might be there (on the switch site maybe)