I have been trying to change my mac address, but having no success. I have tried using macchanger and putting it in /etc/network/interfaces, but it is lost on reboot. Is it still possible to spoof a mac address? If so how?
Announcement
Collapse
No announcement yet.
Change mac address
Collapse
This topic is closed.
X
X
-
Re: Change mac address
Whats macchanger Sounds like a Scottish fella...
To change your ethernet card mac address, in a terminal type -
sudo ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
If you want this to occur every time you start up, there are several ways to do it.
I use the file /etc/rc.local. Just add the above command without the "sudo".
I use this method to change the txqueuelen to 65535.
- Top
- Bottom
-
Comment