| 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 downeth0 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 eth0After that, turn on the network adapter.
ifcofig eth0 upThat's all. You can check your MAC address with
ifconfig -a
