Don't you worry about my happiness. This is the route I chose to follow, and follow it I will.Explore SMB options with native VLAN support and you'll be happier.
I'm really pleased I've never experienced any of the problems you seem to have.Don't you worry about my happiness. This is the route I chose to follow, and follow it I will.
Are you running it in router mode, or AP mode? Are you using a VLAN setup?I'm really pleased I've never experienced any of the problems you seem to have.
Your router must have hardware faults, or your factory reset didn't complete.
This is the route I chose to follow, and follow it I will.
I run mine in AP mode, perhaps that is a difference in where it messes up. I have no experience running the device in router mode.Router mode. VLAN + VPN on an IoT guest network.
I'll enjoy it, and I'll complain whenever I want. You can also just not read this thread, you know?Enjoy the journey. Don't complain about your own choices.![]()
Not sure what your problem is. As stated before, I'll solve the issues myself, I am just sharing my experiences (and occasional rage) here.Pointing your anger to people trying to help you won't solve your problem. Good luck!
#!/bin/bash
# remove untagged traffic from br0
brctl delif br0 eth0
brctl delif br0 eth9
# move management to VLAN 2 on br2
ifconfig br0 0.0.0.0
ifconfig br2 xx.xx.xx.xx netmask 255.255.255.0
route add default gw xx.xx.xx.xx
# remove all wireless sub interfaces assigned after configuring them via GUI
brctl delif br0 wl0.0
brctl delif br0 wl1.0
brctl delif br0 wl0.4
brctl delif br0 wl0.1
brctl delif br0 wl1.1
brctl delif br2 wl0.2
brctl delif br2 wl1.2
brctl delif br3 wl0.3
brctl delif br3 wl1.3
brctl delif br4 wl1.4
brctl delif br5 wl0.5
brctl delif br5 wl1.5
brctl delif br6 wl0.6
brctl delif br6 wl1.6
# assign wireless sub interfaces to the correct bridges
brctl addif br3 wl0.1
brctl addif br3 wl1.1
brctl addif br4 wl0.2
brctl addif br4 wl1.2
brctl addif br6 wl0.3
brctl addif br6 wl1.3
I use 5 VLANs inside my house with an upstream firewall, VLAN ID's 2 through 6. Default the AP starts dishing out VLANs in the 50's range when you just select the different subnet option on creating an SSID. You are however able to manually create your own list of IDs, or reassign the one it has given you, if you have any need for it. I am suspecting ASUS has not tested for the situation where its users want to use the lower range of VLAN IDs.@vlanvlan how many vlans have you set up on your router between the last reset and turning it into an AP? I ask because mine (in router mode of course) is only running two bridges - br0 (for the main network) and br55 (for VLAN52). I can't understand why you have so many just by changing to AP mode. And yes, my nvram contains all those wl settings (with different values of course).
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!