| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Centos 7 |
| Webmin version | Latest |
| Virtualmin version | Latest |
| Related packages | N/A |
I have installed the latest virtualmin version on a machine, lets call it example.com.
When the installation completed successfully, it gave me a message that I could access virtualmin by opening a supported web browser and going to https://example.com:10000. It also provided an alternative with the public ip address of the server.
I have tried both and the request in the browser times out.
I ran the netstat command and got this output:
netstat -na | grep 10000
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp6 0 0 :::10000 :::* LISTEN
udp 0 0 0.0.0.0:10000 0.0.0.0:*
And I am able to ping the server.
I am not sure where or how to start debugging this. Any recommendations would be appreciated.
Thanks in advance.