Hi,
I installed proxmox 7 on my home server machine (poweredge T410). Installation went fine, with default configurations, but I have trouble accessing the web UI from my Mac and Windows machines.
Curl from Mac returns:
curl on host to https://localhost:8006 returns expected response
On host
nmap
Not sure what wpl-analytics is.
If i try to reach https://192.168.2.5:8006 from my mobile browser, it works every time. I can login and administer. But from either of the other OS, with different browsers, I cant connect.
Any help is appreciated. Thanks!
I installed proxmox 7 on my home server machine (poweredge T410). Installation went fine, with default configurations, but I have trouble accessing the web UI from my Mac and Windows machines.
Curl from Mac returns:
Code:
curl -v -GET https://192.168.2.5:8006
* Trying 192.168.2.5...
* TCP_NODELAY set
* Connection failed
* connect to 192.168.2.5 port 8006 failed: Connection refused
* Failed to connect to 192.168.2.5 port 8006: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 192.168.2.5 port 8006: Connection refused
curl on host to https://localhost:8006 returns expected response
On host
Code:
netstat -tulpn |grep 8006
tcp6 0 0 :::8006 :::* LISTEN 999/pveproxy
nmap
Code:
nmap -p 8006 192.168.2.5
Starting Nmap 7.91 ( https://nmap.org ) at 2021-07-28 15:28 EDT
Nmap scan report for 192.168.2.5
Host is up (0.012s latency).
PORT STATE SERVICE
8006/tcp closed wpl-analytics
If i try to reach https://192.168.2.5:8006 from my mobile browser, it works every time. I can login and administer. But from either of the other OS, with different browsers, I cant connect.
Any help is appreciated. Thanks!