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!

Creating virtual wireless interfaces outside of UI

cybergibbons

New Around Here
I'm not keen on only being able to do things through the UI. At the moment I am using my RT-AC66U to take three VLANs in via the WAN port and split them to three distinct 5GHz WiFi SSIDs. No routing is done by the RT-AC66U at all.

The only way I have found to create these wl virtual wireless interfaces is using the guest WiFi network UI.

Is there anyway to do it from the command line?
 
I'm not keen on only being able to do things through the UI. At the moment I am using my RT-AC66U to take three VLANs in via the WAN port and split them to three distinct 5GHz WiFi SSIDs. No routing is done by the RT-AC66U at all.

The only way I have found to create these wl virtual wireless interfaces is using the guest WiFi network UI.

Is there anyway to do it from the command line?

I'm not sure I well understand what you want to do, but a good place to start would be here: https://github.com/RMerl/asuswrt-merlin/wiki
 
What I means is that through the UI, you have the ability to create virtual wireless interfaces on the "Guest network" page:

bCZ8dQ9.png


These show as wl0.1 (2.4GHz) and wl1.1 (5GHz) through ifconfig:
Code:
wl0.1      Link encap:Ethernet  HWaddr 74:D0:2B:88:AC:D9  
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:66 errors:0 dropped:0 overruns:0 frame:4229
           TX packets:595 errors:2 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000 
           RX bytes:7928 (7.7 KiB)  TX bytes:124164 (121.2 KiB)

wl1.1      Link encap:Ethernet  HWaddr 74:D0:2B:88:AC:DD  
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:5194 errors:0 dropped:0 overruns:0 frame:1658
           TX packets:6249 errors:1 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000 
           RX bytes:934708 (912.8 KiB)  TX bytes:6400529 (6.1 MiB)

How can wl0.1 and wl1.1 be created without the UI?

I can't find any reference to this in the forums or wiki.
 
You can't do that easily, as there's a lot of nvram settings that have to be set to configure a whole virtual wireless interface. It's not just a matter of running a simple ifconfig command with a few parameters.
 

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!

Members online

Back
Top