What's new

set WLAN Mac Address?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

IngoPan

Regular Contributor
Hi,

Whats the shell command to set the WLAN Mac Addresses please for 2.4 and 5Ghz Wlan? Thanks in advance!
 
You don't say what router you have or the firmware version. :rolleyes:

On my RT-AC68U I can set the 5GHz MAC addresses with:
Code:
# nvram set 1:macaddr=30:5A:3A:C7:8A:24
# nvram commit
# reboot
The same "trick" doesn't work for the 2.4GHz radio as the same MAC address is used for the WAN, LAN and 2.4GHz interfaces. To change those use:
Code:
# nvram set et0macaddr=30:5A:3A:C7:8A:20
# nvram commit
# reboot
YMMV
 
I'd be careful about changing the relationships of the MAC addresses...I'm not sure if there are code dependencies. LAN and 2.4GHz MACs are the same....5GHz MAC is LAN/2.4GHz MAC +4
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Top