New Build - 11/02/2022 - r50786

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


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

PostPosted: Sun Nov 06, 2022 6:23    Post subject: Reply with quote
portsup wrote:
Any idea why the server entry for the NTP client doesn't work?

Also having issues with smb being slow to open connection in kodi now, which seems to be the more recent builds.


few reasons..
-you dont have a DNS when NTP is called...so one more reason to use the numerical form, IP instead of name value...
-your NTP time server is not working or using different port
-your ISP is blocking NTP requests or something is firewall-ing them
-your NTP server is down for some reason...

use either google or cloudflare NTP time servers IP's

_________________
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
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12909
Location: Netherlands

PostPosted: Sun Nov 06, 2022 7:08    Post subject: Reply with quote
If you do not have DNS when NTP is trying to resolve because you are using secure DNS e.g. SmartDNS, Unbound etc then in the DNSMasq additional options add:
Code:
server=/pool.ntp.org/9.9.9.9

_________________
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
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1952

PostPosted: Sun Nov 06, 2022 12:13    Post subject: Reply with quote
portsup wrote:
Netgear r7000 the server settings for NTP Client are not working.

portsup wrote:
Any idea why the server entry for the NTP client doesn't work?

Is this in reference to the "Error" in the input textbox noted in 50755?

egc wrote:
One minor thing I noticed the Server/IP name shows: Error

The nvram variable (ntp_server) is empty so the field should be showing the placeholder: "2.pool.ntp.org 1.pool.ntp.org 3.pool.ntp.org 4.pool.ntp.org"

I did clear browser cache and tried different browsers, and if I set a value in the field e.g. 2.pool.ntp.org it shows in the field and time is working, so it is something with the placeholder

I am also running build 50731 which shows the placeholder, so either something broke between those builds or I need to reset my router

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
manchesterblack
DD-WRT User


Joined: 04 Mar 2021
Posts: 65
Location: Manchester

PostPosted: Mon Nov 07, 2022 8:22    Post subject: Reply with quote
Alozaros wrote:
I solved my problem as i mentioned above + steps how to...
nowadays encrypted dns with SmartDNS is easy and simplified to use, out of the box in DDWRT...
You basically need only to add servers in smartdns box, disable dnsmasq dnssec options + disable query in strict order too....
and you are good to go.... look my steps in my post above...

to manchesterblack you can use as many servers you'd like i have 7 Razz but same a DNScrypt, SmartDNS is using only the fastest one......
do notice it goes inside the VPN channel, so its cool...to use is with VPN Cool


Alozaros - I use the smart dns servers below. Can you please add me more by sending me how they should be so I just copy and paste the into the smart dns box please? I do not know how to create the servers and I got help from you I believe way back just to add the ones below. Cheers.
server-https https://9.9.9.9/dns-query
server-tls 9.9.9.9:853 -host-name: dns.quad9.net
server-tls 5.2.75.75:853 -host-name: dot.nl.ahadns.net
server-https https://1.1.1.1/dns-query

_________________
Netgear R7000
DD-WRT DD-WRT v3.0-r50595 std (10/23/22)
Manchester
Enable dnsmasq- Yes
Encrypt DNS- NO
DNSCrypt Resolver- No Using Smart DNS
Cache DNSSEC Data- Yes
Validate DNS Replies (DNSSEC)- NO
Check Unsigned DNS Replies- NO
No DNS Rebind- Enable
Query DNS in Strict Order- Enable
Add Requestor MAC to DNS Query- Disable
RFC4039 Rapid Commit Support- Enable
Maximum Cached Entries- 1500

Smart DNS - YES

server-https https://9.9.9.9/dns-query
server-tls 9.9.9.9:853 -host-name: dns.quad9.net
server-tls 5.2.75.75:853 -host-name: dot.nl.ahadns.net
server-https https://1.1.1.1/dns-query

Additional VPN Configuration-
pull-filter ignore "dhcp-option DNS6 "
pull-filter ignore "dhcp-option DNS "

Dnsmasq Additional Options

server=/pool.ntp.org/9.9.9.9
server=/pool.ntp.org/1.0.0.1
server=/adquard-dns.com/9.9.9.9


BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers
manchesterblack
DD-WRT User


Joined: 04 Mar 2021
Posts: 65
Location: Manchester

PostPosted: Mon Nov 07, 2022 8:24    Post subject: Reply with quote
Router Model: Netgear R7000

Firmware Version: DD-WRT v3.0-r50786M Community Build (11/01/22)
Kernel Version: Linux 4.4.302-st25 #1 SMP Tue Nov 1 12:59:37 CET 2022 armv7l

Upgraded: DD-WRT v3.0-r50755M Community Build by egc (10/31/22)

Reset: No not this time. I have not in a while.

