Disable Guest network but keep settings?
Moderator: Moderators
Disable Guest network but keep settings?
I would like to setup a Guest network but only have it enabled when I have friends/family over. If I setup the network, then disable it, the settings are reset the next time I enable it. Is it possible to keep the settings but have the guest network disabled?
Re: Disable Guest network but keep settings?
you could add a "disabled 1" tag to the guest wireless network configuration.
to disable:
to enable:
Note that "apg_g" may not be the correct name of the guest network configuration.
to disable:
Code: Select all
uci set wireless.apg_g.disabled=1
uci commit wireless
wifi
Code: Select all
uci set wireless.apg_g.disabled=0
uci commit wireless
wifi
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.