View Single Post
kuzmichov's Avatar
Posts: 30 | Thanked: 104 times | Joined on Nov 2011 @ Russia
#1


Сonsider the fastest and easiest way to change MAC-address

instructions:
1. Go to settings - on the product and write off its own MAC-address WLAN (for example I have it 04:a7:1a:1f:aa:23)
2. Disconnects from the Wi-Fi network
3. Open a terminal and put this your new MAC (eg 14:56:73:24:89:17)
Code:
devel-su 
rootme (the default password) 
develsh 
/sbin/ifconfig wlan0 down 
/sbin/ifconfig wlan0 hw ether 14:56:73:24:89:17 
/sbin/ifconfig wlan0 up
4. Check in settings - on a product modified MAC, or there is a terminal, write
Code:
/sbin/ifconfig wlan0
5. Connectivity to our public network!

Last edited by kuzmichov; 2012-01-30 at 19:47.
 

The Following 3 Users Say Thank You to kuzmichov For This Useful Post: