[BUILD PULLED] New Build - 04/06/2026 - r64327

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 6441

PostPosted: Tue Apr 07, 2026 0:40    Post subject: [BUILD PULLED] New Build - 04/06/2026 - r64327 Reply with quote
Welcome to Broadcom r64327 beta release thread for reporting, feedback to developers & community benefit.
Please do not flash builds until installation is understood, risks involved and device specific recovery methods.
Avoid discussions, create threads for questions, general problems or use search; this thread is not for support.
List router model & version or revision, operating & wireless modes & exact filename/firmware image flashed.


CLI Flash: 'cd /tmp' then 'wget {file URL}' (http only) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.

Downloads: HTTPS, FTP

Trac SVN: repository since last build r64210 (mirror)

OpenVPN 2.6.17: Changelog, Guides, Server, PBR, DNS, Kill Switch, Watchdog, Reverse PBR, Client, Multiple, tips, scripts.
WireGuard 1.0.20211208/Tools: Changelog, Guides, Client, Server, Adv, PBR, KS, tips, scripts. Thanks BS egc & eibgrad!

Notes: ...
r64210 r64327

Issues, observations, and/or workarounds reported:
WebUI: Clear history or use a portable. Temporary cache bypass: Ctrl+F5, Cmd+Shift+R or new private window/incognito.
Please report findings with steps needed to reproduce, configuration, clients, output, logs and important information below!

Important:
Detail issues & relevant configs, logs: syslog klog 'dmesg' 'cat /tmp/var/log/messages' nvram set console_debug=1, serial.
• Firewall NAT: 'iptables -vnL' 'iptables -t nat -vnL' 'iptables -t mangle -vnL' & 'cat /tmp/.ipt'. Debug Analyze: strace tcpdump.
• Gremlins: reboot. cold boot. Reset & reconfigure not restore backup. Search Trac & discuss in forum before opening tickets.
• Include operating & wireless modes (e.g. Gateway, Router, AP, SB, WDS, Mesh) and applicable configurations to reproduce.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]
Sponsor
kris18890
DD-WRT Novice


Joined: 06 Oct 2011
Posts: 38
Location: Belfast, Ireland

PostPosted: Tue Apr 07, 2026 2:54    Post subject: Reply with quote
Router/Version: Linksys E3000
File/Kernel: DD-WRT v3.0-r64327 mega (04/06/26) / Linux 4.4.302-rt232-st74 #44503 Mon Apr 6 05:41:57 +06 2026 mips
Previous/Reset: r58950/r63600, full reset
Mode/Status: Gateway, with everything left as factory defaults save for the following:
Issues/Errors: web mgmt GUI unavailable over HTTPS

On Setup > Basic Setup
    * WAN connection set tp Auto / DHCP (default)
    * Router Name set
    * Hostname set
    * Domain name set
    * IP range changed from 192.186.1.1 > 192.168.18.1 to avoid conflicts with other networks/upstream
    * NTP enabled with correct timezone & server set

On Wireless > Basic (for both 2.4GHz & 5 GHz radios)
    * Regulatory Domain set to UK
    * Radio Mode AP
    * Network Mode mixed
    * SSID changed name

On Wireless > Wireless Security (for both 2.4GHz & 5 GHz radios)
    * Security Mode WPA2-PSK
    * WPA Algorithms CCMP-128 (AES)

On Services > Services
    * Dnsmasq enabled, with A & PTR records set in the free text "Additional Options"
    * SSH enabled
    * Telnet disbaled

On Administration > Management
    * both HTTP & HTTPS protocols ticked

