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.5 alpha Build(s) ] available build(s)

Just upgraded my AX86U Pro main/AP combo from 3004.388.4 to this firmware. Zero issues. All settings preserved. VPN works. IoT network works (although now on a different subnet). Manual DHCP assignments remained. Connected USB drives work and still have the correct permissions. This was as easy as it gets.
 
Last edited:
This vpn client refresh button doesn't do anything, same with wireguard.

2-Screenshot 2025-06-22 at 20-55-37 ASUS Wireless Router GT-AX6000 - OpenVPN Client Settings.png
 
After 24 hours can tell that everyrthing is up and runnung smoothly but found this in syslog:

"Jun 22 12:57:34 kernel: Oops: Stuck in CPU#1 for more than 5 sec; break the loop!
Jun 22 12:57:34 kernel: Oops: Stuck for more than 5 sec; break the loop!
Jun 22 12:57:34 kernel: CPU#0: 0
Jun 22 12:57:34 kernel: CPU#1: 1
Jun 22 12:57:34 kernel: CPU#2: 0
Jun 22 12:57:34 kernel: CPU#3: 0 "

Never saw that before...
 
Is the public IP supposed to have changed?
I had to wait until vpn provider change ip nummer.
I thought the spinning wheel would spin when I pressed refresh, but it didn't.
Seems to working without spinning wheel.
 
Where would I find a more detailed changelog to what 37957 brings to the table?
You can't. There's no changelog with these code drops.
 
I had to wait until vpn provider change ip nummer.
I thought the spinning wheel would spin when I pressed refresh, but it didn't.
Seems to working without spinning wheel.
There's no spinning wheel because the page does not get reloaded, and it only takes 2-3 seconds at most. An Ajax call is sent to the web server, and the response is retrieved, and updated on the existing page.
 
Again a little "hiccup":


Jun 23 12:51:39 kernel: eth5 (Int switch port: 5) (Logical Port: 5) (phyId: 11) Link DOWN.
Jun 23 12:51:44 kernel: eth5 (Int switch port: 5) (Logical Port: 5) (phyId: 11) Link Up at 2500 mbps full duplex
Jun 23 15:26:16 kernel: Oops: Stuck in CPU#2 for more than 5 sec; break the loop!
Jun 23 15:26:16 kernel: Oops: Stuck for more than 5 sec; break the loop!
Jun 23 15:26:16 kernel: CPU#0: 0
Jun 23 15:26:16 kernel: CPU#1: 0
Jun 23 15:26:16 kernel: CPU#2: 1
Jun 23 15:26:16 kernel: CPU#3: 0

I did NOT switch anything off...
 
IoT network (Guest Network Pro) online schedule still not working properly.
Devices being in offline period still can connect to IoT network.

Screenshot 2025-06-23 193342.jpg
 
@dave14305 and/or @RMerlin,

Would this test/release cycle for 3006.102.5 be a good opportunity to correct the "Control D (Network Security)" IP addresses in the DoT drop-down list, which were identified too late in the 3006.102.4 cycle?
Or do we need to strictly follow the list provided by Asus?

For details (and sources), please refer to the message below:

In summary, what we should have for "Control D (Network Security)" is the following:
Code:
TLS Hostname: p1.freedns.controld.com

IP Addresses:
76.76.2.11
76.76.10.11
2606:1a40::11
2606:1a40:1::11

Or, in the commit format:
Code:
        {
            "dnspriv_label" : "Control D 1 (Network Security)",
            "dnspriv_server" : "2606:1a40::11",
            "dnspriv_server" : "76.76.2.11",
            "dnspriv_port" : "",
            "dnspriv_hostname" : "p1.freedns.controld.com",
            "dnspriv_spkipin" : ""
        },
        {
            "dnspriv_label" : "Control D 2 (Network Security)",
            "dnspriv_server" : "2606:1a40:1::11",
            "dnspriv_server" : "76.76.10.11",
            "dnspriv_port" : "",
            "dnspriv_hostname" : "p1.freedns.controld.com",
            "dnspriv_spkipin" : ""
        }

Thanks in advance for your attention.
 
Last edited:

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