Here we go, assuming you want to change the MAC id for eth0.
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether 00:00:00:00:00:00 (choose your mac here)
sudo ifconfig eth0 up
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether 00:00:00:00:00:00 (choose your mac here)
sudo ifconfig eth0 up
2 comments:
Try MAC Changer for doing new things!
apt-get install macchanger
apt-cache show mac changer
Happy Hacking ...
Try MAC Changer for doing new things!
apt-get install macchanger
apt-cache show mac changer
Happy Hacking ...
Post a Comment