New Build - 11/28/2022 - r50963

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2
Author Message
nyddwrtuser330
DD-WRT User


Joined: 05 Mar 2018
Posts: 221

PostPosted: Wed Nov 30, 2022 14:24    Post subject: Reply with quote
Netgear R9000
File: DD-WRT v3.0-r50963 std (11/28/22)
Reset: No
previous: 50927

Services: Avahi, 5GHz 80m, 2.4 GHz 40, WDS AP, Dnscrypt, DynDNS=>openDNS, Dhcp, DNSMasq, SMB, QOS Cake/HTB

All base services and wifi working,

Issues : Ran into a minor easily resolable issue with this build. It seems something has changed in timing/load order. This affects my setup as follows. When DNSmasq loads, it reads additional hosts file located on the USB drive. In previous builds this worked just fine. in the current build the final dnsmasq load in syslog says cant read the file, those host referenced are not resolvable from endpoints. Restarting DNSMasq after full startup seems to resolve the issue and the log shows # hosts read.
Sponsor
Alozaros
DD-WRT Guru


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

PostPosted: Wed Nov 30, 2022 17:08    Post subject: Reply with quote
nyddwrtuser330 wrote:
Netgear R9000
File: DD-WRT v3.0-r50963 std (11/28/22)
Reset: No
previous: 50927

Services: Avahi, 5GHz 80m, 2.4 GHz 40, WDS AP, Dnscrypt, DynDNS=>openDNS, Dhcp, DNSMasq, SMB, QOS Cake/HTB

All base services and wifi working,

Issues : Ran into a minor easily resolable issue with this build. It seems something has changed in timing/load order. This affects my setup as follows. When DNSmasq loads, it reads additional hosts file located on the USB drive. In previous builds this worked just fine. in the current build the final dnsmasq load in syslog says cant read the file, those host referenced are not resolvable from endpoints. Restarting DNSMasq after full startup seems to resolve the issue and the log shows # hosts read.


yep its the new way how things work....so in some cases you may need to add this extra line at the end of your start up script..(if you have anything there) or may be the usb script if you use the usb instead...

stopservice dnsmasq && sleep 2 && startservice dnsmasq

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 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 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
sweatbee
DD-WRT User


Joined: 17 Jan 2018
Posts: 64
Location: Georgia, USA

PostPosted: Wed Nov 30, 2022 17:55    Post subject: Reply with quote
Router/Version: Netgear R7800
File/Kernel: DD-WRT v3.0-r50963 std (11/28/22)
Previous/Reset: v3.0-r50927 std (11/21/22) / No reset
Mode/Status: Gateway. Using Vanilla on both radios
Issues/Errors: All appears to be working normally. Up 2+ days.

Have noticed that under Status / Wireless – Channel Quality – the 2.4 GHz channel has dropped to 81%. For the last several versions, and seemingly forever, it has always been around 94%-95% for me.

The 5 GHz channel has remained at 98%. It has always been at 98%-99% for me.

I don’t know if the channel quality has actually changed or if it is now being computed differently.

I have not yet tried switching from Vanilla to DD-WRT

