Last active
May 21, 2020 11:58
-
-
Save yudenzel/19007b0600e9fd1131287799cc3468dc to your computer and use it in GitHub Desktop.
Change network interface hardware 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
sudo ifconfig eth0 down | |
sudo ifconfig eth0 hw ether MAC_ADDR | |
sudo ifconfig eth0 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment