Trouble accessing Gmail or internal chat client

I have been in a couple of places which I needed to access my email and chat so here’s 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.

This entry was posted in internet and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>