What's new

Enable guest SSID via script

asus09080980

New Around Here
I am trying to make a script that will automatically set up a guest network. I can apply settings like the SSID and password if the interface is already up, but I cannot get the network working without turning it on in the Web interface.

So for instance, I want to run these commands:
Code:
wl -a wl0.3 ssid "Guest3"
ifconfig wl0.3 192.168.4.1

But end up with these errors:
Code:
wl: wl driver adapter not found
SIOCGIFFLAGS: No such device
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top