Am trying at https://[Proxmox IP]:8006 via microsoft edge. Returns ERR_CONNECTION_TIMED_OUT.
Things that work:
Ping from [Windows PC] to [Proxmox Host]
Ping from [Proxmox Host] to [Windows PC]
SSH from [Windows PC] to [Proxmox Host]
Things I've tried:
Output: All packages are up to date // 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The messages appear after trying to load the webgui.
Things that work:
Ping from [Windows PC] to [Proxmox Host]
Ping from [Proxmox Host] to [Windows PC]
SSH from [Windows PC] to [Proxmox Host]
Things I've tried:
Code:
apt update
apt full-upgrade
Code:
apt install --reinstall pve-manager
Code:
netstat -an | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN
Code:
root@pve:/etc/pve/local# tcpdump -i vmbr0 port 8006
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on vmbr0, link-type EN10MB (Ethernet), capture size 262144 bytes
17:37:16.867399 IP [WIN IP].63271 > [PVE FQDN].8006: Flags [S], seq 878057993, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
17:37:17.134793 IP [WIN IP].63272 > [PVE FQDN].8006: Flags [S], seq 3457441265, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
17:37:17.868052 IP [WIN IP].63271 > [PVE FQDN].8006: Flags [S], seq 878057993, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
17:37:18.136763 IP [WIN IP].63272 > [PVE FQDN].8006: Flags [S], seq 3457441265, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0