8006 port can't be accessed after changing IP address

bujingai

Member
Jun 17, 2020
8
0
6
38
Hi guys, recently I changed the ip address of my proxmox server and now I can't access the 8006 port for the gui. I changed through /etc/network/interfaces and /etc/hosts .I can ssh to the server though. Any help much appreciated. thanks
 
did you restart the server after editing /etc/network/interfaces and /etc/hosts?

could u post output of this commands:

Bash:
ss -4 -a | grep 8006

curl -s -k https://127.0.0.1:8006 | grep title && echo "\n" && ss -4 -a | grep 8006

ip a

ip link

cat /etc/network/interfaces

cat /etc/hosts