New Build - 11/02/2022 - r50786

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3, 4, 5  Next
Author Message
alindumitru46
DD-WRT Novice


Joined: 27 Apr 2014
Posts: 21
Location: Romania

PostPosted: Fri Nov 04, 2022 18:18    Post subject: Reply with quote
I found many, many pages with this message after this upgrade, over 100 (one hundred Shocked !?)
It's Halloween ?!
This is the first time for me the most shocking experience, although the router seems not to care too much and "delivers" what it should.

I already tried with reboot and cold reboot. I will also reconfigure after the reset.
Sponsor
tuxero
DD-WRT Novice


Joined: 26 Apr 2022
Posts: 5

PostPosted: Fri Nov 04, 2022 18:32    Post subject: Reply with quote
Same thing happened to me. If you clean those two ipv6 dns lines (leave them empty) radvd deamon will not crash. Your/my /tmp/radvd.conf look/ed like:

root@tp:/tmp# cat radvd.conf
interface br0
{
IgnoreIfMissing on;
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
AdvHomeAgentFlag off;
AdvManagedFlag off;
AdvOtherConfigFlag on;
AdvLinkMTU 1452;
prefix ::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvValidLifetime 30;
AdvPreferredLifetime 20;
};
RDNSS 2606:4700:4700::1111 2606:4700:4700::1001{};
};

On 50786 once you leave those boxes empty you'll end up whith the same conf sans that RDNSS line and radvd won´t die.

Syslog entries of radvd deamon dying:

Nov 3 07:07:12 tp daemon.info radvd[9224]: version 2.19 started
Nov 3 07:07:12 tp daemon.err radvd[9226]: Exiting, privsep_read_loop had readn return 0 bytes
Nov 3 07:07:12 tp daemon.err radvd[9226]: Exiting, privsep_read_loop is complete.

Previous firm with that line working: 50485.
alindumitru46
DD-WRT Novice


Joined: 27 Apr 2014
Posts: 21
Location: Romania

PostPosted: Fri Nov 04, 2022 19:28    Post subject: Reply with quote
Honestly, even though I looked like a cat at the calendar, I accessed via telnet but I didn't understand what the trick was...

Rolling Eyes
pandemonium420
DD-WRT User


Joined: 21 Nov 2013
Posts: 65
Location: Cathedral City, CA, USA

PostPosted: Fri Nov 04, 2022 20:22    Post subject: Reply with quote
alindumitru46 wrote:
I found many, many pages with this message after this upgrade, over 100 (one hundred Shocked !?)
It's Halloween ?!
This is the first time for me the most shocking experience, although the router seems not to care too much and "delivers" what it should.

I already tried with reboot and cold reboot. I will also reconfigure after the reset.


Check in your Security/Firewall Tab at the bottom there is a log management section, if any of those "accepted, dropped, rejected" are enabled that is why those accepted messages are showing up I believe.

_________________
Router/Version: Netgear R7800

File/Kernel: DD-WRT v3.0-r50671 std (10/26/22), Linux 4.9.330 #1313 SMP Wed Oct 26 05:13:03 +07 2022 armv7l




RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Fri Nov 04, 2022 20:41    Post subject: Reply with quote
MLandi wrote:
RobrPatty wrote:
MLandi wrote:
RobrPatty wrote:
Not sure what is causing the issue but my R9000 has IPv6 enabled even shows an IPv6 address. But all my lan & wifi connections only show IPv4.


Do you have IPv6 enabled on your clients?


What about the IPv6 tab in DD-WRT? I am using this for my Xfinity connection and CloudFlare for my DNS. Also, is your cable/DSL/etc. connection set to Bridge Mode? You'll need that for IPv6 addresses.


Yes IPv6 is enabled in DD-WRT and shows an IPv6 IP but my clients all show none. I have DD-WRT set to gateway. And I have an Cable connection. Gone thru all my settings and can't figure what to do.
alindumitru46
DD-WRT Novice


Joined: 27 Apr 2014
Posts: 21
Location: Romania

PostPosted: Fri Nov 04, 2022 21:04    Post subject: Reply with quote
@pandemonium420, good job!
You have a good observational mind, I just forgot the active firewall log before a little test...
Thank you Wink
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1008

PostPosted: Fri Nov 04, 2022 21:41    Post subject: Reply with quote
RobrPatty wrote:
Yes IPv6 is enabled in DD-WRT and shows an IPv6 IP but my clients all show none. I have DD-WRT set to gateway. And I have an Cable connection. Gone thru all my settings and can't figure what to do.


Did you put your cable router in Bridge Mode? If you did not, DD-WRT will not be able to provide IPv6 addresses to the internet. I missed that when I started using IPv6.

