Web GUI 8006 can't open.

syrea

New Member
Apr 28, 2018
4
0
1
46
Got problem with Proxmox Mail Gateway :
1、Symptoms : Can't open 8006 Web Gui with any browser, Chrome, Firefox, IE;
2、Via https://IP addrss:8006 or https://FQDN:8006 is same;
3、Reboot do not works;
4、Can access from SSH;
5、Updated to latest;
6、Do nothing with this gateway after deployment, except normal update.
What's wrong ? Thanks.
 
check that the hostname is set and that it resolves to the ip which is configured on pmg

* `cat /etc/hostname`
* `cat /etc/hosts`
* `ping $(uname -n)`

I hope this helps!
 
* `cat /etc/hostname`
* `cat /etc/hosts`
* `ping $(uname -n)`
All these is right configured, and last command run successfully with right result.