On Administration > Commands
    * the following saved as a startup script (full files pasted in including the "
    Code:
    -----BEGIN RSA PRIVATE KEY-----/-----END RSA PRIVATE KEY-----/-----BEGIN CERTIFICATE-----/-----END CERTIFICATE-----
    ", copied & pasted in from notepad++ on windows with LF line endings)


Code:
mkdir /tmp/ssl
echo "server.key" > /tmp/ssl/key.pem
echo "server.crt intermediate-ca.crt" > /tmp/ssl/cert.pem
chmod 0600 /tmp/ssl/key.pem
mount -o bind /tmp/ssl/cert.pem /etc/cert.pem
mount -o bind /tmp/ssl/key.pem /etc/key.pem
stopservice httpd
startservice httpd


The web interface loads over HTTPS without cert warnings & is usable on build r58950 on the E3000, cert shows as valid etc, but ceases to work when reflashed to r63600. Firefox returns a "pr_end_of_file_error", chrome/edge just show generic error messages; access via plain HTTP does still seem to work. I've been able to SSH in & run ps which does show httpd running
Code:
 3161 root      4324 S    httpd -n -S -p 80 -m 443
, so my guess is that there's something changed in a build & the post 58950 ones don't like the SSL cert; I can run the following to get the web interface accessible again over HTTPS, which is what's making me think it's something to do with the certs, but the certs themselves seem ok cause it's the same cert used on the earlier build, & on the same build on other routers. I also ran httpd -t from the shell prompt to get the config but it didn't return a response.

Code:
umount /etc/cert.pem
umount /etc/key.pem
stopservice httpd
startservice httpd


I went for the 63600 build first as that's what I currently have running on my various WRT1900AC* boxes, same config, same SSL certs, but have also tried the following builds on the E3000 with no success
61848
64210
64327

I'm tempted to go back to r58950 & incrementally flash through each on to see where the problem starts.

_________________
All the best,

Chris Cool

My DD-WRT Routers:
Linksys/Marvell WRT1900ACSv2 - bitchbox (gateway) (r63600 - daily use)
Linksys/Marvell WRT1900ACSv2 - fridgebox (AP only) (r63600 - daily use)
Linksys/Marvell WRT1900ACSv1 - hackybox (gateway) (r61613 - daily use)
Linksys/Marvell WRT1900ACSv1 - shelleybox (AP only) (r61613 - daily use)
Linksys/Marvell WRT1900ACSv1 - cookiejar (gateway) (r63600 - daily use)
Linksys/Marvell WRT1900ACv1 - coffeejar (AP only) (r63600 - daily use)
Linksys/Marvell WRT1900ACv1 - teajar (AP only) (r63600 - daily use)
Linksys/Marvell WRT1900ACv1 - sugarjar (AP only) (r61613 - daily use)
Linksys/Marvell WRT1900ACv1 - toothless (AP only) (r61613 - daily use)
Linksys/Broadcom E3000 - switchbox (gateway) (r58950 - not in use/in storage)
grievance
DD-WRT Novice


Joined: 15 Mar 2026
Posts: 11

PostPosted: Tue Apr 07, 2026 3:27    Post subject: Netgear R7000 r64327 Reply with quote
Router/Version: Netgear R7000
File/Kernel: DD-WRT v3.0-r64327 std (04/06/26) / Linux 4.4.302-rt232-st74 #15286 SMP
Update method: WebUpgrade
Previous/Reset: r64210 / no
Mode/Status: Gateway PPoE, Ignore WAN DNS + SFE / Working
Issues/Errors: nothing critical
KACTET
DD-WRT Guru


Joined: 01 May 2022
Posts: 768

PostPosted: Tue Apr 07, 2026 9:31    Post subject: N66U Reply with quote
Router/Version: Asus RT-N66U
Update method: WebUpgrade
File/Kernel: dd-wrt.v24-r64327_NEWD-2_K3.x-big-RT-N66U.trx / Linux 4.4.302-rt232-st74 #44499 Mon Apr 6 05:31:32 +06 2026 mips
Previous/Reset: 64210 / no
Mode/Status: Gateway, Open VPN Client / Up and running for 4:19 hours
CPU Temperature: WL0 46.0 °C (ambient temperature 20.0 °C)
Issues/Errors: Nothing significant

Thank you BS and gurus!

_________________
Atheros
Netgear XR500 Nighthawk - DD-WRT 63257
Tp-Link TL-WDR4900 v1.3 - DD-WRT 53133
TP-Link WR1043ND v4 - DD-WRT 51838
TP-Link WR1043ND v2 - Gargoyle OS 1.13.0
TP-Link WR841ND v11 - DD-WRT 63257
Broadcom
Asus RT-AC88U - DD-WRT 63257
Asus RT-AC87U R - DD-WRT 63257
Asus RT-N66U - DD-WRT 63257
Linksys WRT54GL v1.1 - DD-WRT 54517M
Linksys WRT54GL v1.1 - FreshTomato 2023.4_MIPS_K26
Linksys WRT54GL v1.1 - Gargoyle OS 1.6.2
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 432
Location: Szczecin, Poland EU

PostPosted: Tue Apr 07, 2026 18:32    Post subject: Reply with quote
I'm decide to stay on r64210 version in my Linksys EA6400 cause other Linksys was problems with GUI availability after flash new version. With one of the earlier firmware versions, my router also stopped displaying the GUI. I then had to made restore factory defaults by button on case.
KACTET
DD-WRT Guru


Joined: 01 May 2022
Posts: 768

PostPosted: Tue Apr 07, 2026 22:22    Post subject: AC87U Reply with quote
Router/Version: Asus RT-AC87U R
Update method: WebUpgrade
File/Kernel: asus_rt-ac87u-firmware.trx_r64327 std / Linux 4.4.302-rt232-st74 #15294 SMP Mon Apr 6 05:10:16 +06 2026 armv7l
Previous/Reset: 64210 / no
Mode/Status: Gateway, Open VPN Client / Up and running for 2:13 hours
CPU Temperature: CPU 76.3 °C / WL0 46.7 °C / WL1 0.0 °C (ambient temperature 20.1 °C)
Issues/Errors: Nothing significant

As always, the Quantenna chip has its own quirks. This is a closed source chipset
There is no way to install a channel. Crying or Very sad
But you can disable 5.0 GHz. @mpgalaxy hack "If you set the radio mode to station bridge and disable the network mode, the 5GHz device will turn off completely even after reboot." Wink

If your router's light turns red, don't worry. Internet connection is ok.


Thank you BS and gurus!

_________________
Atheros
Netgear XR500 Nighthawk - DD-WRT 63257
Tp-Link TL-WDR4900 v1.3 - DD-WRT 53133
TP-Link WR1043ND v4 - DD-WRT 51838
TP-Link WR1043ND v2 - Gargoyle OS 1.13.0
TP-Link WR841ND v11 - DD-WRT 63257
Broadcom
Asus RT-AC88U - DD-WRT 63257
Asus RT-AC87U R - DD-WRT 63257
Asus RT-N66U - DD-WRT 63257
Linksys WRT54GL v1.1 - DD-WRT 54517M
Linksys WRT54GL v1.1 - FreshTomato 2023.4_MIPS_K26
Linksys WRT54GL v1.1 - Gargoyle OS 1.6.2
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 7162
Location: UK, London, just across the river..

PostPosted: Sat Apr 11, 2026 9:13    Post subject: Reply with quote
64327 has been pulled out...removed !
_________________
Atheros
TP-Link WR1043NDv2 -DD-WRT 64453 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear R7800 -OpenWRT Kong 25.12
Netgear XR500 -DD-WRT 64453 GTW/SmDNS/DoT,AD-Blk,Forced DNS,AP&Net Isolation,x2VLAN,Vanilla
Netgear R7800 --DD-WRT 64453 Gateway/DNSCryptv2,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla,VPN cli
Netgear R9000 --DD-WRT 64453 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 64453
Broadcom
Netgear R7000 --DD-WRT 64453 GTW/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN cli
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
KACTET
DD-WRT Guru


Joined: 01 May 2022
Posts: 768

PostPosted: Thu Apr 16, 2026 13:29    Post subject: AC88U Reply with quote
Router/Version: Asus RT-AC88U
Update method: WebUpgrade
File/Kernel: asus_rt-ac88u-firmware.trx_r64327 std / Linux 4.4.302-rt232-st74 #15291 SMP Mon Apr 6 04:47:36 +06 2026 armv7l
Previous/Reset: r64210 / no
Mode/Status: Gateway, Open VPN Client / Up and running for 16:51 hours
CPU Temperature: CPU 77.1 °C / WL0 50.3 °C / WL1 48.3°C (ambient temperature 20.1 °C)
Issues/Errors: Nothing significant

If your router's light turns red, don't worry. Internet connection is ok.

Thank you BS and gurus!

_________________
Atheros
Netgear XR500 Nighthawk - DD-WRT 63257
Tp-Link TL-WDR4900 v1.3 - DD-WRT 53133
TP-Link WR1043ND v4 - DD-WRT 51838
TP-Link WR1043ND v2 - Gargoyle OS 1.13.0
TP-Link WR841ND v11 - DD-WRT 63257
Broadcom
Asus RT-AC88U - DD-WRT 63257
Asus RT-AC87U R - DD-WRT 63257
Asus RT-N66U - DD-WRT 63257
Linksys WRT54GL v1.1 - DD-WRT 54517M
Linksys WRT54GL v1.1 - FreshTomato 2023.4_MIPS_K26
Linksys WRT54GL v1.1 - Gargoyle OS 1.6.2
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum