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!

[ 3006.102_4 alpha Build(s) ] available build(s)

If I leave DNS set to "Default" in the advanced setting of a 3006 Guest Network, what does "Default" refer to?
Means the same DNS servers as the main LAN uses from the WAN settings.
 
There is, look again.
cant see it lol

Annotation 2025-03-26 140534.png
 
Look in the pre beta test builds:
 
Last edited:
BE86 is not there despite all your screenshots.
I would cry elder abuse, if you weren't correct!
Got up and put on my old man glasses, so I could "see" my incorrectness.
Waiting patiently for beta, so I can jump in with the new features.
Can a brother get a sweet taste of that Guest VLAN?
dave-chappelle-junkie-1fbb7c834a-1185971632.jpg
 
Last edited:
looks here
 

Attachments

  • 1743004294213.png
    1743004294213.png
    95.5 KB · Views: 54
Thanks, now I made further tests and discovered the culprit was ControlD daemon (as I have DNS director off). I'll report to them.

And regarding GN scheduling? I scheduled to turn on on the weekend, but on week days some bands still keep on and usable.
👋️ Heya, Control D QA here.

I successfully upgraded my GT-AX6000 to 3006.102.4_alpha2 this morning - but I've not tested with the new Guest Network stuff...

If you want to walk on the wild side -- you can run our dev release by running ctrld upgrade dev -vv. We just merged some changes to how we configure DNSMasq on Merlin - so if that sounds like the issue you saw, feel free to test this out.

Anyway - you can DM me or reach out to support if you want to dig into your issue.
 
@RMerlin Regarding missing QoS Bandwidth Settings, reverting the specific changes from this commit seems to restore the original behavior.
Code:
$ git show 0b8a01ed11 QoS_EZQoS.asp
commit 0b8a01ed112841f687106621b3dcd728b8703766
Author: Eric Sauvageau <merlin@asuswrt-merlin.net>
Date:   Sat Sep 7 13:11:33 2024 -0400

    Merged with GPL 3006.102_37346 (from GT-BE98_PRO)

diff --git a/release/src/router/www/QoS_EZQoS.asp b/release/src/router/www/QoS_EZQoS.asp
index 39115aa2d9..d77b493c62 100644
--- a/release/src/router/www/QoS_EZQoS.asp
+++ b/release/src/router/www/QoS_EZQoS.asp
@@ -1063,7 +1063,7 @@ function change_qos_type(value){
                document.getElementById('trad_type').checked = false;
                document.getElementById('cake_type').checked = false;
                document.getElementById('bw_limit_type').checked = false;
-    document.getElementById('bandwidth_setting_tr').style.display = "";
+    document.getElementById('bandwidth_setting_tr').style.display = "none";
                if(geforceNow_support)
                        document.getElementById('GeForce_type').checked = false;
     //if(router_boost_support)
@@ -1083,13 +1083,8 @@ function change_qos_type(value){
                        document.form.next_page.value = "QoS_EZQoS.asp";
                        document.form.action_wait.value = "<% get_default_reboot_time(); %>";
                }
-               if(document.getElementById("auto").checked){
                        show_up_down(0);
-               }
-               else{
-                       show_up_down(1);
-               }
-
+
                show_settings("Adaptive_quick");
        }
        else if(value == 2 ){           // Bandwidth Limiter
 

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