Can't Access Webmin on GCE Instance on port 10000 -


i have gce instance debian 1v cpu & 1.7gb. followed below tutorial , installed webmin on it. https://www.howtoforge.com/tutorial/how-to-install-webmin-on-ubuntu-15-04/

the installation went successfully. created firewall exception on using ufw , allowed port 10000.

sudo ufw allow 10000/tcp 

but not able access webmin through browser.

https://my-gce-instance-ip-address:10000.

then created firewall exception using google cloud console. again tried url didnt work.

then thought might because of webmin https mode. open /etc/webmin/miniserv.conf , changed ssl=0. after restarted webmin.

/etc/init.d/webmin restart 

then tried the url http, still can't access.

i tried below command , checked output. accordingly webmin correctly running , listening on port 10000.

netstat -tulpn | grep :10000. 

i can't seem think doing wrong. have spent several days on without , solution in sight. hope can kindly me?

try ... it's working me

iptables -i input 1 -p tcp --dport 10000 -j accept service iptables save /etc/init.d/iptables restart 

open both link in browser

https://your-ip:10000 , http://your-ip:10000


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -