wellnw
2
@rp201rp
I checked my ar750, only the guest interface does not correspond, I guess it is a problem with the read mechanism of luci, ifconfig sees the correct mac address
For the second question:
You can add your own code in the /etc/rc.local script, modify the mac address of the corresponding interface, wan / lan / guest network in / etc / config / network, and modify / etc / config / wireless configuration wirelessly
For example:
uci set network.lan.macaddr="XX:XX:XX:XX:XX:XX"
uci set network.wan.macaddr="XX:XX:XX:XX:XX:XX"
uci set wireless.default_radio0.macaddr=“XX:XX:XX:XX:XX:XX”
uci set wireless.default_radio1.macaddr=“XX:XX:XX:XX:XX:XX”
uci set wireless.guest2g.macaddr=“XX:XX:XX:XX:XX:XX”
uci set wireless.guest5g.macaddr=“XX:XX:XX:XX:XX:XX”
uci commit network
uci commit wirless
wifi reload
/etc/init.d/network reload
1 Like