ATT wifi always shows, "secure-login.attwifi.com’s server IP address could not be found."

When I try to login to public wifi, I always get,

chrome screen

Which reads,

This site can’t be reached secure-login.attwifi.com’s server IP address could not be found. Try:

 Checking the connection Checking the proxy, firewall, and DNS configuration ERR_NAME_NOT_RESOLVED

I get this any time I try to connect to an att-commerical wifi spot, like the crap they likely traded for a happy meal to McDonalds,

McDonalds Wifi

3

1 Answer

So if you're getting this error, it's likely because you have something like this set in your /etc/resolve.conf,

nameserver 127.0.0.53
search att.net

For whatever reasons, hitting connect on the portal screen can't get you to the next step to resolve the process,

You may want to change the name servers to 8.8.8.8 so your /etc/resolve.conf looks like,

nameserver 8.8.8.8
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like