-
-
Save scemama/8d2f8c2d9437b29df9aa to your computer and use it in GitHub Desktop.
Change dynamically MAC the address
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
$ 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