A couple possibilities come to mind: (a) Firefox has some proxy configured and 192.168.1.1 isn't your local router at all (perhaps you have some work related proxy or tor or something)
(b) There's some firewall configuration on the router which is blocking port 80 (for http or 443 for https) (c) The web server isn't even running on the router (perhaps not even installed) Try telnet 192.168.1.1 (from your desktop) - that should work, then try telnet 192.168.1.1 80 (again from your desktop, assuming that's the windows telnet syntax as well). You can also try 'telnet 192.168.1.1 80' from the router (when logged in via a normal telnet 192.168.1.1) Try running 'ps' on the router - is a webserver process running? or lsof or netstat or cat /proc/net/tcp /proc/net/tcp6 to see if there is even an open port 80 socket. On Mon, Sep 29, 2014 at 11:18 PM, Harry Putnam <[email protected]> wrote: > Moritz Warning <[email protected]> writes: > >> What is the error message in your browser? > > Firefox cannot establish a connection with the server at 192.168.1.1 > >> In case it is not a 404, then it might be because >> the routers self-signed certificate has changed. >> And now the browser thinks that some imposter hast taken over the site. >> You need to delete the old certificate (Probably labeled OpenWrt) in your >> browser, >> empty your cache, maybe even restart your Browser. > > If that were the case would there not be some kind of warning or the > like? > > But anyway, I cleared the cache... and restarted the browser but had > no different result > _______________________________________________ > openwrt-users mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
