These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for webmin dose not respond on successful installation of Virtualmin on the new forum.
I have posted my question on StackOverflow, but it did not get any reply. hopefully we have more expirts here can give me some advice.
http://stackoverflow.com/questions/12615661/virturalmin-webmin-dose-not-...
Howdy,
Well, I can see some services on your server, but not others. Is there any sort of firewall in front of your server that could be causing that... for example, could your ISP be running a firewall that's blocking some ports?
You can verify that Webmin is running with this command:
netstat -an | grep :10000
Also, what is the output of this command:
iptables -L -n
I have tried to use the EC2 image with virtualmin, webmin etc all pre-installed, and followed the instructions on this page. https://www.virtualmin.com/documentation/aws/virtualmin_gpl_ami#virtualm...
But it still does not work.
http://ec2-67-202-21-21.compute-1.amazonaws.com:10000/
[ec2-user@ip-10-118-239-13 ~]$ netstat -an | grep :10000
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:*
[ec2-user@ip-10-118-239-13 ~]$ sudo iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:20
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:21
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:20000
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:10000
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:993
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:995
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:110
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:20
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:21
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:587
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Howdy,
Try accessing https rather than just http on port 10000. That would be something like this:
https://ec2-67-202-21-21.compute-1.amazonaws.com:10000/
When I do that, I'm able to access the Virtualmin login screen at your server.
-Eric