[SOLVED] I've a problem with GUI

Tokar1807

New Member
Jan 3, 2024
6
0
1
Hello there!
I have a problem with GUI of my proxmox. When server is up it's says that it's on 10.0.10.254:8006 but when i'm trying to acces it I only see "this site is unreachable"
Thanks for any help
 
Check if the pveproxy service is running: systemctl status pveproxy.service pvedaemon.service

Check if you can access the webUI from localhost: curl https://localhost:8006 -k | grep title

Check if the server is listening on port 8006: ss -tulpn

Check if the NIC uses a RTL8111/8411/8168 chipset: lspci | egrep -i --color 'network|ethernet'

If your host got multiple NIC check if your cable is plugged into the correct port. An ip addr shouldn't show "NO-CARRIER" for that NIC.

Verify that your chosen IP isn't used twice (so no other machine already using it).

Verify that your chosen IP is outside of the DHCP IP range of your router.

In case you ever edited the network config, make sure you don't gave that PVE host multiple IPs that are part of the same subnet.

Try another ethernet cable in case that cable is broken.

Reboot your router and PVE server.

Check your routers/clients firewall rules.
 
Last edited:
Check if the pveproxy service is running: systemctl status pveproxy.service pvedaemon.service

Check if you can access the webUI from localhost: curl https://localhost:8006 -k | grep title

Check if the server is listening on port 8006: ss -tulpn

Check if the NIC uses a RTL8111/8411/8168 chipset: lspci | egrep -i --color 'network|ethernet'

If your host got multiple NIC check if your cable is plugged into the correct port. An ip addr shouldn't show "NO-CARRIER" for that NIC.

Verify that your chosen IP isn't used twice (so no other machine already using it).

Verify that your chosen IP is outside of the DHCP IP range of your router.

In case you ever edited the network config, make sure you don't gave that PVE host multiple IPs that are part of the same subnet.

Try another ethernet cable in case that cable is broken.

Reboot your router and PVE server.

Check your routers/clients firewall rules.
The curl comand isn't working.
The mashine is ussing 10.0.10.250
I'm not sure if i understand coretly part "
In case you ever edited the network config, make sure you don't gave that PVE host multiple IPs that are part of the same subnet."
If my GUI have 10.0.10.254 and vm1 is 10.0.10.250 is that wrong?
 

Attachments

  • ip addr.png
    ip addr.png
    263 KB · Views: 13
  • lspci egrep.png
    lspci egrep.png
    49.6 KB · Views: 13
  • ss-tulpn.png
    ss-tulpn.png
    199 KB · Views: 12
  • systemctl status pveproxy.png
    systemctl status pveproxy.png
    204.1 KB · Views: 12