Hey,
I'm having the same problem here in my local network. When do I try to access my webmin in network using local IP (
http://192.168.0.251:10000/), it gives me the following error, --
======================================================================
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL:
http://192.168.0.251:10000/
The following error was encountered:
* Connection Failed
The system returned:
(113) No route to host
The remote host or network may be down. Please try the request again.
Your cache administrator is root.
======================================================================
I've set the following rule in my iptables, -
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT
and restarted the iptables several times but didn't get any luck.
Can anybody say a word to resolve my issue.
Note : Although it's working fine on server where webmin installed.
Thanks.