Skip to content

Instantly share code, notes, and snippets.

@rschildmeijer
Created December 18, 2011 18:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschildmeijer/1494157 to your computer and use it in GitHub Desktop.
Save rschildmeijer/1494157 to your computer and use it in GitHub Desktop.
free wifi inet connection
Free internet in hotels etc.
1, arp -aln
2, pick a mac address ("Linklayer Address") (ignore macs for x.x.x.[1, 255])
3, sudo ifconfig en0 ether <MAC_ADDRESS>
4, restart wifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment