Skip to content

Instantly share code, notes, and snippets.

@yudenzel
Last active May 21, 2020 11:58
Show Gist options
  • Save yudenzel/19007b0600e9fd1131287799cc3468dc to your computer and use it in GitHub Desktop.
Save yudenzel/19007b0600e9fd1131287799cc3468dc to your computer and use it in GitHub Desktop.
Change network interface hardware address
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