webmin dose not respond on successful installation of Virtualmin

4 posts / 0 new
Last post
#1 Fri, 09/28/2012 - 01:30
miranda.zhang

webmin dose not respond on successful installation of Virtualmin

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-...

Fri, 09/28/2012 - 12:25
andreychek

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

Wed, 10/10/2012 - 20:59 (Reply to #2)
miranda.zhang

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
Wed, 10/10/2012 - 23:35
andreychek

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

Topic locked