Skip to content

Instantly share code, notes, and snippets.

@rudisimo
Last active January 2, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudisimo/8300458 to your computer and use it in GitHub Desktop.
Save rudisimo/8300458 to your computer and use it in GitHub Desktop.

Wifi Authentication

https://securelogin.arubanetworks.com/cgi-bin/login

Spotify IPs

78.31.8.0/24
78.31.12.0/24
193.182.8.0/24

Commands

netstat -r

traceroute 78.31.8.1
traceroute 78.31.12.1
traceroute 193.182.8.1

sudo route -v add -net 78.31.8.0 -interface en2
sudo route -v add -net 78.31.12.0 -interface en2
sudo route -v add -net 193.182.8.0 -interface en2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment