Skip to content

Instantly share code, notes, and snippets.

@zph
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save zph/6bbd4b5c7fde0a21e9c5 to your computer and use it in GitHub Desktop.

Select an option

Save zph/6bbd4b5c7fde0a21e9c5 to your computer and use it in GitHub Desktop.
# 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