javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Changing MAC Address on rai0 and rai1 interfaces #1361

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to change MAC on the rai1 interface using the "ifconfig rai1 hw ether" 
command but all i got is "ifconfig: SIOCSIFHWADDR: Operation not supported"

can someone please tell me how to change the MAC address on the rai1 interface.

Thank you.

Original issue reported on code.google.com by artemisi...@gmail.com on 9 Nov 2014 at 12:56

GoogleCodeExporter commented 9 years ago
nvram get rt_macaddr
nvram set rt_macaddr=XX:XX:XX:XX:XX:XX
The device should be rebooted after this I think...

Original comment by serge...@gmail.com on 9 Nov 2014 at 1:47