[SOLVED] Node doesn't connect to the internet, VMs do.

Eugene_Corn

New Member
Dec 2, 2021
4
1
3
30
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.
 
If a ping to an IP address works, but to the domain not, it is most likely a DNS issue.
Have you checked the file /etc/resolv.conf? What does it look like?
 
  • Like
Reactions: Eugene_Corn
Gotcha! It had configuration:

nameserver 192.168.0.251

I changed it to 192.168.0.1 and all work fine now. Thanks a lot!!!
 
Last edited:
  • Like
Reactions: TheH2SO4
So glad to have found this today. I wish someone had added this tidbit of info to the thread on changing IP's on a cluster. Would have saved me 8 hours of frustration!
 
  • Like
Reactions: TheH2SO4
  • Like
Reactions: TheH2SO4

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!