User Tools

Site Tools


networking:linux:spoof_mac_addr

This is an old revision of the document!


Spoof a MAC Address

Linux

Edit /etc/rc.local and add a couple of lines at the bottom.

Specify your own desired MAC address instead of the one shown.

vim /etc/rc.local

ifconfig eth0 down hw ether 00:07:E9:DA:56:EB
ifconfig eth0 up
networking/linux/spoof_mac_addr.1320775209.txt.gz · Last modified: 2011/11/08 11:00 by gcooper