Skip to content

Instantly share code, notes, and snippets.

@brendannee
Created July 30, 2012 04:52
Show Gist options
  • Save brendannee/3204799 to your computer and use it in GitHub Desktop.
Save brendannee/3204799 to your computer and use it in GitHub Desktop.
Useful network commands on OS X
#see who else is on the network with you
arp -a
#list the network interfaces on your computer
ifconfig
#change the mac address of an interface on your computer to 00:00:00:00:00:00
sudo ifconfig en1 ether 00:00:00:00:00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment