PDA

View Full Version : WiMAX MAC address spoofing help needed.


xircon
05-02-2010, 01:50 AM
I have an N810 WiMAX edition. I would like to know how to spoof the WiMAX MAC address of the N810W.

I have seen the below code on how to spoof the WLAN MAC address:

/etc/init.d/wlancond stop
ifconfig wlan0 down
ifconfig wlan0 hw ether <mac address>
ifconfig wlan0 up
/etc/init.d/wlancond start

I would like to be able to spoof the WiMAX MAC address in a similar manner.

Any help would be greatly appreciated.