For this purpose we need to install the macchanger package.
# apt-get install
macchanger
Steps to change the mac
address.
1) First disable the
wireless card >> # ifconfig wlan0 down
2) Assign new address
>> # macchanger - -random wlan0 // This will assing a random address
3) Enable the wireless card.
>> # ifconfig wlan0 up
4) Show the new MAC address >> # macchanger -s wlan0
For more option just check the macchanger - - help
Cheers!!
Comments