Created
July 30, 2012 04:52
-
-
Save brendannee/3204799 to your computer and use it in GitHub Desktop.
Useful network commands on OS X
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
#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