No idea. Untested, and never looked at how that was implemented.And regarding GN scheduling?
No idea. Untested, and never looked at how that was implemented.And regarding GN scheduling?
Means the same DNS servers as the main LAN uses from the WAN settings.If I leave DNS set to "Default" in the advanced setting of a 3006 Guest Network, what does "Default" refer to?
There is, look again.If I may ask...
Why is there no 3006.102_4 firmware for the RT-BE86U....
that`s exactly where is was looking lolLook in the pre beta test builds:
View attachment 64608
BE86 is not in there as of nowIf I may ask...
Why is there no 3006.102_4 firmware for the RT-BE86U....
Thank you I'm not having a senior momentBE86 is not there despite all your screenshots.
Yeah maybe, I`ll patiently wait.......Perhaps the BE86U build failed or @RMerlin had other reasons it wasn’t ready yet.
I would cry elder abuse, if you weren't correct!BE86 is not there despite all your screenshots.
Sorry my fault..... I read RT-BE96U.
RT-BE86U ?looks here
This is The Way.Yeah maybe, I`ll patiently wait.......
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.
GT-AX6000
to 3006.102.4_alpha2
this morning - but I've not tested with the new Guest Network stuff...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.$ 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
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!