I have a device running Android version 5.0.2 that connects to our WiFi network, but browsing to any website using Chrome displays a page with:
The site can't be reached
and
ERR_CONNECTION_REFUSED
This device used to connect without a problem
I also have a second device running Android version 4.2.2 that still connects to the same network without any problems.
How can I troubleshoot the first device?
ping
succeeded, your network obviously is OK – if the IP of the pinged server is correct (note: you couldping 127.0.0.1
, but there wouldn't be a web server to respond :) – Izzy Oct 25 '16 at 12:14ping
receives responses from is the same from both devices, and really belongs to the host name you've pinged? Have you compered the traceroutes? This is just to rule out the possibility your DNS etc. got somehow "hijacked" (malware might have modified the system, for example). Also, Fing offers a service discovery so you could see whether e.g.www.google.com
offers HTTP/HTTPS at all. If that all looks fine, and you've tried different browsers, I'm out of ideas. – Izzy Oct 25 '16 at 13:20