Title | Change MAC Address in Backtrack 5 R3 |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 21:45 |
Category | backtrack| interface| tutorial |
Share |
Before you change the MAC address you must turn off the network interface. Open your terminal and run this command
ifconfig eth0 down
eth0 is a network interface (LAN), if you want change MAC address of wireless interface you can change eth0 with wlan0
Then change the MAC address
macchanger --mac xx:xx:xx:xx:xx:xx eth0
After that, turn on the network adapter.
ifcofig eth0 up
That's all. You can check your MAC address with
ifconfig -a