Last active
August 29, 2015 14:04
-
-
Save zph/6bbd4b5c7fde0a21e9c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Wifi Troubleshooting for Ruby for Good | |
| # | |
| Issue: not being able to connect and reach initial welcome screen. | |
| Solution: | |
| - Remove custom DNS servers from your network settings | |
| - On Mac, Network -> Advanced -> DNS Tab. | |
| - Take note of what they are, write it down elsewhere | |
| - Delete them all from left pane, so that GMU default nameservers are used | |
| - Flush DNS | |
| - On OSX 10.9: `dscacheutil -flushcache;sudo killall -HUP mDNSResponder` | |
| - Check DNS settings again, should have defaults for GMU which are '129.174.x.x' (various). | |
| - Try connecting again :) & use info/passwords listed on info sheet. | |
| - Restart computer. (because computers are hard and bad) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment