cptnoblivious
Senior Member
... and then things just work and don't break all the timeIn some ways, the CGU is somewhat boring; just set things to auto and leave it.

... and then things just work and don't break all the timeIn some ways, the CGU is somewhat boring; just set things to auto and leave it.
CGU is somewhat boring
Notwithstanding what you said, I still think that Asus routers are the best consumer devices available. The long-term support is unmatched by any other vendor I know of; the RT-N66U just got an update. That was the first Asus device I purchased, which was over 10 years ago. I still have it, and it still works whenever I get it out of storage to try something.The frequent need of reboot and reset killed my interest in testing Asuswrt. This thing often remains in somewhat broken state after playing with settings and needs a reset for fresh start. At some point I realized the time wasted in reboots and resets exceeds the time needed for actual testing. When the reset itself doesn't work as expected and it happens - priceless. I found Asus routers behave better when a mallet or a hammer is placed right next to them. Some weird glitches miraculously disappear.![]()
Gl-inet is not a great example of quality control of software.Yup. If I hadn't gotten a CGU I'd be running a Flint-2 now.
Do you mind sharing your script? I also have an AX68U. The script executes, but I can't ever connect anything to the guest network.Thanks again. It's working
Now I just have to figure out how to turn off the 'hotspot check' on the CGU so clients can connect without going through the portal first
Edit: In typical Ubiquiti fashion, a bit hidden, but easy enough to turn off on the CGU!
I'm using the script in this post: https://www.snbforums.com/threads/using-asus-routers-as-vlan-capable-aps.93795/post-945308Do you mind sharing your script? I also have an AX68U. The script executes, but I can't ever connect anything to the guest network.
the four possible guest networks (guest network #1 2.4G and 5G, guest network #2 2.4G and 5G)
#
# default value of 1 means setup a VLAN for this network if it is configured in Asus GUI
#
# change value to 0 to never setup a VLAN for this guest network
#
G1_24_enabled=1 # guest network #1 2.4G
G1_5_enabled=0 # guest network #1 5G
G2_24_enabled=1 # guest network #2 2.4G
G2_5_enabled=1 # guest network #2 5G
# port interface configuration
#
# the default values of "eth?" direct the script to try to auto-determine the correct
# interfaces from the Asus router NVRAM values
#
# replace the "eth?" will a real interface number to override the auto-determination
#
WANport="eth0" # WAN interface port
radio24="eth5" # 2.4G radio interface port
radio5="eth6" # 5G radio interface port
Dang thats pretty much what I have, so I'm pretty confused as to why it's not working for me, I'll try factory resetting it and see if that helps at all. Thanks!I'm using the script in this post: https://www.snbforums.com/threads/using-asus-routers-as-vlan-capable-aps.93795/post-945308
And changed the following as the auto-detection didn't work on my AX68:
Code:the four possible guest networks (guest network #1 2.4G and 5G, guest network #2 2.4G and 5G) # # default value of 1 means setup a VLAN for this network if it is configured in Asus GUI # # change value to 0 to never setup a VLAN for this guest network # G1_24_enabled=1 # guest network #1 2.4G G1_5_enabled=0 # guest network #1 5G G2_24_enabled=1 # guest network #2 2.4G G2_5_enabled=1 # guest network #2 5G # port interface configuration # # the default values of "eth?" direct the script to try to auto-determine the correct # interfaces from the Asus router NVRAM values # # replace the "eth?" will a real interface number to override the auto-determination # WANport="eth0" # WAN interface port radio24="eth5" # 2.4G radio interface port radio5="eth6" # 5G radio interface port
Edit to add: I am still having issues getting it to work on my AX58. I had to do another hard factory reset as some previous setting were still there. And now everything installs but I'm unable to connect to the guest networks. I didn't feel like troubleshooting more last night, so sometime this week I may try to see if I can figure it out.
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!