Google will not work on Mac OS X - Super User most recent 30 from superuser.com 2010-03-19T16:45:23Z http://superuser.com/feeds/question/70953 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/70953/google-will-not-work-on-mac-os-x 1 Google will not work on Mac OS X Austin http://superuser.com/users/7338 2009-11-15T22:07:31Z 2009-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#70991 1 Answer by Niels Bom for Google will not work on Mac OS X Niels Bom http://superuser.com/users/16139 2009-11-16T00:20:43Z 2009-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#71130 2 Answer by chris.nullptr for Google will not work on Mac OS X chris.nullptr http://superuser.com/users/16819 2009-11-16T08:51:51Z 2009-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>