Mac address question

Hi. Is this configuration correct? I wanna make random Mac in repeater mode to make me less traceable

config wifi-iface 'radio0'  
    option device 'radio0'  
    option network 'wwan'  
    option mode 'sta'  
    option macaddr 'random'
    option ssid 'xxxxxxxxxx'  
    option encryption 'psk2'  
    option key 'xxxxxxxxxxx'

Yes, the configuration is correct. You will get a new locally administered MAC address every time the sta interface is restarted or the router is rebooted.

You can also set the option using LuCI.

1 Like