_________________
R7800 r53339 std (08/01/23)
Private network on bridge br0 = eth1 (vlan 1) + wlan0 + wlan1.
Guest network on bridge br1 = eth1.4 (vlan 4) + VAPs (wlan0.1 + wlan1.1) for IOT devices
(Roku's, Amazon Echos, smart switches, etc.) and guest.
Noob still finding my way.

swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "1 2 6"
swconfig dev switch0 vlan 4 set ports "3 4 6t"
swconfig dev switch0 set apply
vconfig add eth1 4
brctl addif br1 eth1.4
ifconfig eth1.4 up
nyddwrtuser330
DD-WRT User


Joined: 05 Mar 2018
Posts: 221

PostPosted: Wed Nov 30, 2022 18:15    Post subject: Reply with quote
[quote="Alozaros"][quote="nyddwrtuser330"]Netgear R9000
File: DD-WRT v3.0-r50963 std (11/28/22)
Reset: No
previous: 50927

Services: Avahi, 5GHz 80m, 2.4 GHz 40, WDS AP, Dnscrypt, DynDNS=>openDNS, Dhcp, DNSMasq, SMB, QOS Cake/HTB

All base services and wifi working,

Issues : Ran into a minor easily resolable issue with this build. It seems something has changed in timing/load order. This affects my setup as follows. When DNSmasq loads, it reads additional hosts file located on the USB drive. In previous builds this worked just fine. in the current build the final dnsmasq load in syslog says cant read the file, those host referenced are not resolvable from endpoints. Restarting DNSMasq after full startup seems to resolve the issue and the log shows # hosts read.[/quote]

yep its the new way how things work....so in some cases you may need to add this extra line at the end of your start up script..(if you have anything there) or may be the usb script if you use the usb instead...

stopservice dnsmasq && sleep 2 && startservice dnsmasq[/quote]

Actually dont use any startup script today i simply add "addn-hosts=/mnt/sda1/{pathtofile}" under dnsmasq options.

Will adding the restart to the startup script execute last in the start chain? if so thats easy to do.
kalrez
DD-WRT Novice


Joined: 28 Jan 2022
Posts: 39

PostPosted: Wed Nov 30, 2022 19:43    Post subject: Reply with quote
d00zah wrote:
nuTaHkaTa wrote:
Hi to all of you people!

May I ask for a little piece of help about In-a-dyn version 2.9.1 and freedns.afraid.org . I think since r50841 I'm getting errors on dns update as follows:

In-a-dyn version 2.9.1 -- Dynamic DNS update client.
alias hnxxxx.mooo.com,eWMxxxxxTzNJxxxxxxdqdHVxxxxxxTRFOjExxxxxxzEy length 60

Failed resolving hostname hnxxxx.mooo.com,eWMxxxxxTzNJxxxxxxdqdHVxxxxxxTRFOjExxxxxxzEy: Name does not resolve
Updating cache for hnxxxx.mooo.com,eWMxxxxxTzNJxxxxxxdqdHVxxxxxxTRFOjExxxxxxzEy, new IP# xx.x6.xx9.xx5
=> ERROR: Could not authenticate.

Both names hnxxxx.mooo.com and freedns.afraid.org are resolved though through the same router and even while connected to the router console via telnet or ssh. Perhaps In-a-dyn 2.9.1 needs slightly different syntax for afraid.org!?

I want to apologize if the topic is wrong, but I did a lot of search so far, unfortunately with no helpful result.

Kind Regards and thank you in advance!


Use the same user/passwd used to access your acc't page & JUST hnxxxx.mooo.com for hostname. Works for me.

PS No issues.


QUESTION: If done properly in the service status box at the end should it be displaying "Updating cache for xxxxxx.mooo.com" (where xxxxxx is my user access name) ???

This is different from previous In-A-Dyn version / DDWRT r50595 release i upgraded from, So I'm just checking if I'm doing it correct.
d00zah
DD-WRT User


Joined: 06 Jun 2006
Posts: 211

PostPosted: Wed Nov 30, 2022 20:16    Post subject: Reply with quote
kalrez wrote:


QUESTION: If done properly in the service status box at the end should it be displaying "Updating cache for xxxxxx.mooo.com" (where xxxxxx is my user access name) ???

This is different from previous In-A-Dyn version / DDWRT r50595 release i upgraded from, So I'm just checking if I'm doing it correct.


I get:

Update forced for alias [host.chosen subdomain], new IP# [current IP]
Updating cache for [host.chosen subdomain]

Try a 'nslookup xxxxxx.mooo.com', which should resolve to [current IP]. If IP's correct, you got it right.

_________________
NetGear XR500 - FW Version: DD-WRT v3.0-r55819 std (04/17/24)
Linux 6.1.86 #130 SMP Wed Apr 17 05:48:30 +07 2024 armv7l
Updated from: DD-WRT v3.0-55779 std (04/12/24) via GUI (FF), NO reset
Gateway: SmartDNS, DDNS (FreeDNS), IPv4 DHCP, Static leases, SFE Disabled, QoS Disabled
AP: 2.4GHz NG-Mixed 40MHz, 5GHz AC/N-Mixed 80MHz, WPA2 w/ AES, MAC filtering, Isolated Guest VAP on wlan1, Vanilla FW
Services: USB Storage, NAS, Samba
Storage: Samsung Portable SSD T7 Shield USB 3.2 2TB, /jffs, /opt, /data (ext4)
kalrez
DD-WRT Novice


Joined: 28 Jan 2022
Posts: 39

PostPosted: Wed Nov 30, 2022 21:01    Post subject: Reply with quote
d00zah wrote:
kalrez wrote:


QUESTION: If done properly in the service status box at the end should it be displaying "Updating cache for xxxxxx.mooo.com" (where xxxxxx is my user access name) ???

This is different from previous In-A-Dyn version / DDWRT r50595 release i upgraded from, So I'm just checking if I'm doing it correct.


I get:

Update forced for alias [host.chosen subdomain], new IP# [current IP]
Updating cache for [host.chosen subdomain]

Try a 'nslookup xxxxxx.mooo.com', which should resolve to [current IP]. If IP's correct, you got it right.


Thanks yes it is resolving, Plus I ran command ping xxxxxx.mooo.com and received
--- xxxxxx.mooo.com ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.103/0.108/0.112 ms

So my question is answered, Thanks.
johnnyNobody999
DD-WRT Guru


Joined: 10 Jan 2014
Posts: 504

PostPosted: Fri Dec 02, 2022 16:24    Post subject: Reply with quote
Router/Version: R9000 (x2), R7800 (x4)
File/Kernel: r50963
Previous/Reset: r50786/no
Mode/Status: WDS working
Issues/Errors: Interesting that one R7800 WDS station hostname showed up in the WDS AP in the previous firmware but not now. A reflash still didn't "fix" it. Otherwise, the station works fine. All the other WDS station host names still show up. Status->Wireless->Wireless Nodes->Clients->Name
mac913
DD-WRT Guru


Joined: 02 May 2008
Posts: 1848
Location: Canada

PostPosted: Fri Dec 02, 2022 17:18    Post subject: Reply with quote
Home Main Gateway Router

Router/Version: R7800
File/Kernel: DD-WRT v3.0-r50963 std (11/28/22)
Kernel Version: Linux 4.9.334 #1377 SMP Mon Nov 28 04:13:14 +07 2022 armv7l
Previous/Reset: r50906 / No Reset, CLI Update
Mode/Status: GW / Working Well
Issues/Errors: PuTTY & WinSCP SshHostKeys needed Resetting / none
Services Used: DHCP WAN,IPv6-6to4,NTP,WG Client,VLANx,BRx,SSH,Syslog,Cron,USB Storage,Entware DNSCrypt v2.1.1
Services Disabled: WiFi,QoS,ttraff,SFE,Telnet,NAS,Samba,YAMon3.4.6

Home Main AP Router

Router/Version: R7800
File/Kernel: DD-WRT v3.0-r50963 std (11/28/22)
Kernel Version: Linux 4.9.334 #1377 SMP Mon Nov 28 04:13:14 +07 2022 armv7l
Previous/Reset: r50906 / No Reset, CLI Update
Mode/Status: GW(double-nat) & AP / Working Well
Issues/Errors: PuTTY & WinSCP SshHostKeys needed Resetting / none
Services Used: Static WAN,IPv6-6to4,WiFi Vannilla,NTP,2xWG Clients,VAPx,VLANx,BRx,SSH,Syslog,Cron,USB Storage,Entware DNSCrypt v2.1.1
Services Disabled: SPI,QoS,ttraff,SFE,Telnet,NAS,Samba

All running for over 71 hours.

Thank-you BrianSlyer for your Great Work and everyone else who makes DD-WRT Great on the Forum!

_________________
Home Network on Telus 1Gb PureFibre - 10GbE Copper Backbone
2x R7800 - Gateway & WiFi & 3xWireGuard - DDWRT r53562 Std k4.9

Off Site 1

R7000 - Gateway & WiFi & WireGuard - DDWRT r54517 Std
E3000 - Station Bridge - DDWRT r49626 Mega K4.4

Off Site 2

R7000 - Gateway & WiFi - DDWRT r54517 Std
E2000 - Wired ISP IPTV PVR Blocker - DDWRT r35531


YAMon 3.4.6 | DNSCrypt-Proxy V2
portsup
DD-WRT User


Joined: 20 Oct 2018
Posts: 210

PostPosted: Sun Dec 04, 2022 3:19    Post subject: Reply with quote
router netgear xr700

I just noticed the usb sizes dont seem to make sense or add up under disk space one says 193.6G / 240.5G but under Volume size 465.8 GiB and another says 5.6T / 6.4T and Volume size 12.73 TiB

Just got

Code:
local5.err ksmbd: [ksmbd-worker/3264]: ERROR: LSARPC: unsupported INVOKE method 6, alloc_hint : 44


Would be nice to find out why samba is taking so long to list directories now.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6290
Location: Texas

PostPosted: Mon Dec 05, 2022 22:40    Post subject: Reply with quote
thought I posted this when I done the upgrade but guess didn't hit submit Twisted Evil
few hours ago --just now update daughter's EA8500
DD-WRT v3.0-r50963 std (11/28/22)
Linux 4.9.334 #1375 SMP Mon Nov 28 03:29:17 +07 2022 armv7l
GUI upgrade over r50671
tis all good ...yeahuh, had to delete it's know_host stuffs from me laptop cause of ssh key changes just iffin I wanta ssh poke at it
Code:
mrjcd@Will-Be-Was:~$ ssh root@10.19.96.30
DD-WRT v3.0-r50963 std (c) 2022 NewMedia-NET GmbH
Release: 11/28/22
Board: Linksys EA8500
==========================================================
 
     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/
                                                     
                       DD-WRT v3.0
                   https://www.dd-wrt.com


==========================================================


BusyBox v1.35.0 (2022-11-28 03:44:33 +07) built-in shell (ash)

root@Julee-Rayne:~# uptime && date
 13:31:40 up 7 min,  load average: 0.22, 0.20, 0.13
Mon Dec  5 13:31:40 CST 2022
root@Julee-Rayne:~#
Connection to 10.19.96.30 closed.
mrjcd@Will-Be-Was:~$

NO problems here ever so all is good Smile
plawer
DD-WRT User


Joined: 11 Aug 2019
Posts: 156

PostPosted: Mon Dec 05, 2022 23:22    Post subject: Reply with quote
Router/Version: WNDR4300 4
File/Kernel: r50963
Previous/Reset: r50313/no reset
Mode/Status: Wireguard, SNMP, SSH, Zabbix client, ftpd, no Wifi
Issues/Errors: None

_________________
Linksys: Several WRTxx00AC variations | Netgear: 4x WNDR4500v2, 7x WNDR4300, R6400v1 | Asus: 2x RT-AC66U | Gl.inet: 3x GL-AR150
plawer
DD-WRT User


Joined: 11 Aug 2019
Posts: 156

PostPosted: Mon Dec 05, 2022 23:41    Post subject: Reply with quote
Router/Version: WNDR4300 17
File/Kernel: r50963
Previous/Reset: r50313/no reset
Mode/Status: OpenVPN client to DD-WRT OpenVPN server, SNMP, SSH, Zabbix client, ftpd, no Wifi
Issues/Errors: None

_________________
Linksys: Several WRTxx00AC variations | Netgear: 4x WNDR4500v2, 7x WNDR4300, R6400v1 | Asus: 2x RT-AC66U | Gl.inet: 3x GL-AR150
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
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