Set the primary MAC address using the MAC clone option in the GUI and use the following to change the LAN address:After a bit of tinkering I've figured what I need is to change the MAC address of that LAN port (if such thing is possible), probably via a script that executes on startup, but I'm lost as to how to achieve that.
nvram set et0macaddr="30:5A:3A:C7:9A:20"
nvram commit
reboot
Thanks, but is that for the WAN port or for the LAN1 port? What I need to change is the MAC of the LAN1 port, I believe.Set the primary MAC address using the MAC clone option in the GUI and use the following to change the LAN address:
Code:nvram set et0macaddr="30:5A:3A:C7:9A:20" nvram commit reboot
You can't change the address of individual ports***. Also, the WAN and LAN ports share the same MAC address (yes, that's a bit counter-intuitive). So what that command does is change the MAC address of both the WAN and LAN ports, and then you override the WAN MAC address in the GUI.Thanks, but is that for the WAN port or for the LAN1 port? What I need to change is the MAC of the LAN1 port, I believe.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!