[SOLVED] Unable to access GUI

goonerish

New Member
Jul 28, 2021
3
0
1
37
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:
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
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!
 
looks like only ipv6 is enabled....

I get this on my host

netstat -tulpn | grep 8006 tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 3088/pveproxy worke
 
Changed the IP and it seems to have fixed the issue for me. The initial IP was also used by iDRAC on the server. I'm not sure if that was the cause, but now it works fine.
 

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!