Google will not work on Mac OS X - Super User most recent 30 from superuser.com2010-03-19T16:45:23Zhttp://superuser.com/feeds/question/70953http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://superuser.com/questions/70953/google-will-not-work-on-mac-os-x1Google will not work on Mac OS XAustinhttp://superuser.com/users/73382009-11-15T22:07:31Z2009-11-16T10:01:10Z
<p>I cannot seem to connect to the google.com domain - <strong>AT ALL</strong> - using Mac OS X (10.5.8)</p>
<p>I have tried Safari, Firefox, and Chrome, all of which refuse to connect to google.com, mail.google.com, OR gmail.com</p>
<p>However, I know it is not my physical connection, because I can successfully log into Gmail from Linux Mint with Firefox and from Windows 7 with Firefox or Chrome.</p>
<p>Both OS's were run as VMs on my Mac too, to make things more interesting...</p>
<p>Any ideas on why this happens?</p>
http://superuser.com/questions/70953/google-will-not-work-on-mac-os-x/70991#709911Answer by Niels Bom for Google will not work on Mac OS XNiels Bomhttp://superuser.com/users/161392009-11-16T00:20:43Z2009-11-16T00:20:43Z<p>Try pinging the domain you're trying to reach.
Open Terminal and type</p>
<pre><code>ping www.google.com
</code></pre>
<p>Maybe that'll give you some info.</p>
<p>Also check out your hosts file at /etc/hosts if there's nothing dodgy there.</p>
http://superuser.com/questions/70953/google-will-not-work-on-mac-os-x/71130#711302Answer by chris.nullptr for Google will not work on Mac OS Xchris.nullptrhttp://superuser.com/users/168192009-11-16T08:51:51Z2009-11-16T10:01:10Z<p>It could also be a DNS issue on your OS X box if pinging the google.com domain fails. Try an IP address directly like (this is what google.com resolves to for me):</p>
<pre>ping 208.69.34.231</pre>
<p>If you get a response you know that you need to check your DNS settings.
If your ISP's DNS servers are to blame you can use the excellent free servers at <a href="http://www.opendns.com/" rel="nofollow">OpenDNS</a>. </p>