Stephen Reese

I have been in a couple of places which I needed to access my email and chat so here is a little fix to get around DNS fixes that redirect hosts to the localhost.

Modify your hosts file to look like the following:

C:\Windows\System32\drivers\etc\hosts

127.0.0.1       localhost
74.125.79.17    mail.google.com
66.102.1.189    chatenabled.mail.google.com        #or 74.125.19.189 for non-Comcast.

# A friend recommended these, YMMV.
#209.85.135.17    mail.google.com
#72.14.204.189   chatenabled.mail.google.com
#72.14.204.189   talk.google.com
#72.14.204.189    talkx.l.google.com
#72.14.204.189    hostedtalkgadget.google.com
#72.14.204.189   talkgadget.google.com

This basically tell your system where these services are located instead of relying on a third party to instead let you know.


Comments

comments powered by Disqus