SSH and Ping successful but no browser access

datboyblu3

New Member
May 11, 2025
4
0
1
I can SSH into my proxmox server and all the machines it's hosting, however, I cannot access the GUI anymore. Not sure why, it just randomly happened. When I try I receive a "This site can't be reached message". And when I issue a curl -sk it tells me "moved permanently". Any help would be greatly appreciated!

/etc/hosts
1746970484698.png

/etc/resolv.conf
1746970551572.png

ip route
1746970588696.png
 
in your first screenshot of /etc/hosts you have the same hostname with multiple ip's?

if the second entry is another server, nodes should have different names
if the second entry is the same server, pve should only have a single ip in one subnet, multiple ip's in the same subnet could lead to problems
 
in your first screenshot of /etc/hosts you have the same hostname with multiple ip's?

if the second entry is another server, nodes should have different names
if the second entry is the same server, pve should only have a single ip in one subnet, multiple ip's in the same subnet could lead to problems
Commented it out, restarted networking but the issue persists
 
if it's in the host file commenting in out most likely won't help.
have you configured multiple nic's with an ip address in the same subnet?
 
if it's in the host file commenting in out most likely won't help.
have you configured multiple nic's with an ip address in the same subnet?
My apologies, I had to deal with a family thing.

Yes, I do. However, I only use vmbr0 for 192.168.1.192
 
you should remove the second ip or change it to another subnet, having multiple interfaces in the same subnet (or multiple gateways) will cause problems.
do you have docker installed directly onto pve? thats another thing you should not do because docker changes the network config and then you get problems too.

make sure pve has one ip in your main subnet and one gateway, then install a vm and in the vm install docker.