Skip to content

Instantly share code, notes, and snippets.

@scemama
Created January 26, 2015 09:22
Show Gist options
  • Save scemama/8d2f8c2d9437b29df9aa to your computer and use it in GitHub Desktop.
Save scemama/8d2f8c2d9437b29df9aa to your computer and use it in GitHub Desktop.
Change dynamically MAC the address
$ ifconfig eth0 down
$ ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
$ ifconfig eth0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment