What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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
 

Similar threads

Latest threads

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