Joined: 08 May 2018 Posts: 16703 Location: Texas, USA
Posted: Fri Nov 21, 2025 23:31 Post subject:
ArjenR49 wrote:
In build v3.0-r62778 the SSH terminal session prompt is suddenly totally different from what it used to be, and oddly different from the usual in Linux:
Router/Version: Linksys MR7500
File: https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2025/11-21-2025-r62778/linksys-mr7500/dd-wrt-webflash.bin
Kernel: Linux 6.6.116-rt29 #4610 SMP Thu Nov 20 14:08:38 +07 2025 aarch64
Previous/Reset: R61848 - No reset
Mode/Status: Gateway device - NAS/Local FTP/Samba - OpenVPN server - DNSCrypt
Issues/Errors: NO wan connectivity. Saved firewall settings missing in GUI.
- Using R61848 GUI I backed up my current configuration before flashing R62778.
- After reboot all appeared normal, even had USB support; however, there was no internet connectivity.
- Checked WAN status in GUI. Setup page showed it was enabled, but physical port was not active.
- Decided to the reset to factory defaults and manually reconfigure.
- Went to <ADMINISTRASTION><Commands> to copy revised firewall config before reset. Firewall dialog box was empty.
- Was this a GUI issue? Opened SSH session to view firewall from command line and look for errors in log files.
- As you can see above I wasted zero time going back to R61848. Nope, Nope, Nope! I'm not jumping in a rabbit hole today.
FYI - After the partition change and reboot R61848 was exactly as I left it. I did not have to restore my saved profile or modify any settings. Been up almost 4 hours since then without issue.
Posted: Sat Nov 22, 2025 14:19 Post subject: Linksys MR7350
Router Model: Linksys MR7350
Firmware Version: DD-WRT v3.0-r62778 std (11/21/25)
Kernel Version: Linux 6.6.116-rt29 #4610 SMP Thu Nov 20 14:08:38 +07 2025 aarch64
Previous Version: DD-WRT r61848
Services: samba, wireguard client, openvpn client, dhcp, wifi 2.4 ghz, 5 ghz, usb, nas
Status: working erratically
Updated: via webgui
Mode: AP/gateway
Issues: the device, the external hard drive, disconnects frequently within 40 minutes or less. The internet connection is lost also, both wifi and wired.
Reset: no
Reboot: yes
Uptime: 13 hours
Load Average: 0.02, 0.41, 0.30
The internet became available after reboot after 13 hours of uptime.
Errors: as reported in the syslog below
Dec 31 20:00:12.225 DD-WRT kern.err kernel: [ 0.079226] qcom_rpm_smd_regulator remoteproc:glink-edge:rpm-requests:regulators: Supply for l2 (l2) resolved to itself
Dec 31 20:00:12.226 DD-WRT kern.err kernel: [ 1.048863] Block protection check failed
Dec 31 20:00:33.209 DD-WRT kern.err kernel: [ 33.207752] /dev/sda3: Can't open blockdev
Dec 31 20:00:33.209 DD-WRT kern.err kernel: [ 33.208539] /dev/sda3: Can't open blockdev
Dec 31 20:00:33.209 DD-WRT kern.err kernel: [ 33.212559] /dev/sda3: Can't open blockdev
Dec 31 20:00:33.220 DD-WRT kern.err kernel: [ 33.216904] /dev/sda3: Can't open blockdev
Dec 31 20:00:33.514 DD-WRT local5.err ksmbd: [ksmbd.mountd/2855]: ERROR: Invalid lock entry `2093'
Dec 31 20:01:01.696 DD-WRT user.err smartdns: read cache head failed.
Dec 31 20:01:03.045 DD-WRT user.err smartdns: read cache head failed.
Dec 31 20:01:11.710 DD-WRT daemon.err ntpclient[3472]: Failed resolving address to hostname 2.pool.ntp.org: Try again
Dec 31 20:01:11.710 DD-WRT daemon.err ntpclient[3472]: Failed resolving server 2.pool.ntp.org: Network is down
Reverting back to r61848. I am looking for a stable build for nas.
Joined: 04 Aug 2018 Posts: 1577 Location: Appalachian mountains, USA
Posted: Sat Nov 22, 2025 17:12 Post subject:
I saw a mention somewhere that with this build, dd-wrt has switched to nftables. Is iptables deprecated then, so that scripting using iptables has to be redone? Or is there some way that iptables and nftables commands will both work? _________________ On 61465: 3x Dynalink DL-WRX36, Linksys MX4200v2, 2x MR7350. WPA2personal/WPA3 w/ AES, VAPs, NAS, station mode, OpenVPN client (AirVPN), wireguard server (AirVPN port forward) and clients (AzireVPN, AirVPN, private), Two SmartDNS/DoT providers and one DNSCrypt provider via VPNs. DNSmasq manages that plus ad blocking and local DNS.
Joined: 01 Feb 2017 Posts: 94 Location: Netherlands
Posted: Sat Nov 22, 2025 22:10 Post subject:
SurprisedItWorks wrote:
I saw a mention somewhere that with this build, dd-wrt has switched to nftables. Is iptables deprecated then, so that scripting using iptables has to be redone? Or is there some way that iptables and nftables commands will both work?
You can use
Code:
$(nvram get IPTABLES)
or IP6TABLES to get the correct binary for your router. If it supports nft it will return the nft version. _________________ Qualcomm-Atheros
Dynalink DL-WRX36 - Gateway,Firewall,WireGuard,OpenVPN,IPv4,IPv6-PD
Atheros
Netgear WNDR3700 - AP,WAN=Disabled/Uplink
Broadcom
Netgear R7000 - Old Gateway,Firewall,WireGuard,OpenVPN,IPv4,IPv6-PD
Joined: 16 Nov 2015 Posts: 7065 Location: UK, London, just across the river..
Posted: Sun Nov 23, 2025 9:06 Post subject:
BlackDex wrote:
SurprisedItWorks wrote:
I saw a mention somewhere that with this build, dd-wrt has switched to nftables. Is iptables deprecated then, so that scripting using iptables has to be redone? Or is there some way that iptables and nftables commands will both work?
You can use
Code:
$(nvram get IPTABLES)
or IP6TABLES to get the correct binary for your router. If it supports nft it will return the nft version.
Code:
┌─[✓]─[root@R7800:192.168.1.1]─[~]
└─$(nvram get IPTABLES)
iptables v1.8.11 (nf_tables): no command specified
and output of all my iptables rules are duplicated : iptables -vnL
old builds like 62606 does not produce output of this command
$(nvram get IPTABLES)
on build 62606, rules are ok and show some traffic counted...
may consider return to 62606 until nftables water is cleared out... _________________ Atheros
TP-Link WR1043NDv2 -DD-WRT 62606 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 -DD-WRT 63257 GTW/SmDNS/DoT,AD-Blk,Forced DNS,AP&Net Isolation,x2VLAN,Vanilla
Netgear R7800 --DD-WRT 62606 Gateway/DNSCryptv2,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla,VPN cli
Netgear R9000 --DD-WRT 62606 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 62606
Broadcom
Netgear R7000 --DD-WRT 63257 GTW/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN cli
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
You can change the prompt by adding the following line to the startup
echo export PS1="\u@\H \W:\$ " >>/tmp/root/.profile _________________ Linksys MX8500
Joined: 05 Oct 2008 Posts: 850 Location: Helsinki, Finland / nr. Alkmaar, Netherlands
Posted: Sun Nov 23, 2025 23:05 Post subject:
blaser wrote:
You can change the prompt by adding the following line to the startup
echo export PS1="\u@\H \W:\$ " >>/tmp/root/.profile
The prompt hadn't changed after reboot. Maybe that is because the quotes had somehow been stripped in /tmp/root/.profile.
The new prompt is OK for now. It may be useful one day and one gets used to it, so I didn't try harder to get the old one back.
You can change the prompt by adding the following line to the startup
echo export PS1="\u@\H \W:\$ " >>/tmp/root/.profile
The prompt hadn't changed after reboot. Maybe that is because the quotes had somehow been stripped in /tmp/root/.profile.
The new prompt is OK for now. It may be useful one day and one gets used to it, so I didn't try harder to get the old one back.
Try this
echo export PS1=\""\u@\H \W:\\$ "\">>/tmp/root/.profile _________________ Linksys MX8500
Joined: 15 Aug 2016 Posts: 290 Location: Melbourne, Australia
Posted: Mon Nov 24, 2025 2:49 Post subject:
Netgear XR700
DD-WRT v3.0-r62778 std (11/21/25)
Errors: Router spat the dummy after flashing r62778 above. Had to re-enter previous configuration settings manually. Restore of previous config. settings also sent the router back to default state.
Wired VLANS refused to work no matter what angle i tried in the last two days. Most other features seem to work. But i stopped at VLAN issues and went back to r62606 for now.
Cheers _________________ Life is a journey; travel alone makes it less enjoyable and lonely.
___________________________________________________
2x Netgear R9000 & 2x XR700 Features:
- Gateway
- Overclocked -2000MHz
- SmartDNS, DDNS
- Both 5GHz & 2.4GHz using DDWRT (not Vanilla component)
- Private Home network on default br0 bridge together with vlan1 + wlan0 & 1
- Isolated port-based VLANS, placed on bridges + vAPs (wlan0.1 & 1.1) for guests & IoT devs)
- WireGuard Server for secure on-the-road access & remote control of devices @home
- OpenVPN Client for incognito & o/seas based programs
- 10G SFP+ connected to RB5009 (via optical fiber)
- QoS - HFSC/FQ_CODEL deployed on ISP's 500/50mbps connection
Joined: 16 Nov 2015 Posts: 7065 Location: UK, London, just across the river..
Posted: Mon Nov 24, 2025 4:37 Post subject:
DWCruiser wrote:
Netgear XR700
DD-WRT v3.0-r62778 std (11/21/25)
Errors: Router spat the dummy after flashing r62778 above. Had to re-enter previous configuration settings manually. Restore of previous config. settings also sent the router back to default state.
Wired VLANS refused to work no matter what angle i tried in the last two days. Most other features seem to work. But i stopped at VLAN issues and went back to r62606 for now.
Cheers
yep Swconfig rules for Vlans ware not working as intended im running minimum config ATM...all working but will reverse today and wait until it settles down..lot of changes...along with the new kernel _________________ Atheros
TP-Link WR1043NDv2 -DD-WRT 62606 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 -DD-WRT 63257 GTW/SmDNS/DoT,AD-Blk,Forced DNS,AP&Net Isolation,x2VLAN,Vanilla
Netgear R7800 --DD-WRT 62606 Gateway/DNSCryptv2,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla,VPN cli
Netgear R9000 --DD-WRT 62606 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 62606
Broadcom
Netgear R7000 --DD-WRT 63257 GTW/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN cli
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913