https://myipaddress:10000 is not working

9 posts / 0 new
Last post
#1 Tue, 09/06/2011 - 19:03
raymond

https://myipaddress:10000 is not working

After ./install.sh on my virtual ubuntu server. I type https://myipaddress:10000 on my web browser. but it is not working.

http://myipaddress is working fine.

Anyone can give me an idea please?

Tue, 09/06/2011 - 19:08
andreychek

Howdy,

It's possible Webmin may not be running... you can launch that by running this command:

/etc/init.d/webmin start

Tue, 09/06/2011 - 19:18 (Reply to #2)
raymond

Yeah, tried and still not working.

Tue, 09/06/2011 - 19:19 (Reply to #3)
raymond

Yeah, tried and still not working.

Tue, 09/06/2011 - 19:23 (Reply to #4)
raymond

Webmin (pid 25184) is running

Tue, 09/06/2011 - 19:24
andreychek

What output do you get by running this command:

netstat -an | grep :10000

Tue, 09/06/2011 - 19:25 (Reply to #6)
raymond

tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:10000 0.0.0.0:*

Tue, 09/06/2011 - 19:32
andreychek

Okay, so that shows that Webmin is indeed listening on port 10000.

Is your server by chance running behind a NAT router? If so, you'd need to make sure that port 10000 is being forwarded from your router.

Also, you'd need to make sure that there isn't a firewall in front of your server blocking that port. Some ISP's can block that port, you'd want to make sure your ISP isn't preventing you from accessing it.

-Eric

Tue, 09/06/2011 - 21:35
raymond

Thanks mate, they have blocked the port 10000. It is working now.

Topic locked