_________________
Netgear R9000
DD-WRT v3.0-r55460 std (03/25/24)
Linux 4.9.337 #715 SMP Mon Mar 25 06:15:53 +07 2024 armv7l
Gateway, AP, DNSMasq, Clock 2000MHz
VAP on wlan1 for internet devices
IPv4 & IPv6 (Prefix Delegation)
Static Leases & DHCP
CloudFlare, no SFE, SmartDNS, no QoS
2.4GHz: Vanilla, Airtime Fairness, NG-Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
5GHz: Vanilla, Airtime Fairness, AC/N Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
2 Netgear AX1800 WiFi Mesh Extenders
Xfinity 1.2Gbps/35Mbps
Mile-Lile
DD-WRT Guru


Joined: 24 Feb 2013
Posts: 1634
Location: Belgrade

PostPosted: Fri Nov 04, 2022 22:20    Post subject: Reply with quote
there was a problem with radvd, wrong code is executed on anything which is not glibc...
it is probably fixed in 50799 so please wait for next public release... or use dnsmasq for RA as a workaround...
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Fri Nov 04, 2022 23:08    Post subject: Reply with quote
MLandi wrote:
RobrPatty wrote:
Yes IPv6 is enabled in DD-WRT and shows an IPv6 IP but my clients all show none. I have DD-WRT set to gateway. And I have an Cable connection. Gone thru all my settings and can't figure what to do.


Did you put your cable router in Bridge Mode? If you did not, DD-WRT will not be able to provide IPv6 addresses to the internet. I missed that when I started using IPv6.


how do you set cable router in Bridge Mode?


Last edited by RobrPatty on Fri Nov 04, 2022 23:10; edited 1 time in total
Wildlion
DD-WRT Guru


Joined: 24 May 2016
Posts: 1407

PostPosted: Fri Nov 04, 2022 23:09    Post subject: Reply with quote
Router: TL-WDR3600 v1
Firmware: tl-wdr3600_us-webflash.bin (v3.0-r50786 std)
Kernel: Linux 3.10.108-d11 #120442 Wed Nov 2 06:05:18 +07 2022 mips
Status: working
Reset: No
Notes on configuration:

    Client

Errors:


    1. 5Ghz wireless light is not on (2.4Ghz light works)



Router: DIR-825 rev B1
Firmware: dir825-firmware.bin (v3.0-r50786 std)
Kernel: Linux 3.10.108-d11 #120440 Wed Nov 2 05:46:04 +07 2022 mips
Status: Working
Reset: None
Notes on configuration: Used for Wifi Lab (no internet)
Errors:

    None


Router: Archer-A7 v5
Firmware: tplink_archer-a7-v5.bin (v3.0-r50786 std)
Kernel: Linux 3.18.140-d6 #157138 Wed Nov 2 08:23:45 +07 2022 mips
Status: Working
Reset: None
Notes on configuration:

    DNSMasq
    Virtual wireless with bridging x2
    multiple DHCP server

Errors:

    None


Thanks for all of the upgrades devs!
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Sat Nov 05, 2022 0:50    Post subject: Reply with quote
All wifi settings are bridged. IPv6 is enabled on all pc, in DD-WRT router. When I search whats my ip address on web. It shows my IPv4 address but "not detected" for IPv6. What gives?
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Sat Nov 05, 2022 11:37    Post subject: Reply with quote
@Wildlion

Reports about LEDS are ignored, we need expert contributions in form of patches in these areas for most routers and BS doesn't care about lights anyway.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Sat Nov 05, 2022 12:33    Post subject: Reply with quote
@MLandi

I ended up going back to version 50595 & now IPv6 is currently working on all devices. So issue was this new firmware 50786


Last edited by RobrPatty on Sat Nov 05, 2022 13:05; edited 3 times in total
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Sat Nov 05, 2022 12:48    Post subject: Reply with quote
nyddwrtuser330 wrote:
Added the after, screenshot above.

It MAY be working correctly, but in previous it woul actually say "IP updated Succcessfully" or IP update failed" or something to the effect of No change, IP not updated.

Seems like its either hanging or not looging results


If you're talking about the old inadyn forget it, the new one is nothing like the old.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Sat Nov 05, 2022 13:11    Post subject: Reply with quote
MLandi wrote:
RobrPatty wrote:
MLandi wrote:
RobrPatty wrote:
Not sure what is causing the issue but my R9000 has IPv6 enabled even shows an IPv6 address. But all my lan & wifi connections only show IPv4.


Do you have IPv6 enabled on your clients?


What about the IPv6 tab in DD-WRT? I am using this for my Xfinity connection and CloudFlare for my DNS. Also, is your cable/DSL/etc. connection set to Bridge Mode? You'll need that for IPv6 addresses.


BTW you should be able to up your MTU to 1480
Goto page Previous  1, 2, 3, 4, 5  Next Display posts from previous:    Page 3 of 5
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC 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 cannot attach files in this forum
You cannot download files in this forum