Change MAC address (gnu/linux)


/ Published in: Bash
Save to your folder(s)

replace ethX with the correct interface (eth1, eth2, etc)


Copy this code and paste it in your HTML
  1. #sudo ifconfig eth0 down hw ether 00:00:00:00:00:01
  2. #sudo ifconfig eth0 up

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.