ben_r
16
So glad I ran across this post! New to OpenWRT and GL.iNet routers so I'm learning a lot here.
I have a brand new GL-MT3000 and am trying to add a new/second SSID for the 2.4GHz radio.
I want this new SSID to simply be another connected to the main LAN network and to have no password (open security).
If I am understanding this process correctly, all I'd need to do is:
- SSH into the router
- Edit the /etc/config/wireless file
- Add a new entry at the bottom copying the default wifii2g wifi-iface
- Change the MAC address of the new wifi-iface
- Edit the /lib/netifd/wireless/mtk.sh file increasing the "local MaxBssidNum=2" value
- Reboot
Seems straight forward enough, except for one part. How do I come up with a new MAC address? Or is it just made up and any random HEX characters can be used as long as there's 12?
Update: Looks like the MAC address is automatically set when the ifnam was set to ra2.
However, I didn't need to, and could not do step 5. The mtk.sh file in firmware version 4.7.0 does not look like the one shown earlier in this thread and there is no local MaxBssidNum= line.