New Build - 08/10/2024 - r57834

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3  Next
Author Message
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 16137
Location: Texas, USA

PostPosted: Mon Aug 12, 2024 19:36    Post subject: Reply with quote
@Mile-Lile: Link source of quote, please. Does no good to not have solid anchor point of reference.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 13656
Location: Netherlands

PostPosted: Tue Aug 13, 2024 5:47    Post subject: Reply with quote
Mile-Lile wrote:
egc wrote:
Currently working on IPv6, coming to a build near you IPv6 for available interfaces will set RA for DNSMasq and IPv6 settings for wide-dhcp6 client but no ETA yet


Great news! But, first step in greater ipv6 integration within DD-WRT should be something @ jamesmtl suggested 9 years ago... we were still young back then Smile Seb too...


It already automatically has this in dnsmasq.conf:
Quote:
dhcp-range=::,constructor:br0,ra-names,ra-stateless,1440m
ra-param=br0,10,300
dhcp-range=::,constructor:br1,ra-names,ra-stateless,1440m
ra-param=br1,10,300
enable-ra
quiet-dhcp6
quiet-ra


And it also automatically adds the necessary information in wide-dhcp6 (dhcp6c.conf):
Quote:
interface vlan2 {
send ia-pd 0;
send rapid-commit;
request domain-name-servers;
script "/sbin/dhcp6c-state";
};
id-assoc pd 0 {
prefix ::/62 infinity;
prefix-interface br0 {
sla-id 0;
sla-len 2;
};
prefix-interface br1 {
sla-id 1;
sla-len 2;
};
};
id-assoc na 0 { };



But I am still looking into it, as many of us I did not grow up with IPv6.
So advice and suggestions are welcome.

I probably do not do everything at once, at this moment there is already the DNSMasq RA settings without any configuration so it only works for br0.
I added the leasetime on request and also added the configurable interfaces and the automatic setup of dhcp6

Going to test it and then will make a PR to have that implemented,can add other configuration options later

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Mile-Lile
DD-WRT Guru


Joined: 24 Feb 2013
Posts: 1641
Location: Belgrade

PostPosted: Tue Aug 13, 2024 8:15    Post subject: Reply with quote
fair enough, thx egc...
if it's not to much to ask, can I get one r6250 your build before PR...?
and if /56 is what isp gives why you didn't go with /60 per interface? although user can allways change to custom config in dhcp6c
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 13656
Location: Netherlands

PostPosted: Tue Aug 13, 2024 10:26    Post subject: Reply with quote
Mile-Lile wrote:
fair enough, thx egc...
if it's not to much to ask, can I get one r6250 your build before PR...?
and if /56 is what isp gives why you didn't go with /60 per interface? although user can allways change to custom config in dhcp6c


Certainly, welcoming your suggestions and feedback.

I will make a separate thread for this see: https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1304820#1304820

Progress is slow it is much too hot at the moment to sit in my den and the garden also needs my attention Sad

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
crocotu
DD-WRT Novice


Joined: 14 Aug 2024
Posts: 5

PostPosted: Wed Aug 14, 2024 8:32    Post subject: Reply with quote
Router/Version: TP-Link Archer C9 v.2
Update method: WebUpgrade
File/Kernel: archer-c9v2-webflash.bin / I don't remember (reboot cyclically)
Previous/Reset: DD-WRT v3.0-r44715 std (11/03/20) / no
Mode/Status: Gateway / Up and running for 1:30 hours
Issues/Errors:
1. LAN to WAN transfer speed problem.
2. Slow web interface speed and glitches.
3. When enabling VLAN and applying settings, the web interface freezes in the state of applying settings.
4.If Regulatory Domain is specified - RUSSIAN_FEDERATION , Wireless Interface wl1 [5 GHz/802.11ac] does not work and with the previous firmware too.
5. After restoring the configuration from a backup copy, the router began to reboot cyclically, I had to roll back to the TP-Link firmware

-------
DD-WRT v3.0-r44715 std (11/03/20) works stably and does not contain the errors and problems mentioned above.
-------

in the firmware for TP-LINK Archer C9 v.2 there will be no Softether Client?
I saw it in the demo and hoped it would be in the new firmware.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 13656
Location: Netherlands

PostPosted: Wed Aug 14, 2024 8:37    Post subject: Reply with quote
You must never restore a backup from a different build.

Coming from such an old build you have to reset to defaults after upgrading and rebuild from scratch!

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 3640
Location: Germany

PostPosted: Wed Aug 14, 2024 8:58    Post subject: Reply with quote
crocotu wrote:

3. When enabling VLAN and applying settings, the web interface freezes in the state of applying settings.


With regard to the VLAN configuration, see my signature

_________________
Quickstart guides:

use Pi-Hole as simple DNS-Server with DD-WRT

Routers
Marvell OCTEON TX2 - QHora-322 - OpenWrt 24.10.1 - Gateway
Qualcomm IPQ8065 - R7800 - OpenWrt 24.10.1 - WAP
crocotu
DD-WRT Novice


Joined: 14 Aug 2024
Posts: 5

PostPosted: Wed Aug 14, 2024 9:15    Post subject: Reply with quote
egc wrote:
You must never restore a backup from a different build.

