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


You need to login to view comments.