Configuration: Setup as Gateway, CTF+FA, 2,4 and 5 GHz working, unbridged VAP, USB/NasOpenVPN client working.
Status: Up and stable for 2 days
Issues: None and smart dns works perfectly on this bulld. Cheers mate.

_________________
Netgear R7000
DD-WRT DD-WRT v3.0-r50595 std (10/23/22)
Manchester
Enable dnsmasq- Yes
Encrypt DNS- NO
DNSCrypt Resolver- No Using Smart DNS
Cache DNSSEC Data- Yes
Validate DNS Replies (DNSSEC)- NO
Check Unsigned DNS Replies- NO
No DNS Rebind- Enable
Query DNS in Strict Order- Enable
Add Requestor MAC to DNS Query- Disable
RFC4039 Rapid Commit Support- Enable
Maximum Cached Entries- 1500

Smart DNS - YES

server-https https://9.9.9.9/dns-query
server-tls 9.9.9.9:853 -host-name: dns.quad9.net
server-tls 5.2.75.75:853 -host-name: dot.nl.ahadns.net
server-https https://1.1.1.1/dns-query

Additional VPN Configuration-
pull-filter ignore "dhcp-option DNS6 "
pull-filter ignore "dhcp-option DNS "

Dnsmasq Additional Options

server=/pool.ntp.org/9.9.9.9
server=/pool.ntp.org/1.0.0.1
server=/adquard-dns.com/9.9.9.9


BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers
portsup
DD-WRT User


Joined: 20 Oct 2018
Posts: 210

PostPosted: Tue Nov 08, 2022 3:49    Post subject: Reply with quote
Alozaros wrote:
portsup wrote:
Any idea why the server entry for the NTP client doesn't work?

Also having issues with smb being slow to open connection in kodi now, which seems to be the more recent builds.


few reasons..
-you dont have a DNS when NTP is called...so one more reason to use the numerical form, IP instead of name value...
-your NTP time server is not working or using different port
-your ISP is blocking NTP requests or something is firewall-ing them
-your NTP server is down for some reason...

use either google or cloudflare NTP time servers IP's


I am not sure you understood what I said, I do have dns problems but its that inspite of entering ip addresses or anything in the NTP server field it still uses the defaults.
portsup
DD-WRT User


Joined: 20 Oct 2018
Posts: 210

PostPosted: Tue Nov 08, 2022 3:50    Post subject: Reply with quote
egc wrote:
If you do not have DNS when NTP is trying to resolve because you are using secure DNS e.g. SmartDNS, Unbound etc then in the DNSMasq additional options add:
Code:
server=/pool.ntp.org/9.9.9.9


I use that, it's that I also can't change the NTP servers at all, nothing I put in the server field for the NTP Client of the web gui changes anything
portsup
DD-WRT User


Joined: 20 Oct 2018
Posts: 210

PostPosted: Tue Nov 08, 2022 3:52    Post subject: Reply with quote
dale_gribble39 wrote:
portsup wrote:
Netgear r7000 the server settings for NTP Client are not working.

portsup wrote:
Any idea why the server entry for the NTP client doesn't work?

Is this in reference to the "Error" in the input textbox noted in 50755?

egc wrote:
One minor thing I noticed the Server/IP name shows: Error

The nvram variable (ntp_server) is empty so the field should be showing the placeholder: "2.pool.ntp.org 1.pool.ntp.org 3.pool.ntp.org 4.pool.ntp.org"

I did clear browser cache and tried different browsers, and if I set a value in the field e.g. 2.pool.ntp.org it shows in the field and time is working, so it is something with the placeholder

I am also running build 50731 which shows the placeholder, so either something broke between those builds or I need to reset my router


I am wonder if it is related too anyway I will move to the next build.
Alozaros
DD-WRT Guru


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

PostPosted: Tue Nov 08, 2022 8:19    Post subject: Reply with quote
if GUI save apply buttons are funny or your browser makes some buggy stuff than you can try to change
the NTP servers value via CLI (SSh) its simple if this doesn't work than its a firmware issue, witch i doubt...
my R7000 has no problems with NTP servers in numerical format (IP)... Cool and i can change zones and this is what it needs...
for me...R7000 is working....reset, manually rebuild and ect. try last build 50814...
egc advise its also working...

last thing in my mind, may be your ISP is capping NTP requests and fetching their NTP time server...
as they do the same with plain DNS over port 53 sometimes...

_________________
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
portsup
DD-WRT User


Joined: 20 Oct 2018
Posts: 210

PostPosted: Tue Nov 08, 2022 22:58    Post subject: Reply with quote
I have already updated to the next firmware and am discussing this in that thread too. I tried different combos of save apply and restart, none work. Thing is the nvram ram is being updated but the ntp client is not using the new setting. Next I will try resetup, I will try changing the nvram setting early to make sure it works as it must be something else affecting it.
Goto page Previous  1, 2, 3 Display posts from previous:    Page 3 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