Hi all,
I’m running a Proxmox VE server with IP 192.168.1.81 (static, and enable static ip to his MAC in my router) configured static on the vmbr0 bridge interface. The system has been working fine until recently, but now I can’t access the web GUI from any other device on the local network.
Inside proxmox (I only can access physically plugin in a keyboard, no ssh, no web..) I have a TRUENAS vm with plex, plex it's on 192.168.1.91 and working fine.. Anyway, I can't access to my truenas machine using his IP, only my no-ip domain associated to IP+port (weird?)
To be honest, yesterday, my network cable in the room where I had the set up stop working and I just moved the server to other room and plugged in other network cable (to the same router). After this, I didn't connect to the web interface, anyway, I am not sure if it is related.
Here’s the situation and what I’ve checked so far:
The biggest mystery is that the TCP handshake succeeds but the connection closes immediately before any HTTP data is sent. The Proxmox GUI service seems up and responsive locally but inaccessible externally. Some days ago, I could enter without problems (I didnt remember when).
Has anyone experienced something similar or can suggest further debugging steps?
Thanks in advance! Sorry my english
I’m running a Proxmox VE server with IP 192.168.1.81 (static, and enable static ip to his MAC in my router) configured static on the vmbr0 bridge interface. The system has been working fine until recently, but now I can’t access the web GUI from any other device on the local network.
Inside proxmox (I only can access physically plugin in a keyboard, no ssh, no web..) I have a TRUENAS vm with plex, plex it's on 192.168.1.91 and working fine.. Anyway, I can't access to my truenas machine using his IP, only my no-ip domain associated to IP+port (weird?)
To be honest, yesterday, my network cable in the room where I had the set up stop working and I just moved the server to other room and plugged in other network cable (to the same router). After this, I didn't connect to the web interface, anyway, I am not sure if it is related.
Here’s the situation and what I’ve checked so far:
- The Proxmox host is reachable via ping from other devices, and ping replies are consistent and fast. I can ping from proxmox to my windows machine without problems.
- The web proxy service (pveproxy) is running and listening on all interfaces on port 8006.
- I can run curl -vk https://localhost:8006 or https://192.168.1.81:8006/ directly on the Proxmox host, and it returns the HTML content of the web interface.
- From another machine on the network:
- Test-NetConnection 192.168.1.81 -Port 8006 returns TcpTestSucceeded: True.
- However, opening https://192.168.1.81:8006 in any browser immediately results in ERR_CONNECTION_CLOSED. (I tested in private browser mode too)
- No SSL warnings or certificate errors appear; the connection just closes.
- SSH is running and listening on port 22, and the TCP TcpTestSucceeded is true too but PuTTY connection fail (remote host close the connection).
- The router hasn't VLAN configuration enabled and the router firewall is disbaled now.
- The Proxmox firewall (pve-firewall) is disabled, and iptables rules are empty.
- Logs (journalctl -u pveproxy) show no relevant errors when trying to connect, only repeated “detected empty handle” messages, which seem unrelated.
- I’ve tried restarting pveproxy and restarting the server without success.
- Running pveproxy manually with --debug to catch logs doesn’t show any new information on connection attempts.
The biggest mystery is that the TCP handshake succeeds but the connection closes immediately before any HTTP data is sent. The Proxmox GUI service seems up and responsive locally but inaccessible externally. Some days ago, I could enter without problems (I didnt remember when).
Has anyone experienced something similar or can suggest further debugging steps?
Thanks in advance! Sorry my english
Last edited: