Hello guys. I saw a lot of threads about this problem but I didn't find any answer for mine. As always proxmox server with VMs, main node don't connect to the internet, VM's do. Ping from node to 8.8.8.8 works fine, to google.com didn't working. Ping from VMs works fine with to both of it. Here my interfaces configuration is:
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet manual
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.150/24
gateway 192.168.0.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#Internet
auto vmbr1
iface vmbr1 inet static
address 172.50.1.249/24
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#CorpLAN
I will be glad any help. Thank you.
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet manual
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.150/24
gateway 192.168.0.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#Internet
auto vmbr1
iface vmbr1 inet static
address 172.50.1.249/24
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#CorpLAN
I will be glad any help. Thank you.