I can't connect to port 10000. How can I make subdomain with webmin? I use httpd on CentOS.

link|improve this question
1  
Is the problem related to that you are running Webmin on a subdomain, or that you cannot access port 10000 on that subdomain? Your question is about two unrelated problems, so please specify. – TFM Jul 19 '11 at 13:57
I can't connect to port 10000 because my ISP is blocking it. – Jan Tojnar Jul 26 '11 at 15:13
feedback

closed as not a real question by studiohack Jul 19 '11 at 23:26

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

I think you should open port 10000 in /etc/firewall.

You can do this by adding the line

webmin||0x10000001|6||10000| \

to the rules at the bottom.

Then start the webmin service with the command:

service webmin start
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.