Coming from such an old build you have to reset to defaults after upgrading and rebuild from scratch!


I didn't restore the configuration from the old version, I updated to the latest, saved the configuration.
Then I reset the settings and restored the configuration.
I can configure from scratch, it's not a problem.
crocotu
DD-WRT Novice


Joined: 14 Aug 2024
Posts: 5

PostPosted: Wed Aug 14, 2024 9:40    Post subject: Reply with quote
ho1Aetoo wrote:
crocotu wrote:

3. When enabling VLAN and applying settings, the web interface freezes in the state of applying settings.


With regard to the VLAN configuration, see my signature

Thank you.
jwh7
DD-WRT Guru


Joined: 25 Oct 2013
Posts: 2674
Location: Indy

PostPosted: Thu Aug 15, 2024 1:24    Post subject: Reply with quote
Updated two Linksys E2500 WAP's; previous build:
    DD-WRT v3.0-r50551 mega (10/19/22)
    Linux 4.4.302-st25 #19589 Wed Oct 19 06:06:02 +07 2022 mips
New build, seems ok:
    DD-WRT v3.0-r57834 mega (08/10/24)
    Linux 4.4.302-rt232-st52 #32296 Sat Aug 10 05:30:54 +07 2024 mips

_________________
# NAT/SFE/CTF: limited speed w/ DD # Repeater issues # DD-WRT info: FAQ, Builds, Types, Modes, Changes, Demo #
OPNsense x64 5050e ITX|DD: DIR-810L, 2*EA6900@1GHz, R6300v1, RT-N66U@663, WNDR4000@533, E1500@353,
WRT54G{Lv1.1,Sv6}@250
|FreshTomato: F7D8302@532|OpenWRT: F9K1119v1, RT-ACRH13, R6220, WNDR3700v4
crocotu
DD-WRT Novice


Joined: 14 Aug 2024
Posts: 5

PostPosted: Thu Aug 15, 2024 9:16    Post subject: Reply with quote
Restored the original TP-LINK firmware and tried to install r57834 - cyclic reboot, r57793 - the same thing.
I didn't have time to go through dozens of firmware versions. ))

Then installed r44715, which was recommended in the router database, which is not recommended for use in the wiki, reset to factory settings, updated to r57834.
Only in this way was it possible to install version r57834 on TP-LINK Archer C9 v.2

I'm happy, but I had to jump around with a tambourine around my router.
And sorry for my English.)



ctf.png
 Description:
maximum speed was achieved with this setting.
 Filesize:  13.2 KB
 Viewed:  1634 Time(s)

ctf.png



sptest_wifi5ghz.jpg
 Description:
provider tariff - 500Mbit
 Filesize:  8.61 KB
 Viewed:  1635 Time(s)

sptest_wifi5ghz.jpg


Raknor
DD-WRT Novice


Joined: 06 Jul 2019
Posts: 3

PostPosted: Thu Aug 15, 2024 14:28    Post subject: Reply with quote
Why i cant check and apply settings?:

"Recursive DNS Resolving (Unbound)"
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 13656
Location: Netherlands

PostPosted: Thu Aug 15, 2024 16:17    Post subject: Reply with quote
Raknor wrote:
Why i cant check and apply settings?:

"Recursive DNS Resolving (Unbound)"


Well working with the information you provided, just some wild guesses.

Maybe you need a pair of glasses?

If that does not help see the forum guidelines with helpful pointers about how to research your router, where and what firmware to download, where and how to post and many other helpful tips:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087

Especially point 7 and 8, posting screenshots is also a good way to give us information

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
adasch
DD-WRT User


Joined: 02 Jan 2015
Posts: 88
Location: Gdansk, Poland

PostPosted: Fri Aug 16, 2024 15:24    Post subject: Reply with quote
adasch wrote:
Router/Version: Linksys EA6900 V1.0
File/Kernel: linksys-ea6900-webflash.bin Linux 4.4.302-rt232-st52 #12105 SMP Fri Aug 9 04:10:34 +07 2024 armv7l
Previous/Reset: r53562 No
Mode/Status: Gateway
Issues/Errors: none

I do not notice problems with flashing EA6900 mentioned by @egc

Wan ip4
Wifi 2,4 and 5G work fast and stable, virtual wifi, other like samaba, vpn, usb, WOL - no issues


Thanks BS!


UPDATE! After enabling Klogd under system log section, router loose whole cable interfaces. Soft restart, hard restart don't help, only read backup settings help to bring to life lan ports.

maybe it's a coincidence, but disabling logging didn't help, only restoring the saved settings.

_________________
EA6900 r57956
WRT600N r57956
adasch
DD-WRT User


Joined: 02 Jan 2015
Posts: 88
Location: Gdansk, Poland

PostPosted: Fri Aug 16, 2024 15:32    Post subject: Reply with quote
egc wrote:
You must never restore a backup from a different build.

Coming from such an old build you have to reset to defaults after upgrading and rebuild from scratch!


is option "Restore to Factory Defaults" is a best way to "format" whole settings?

or maybe reset button or under EA6900 reset nvram?

_________________
EA6900 r57956
WRT600N r57956
Goto page Previous  1, 2, 3  Next Display posts from previous:    Page 2 of 3
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