@RT-AX88U-29F0:/tmp/home/root# nslookup x3mtek.com
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
Name: x3mtek.com
Address 1: 104.27.173.243
Address 2: 104.27.172.243
@RT-AX88U-29F0:/tmp/home/root# nslookup x3mtek.com
Server: 1.1.1.1
Address 1: 1.1.1.1 one.one.one.one
Name: x3mtek.com
Address 1: 104.27.172.243
Address 2: 104.27.173.243
When checked as "Yes":
Code:@RT-AX88U-29F0:/tmp/home/root# nslookup x3mtek.com Server: 127.0.0.1 Address 1: 127.0.0.1 localhost.localdomain Name: x3mtek.com Address 1: 104.27.173.243 Address 2: 104.27.172.243
vs. "No":
Code:@RT-AX88U-29F0:/tmp/home/root# nslookup x3mtek.com Server: 1.1.1.1 Address 1: 1.1.1.1 one.one.one.one Name: x3mtek.com Address 1: 104.27.172.243 Address 2: 104.27.173.243
Does your /etc/resolve.conf change?Would one or the other be preferred?
I am liking when it is set to 'Yes'. Very responsive!
/tmp/home/root# cat /etc/resolv.conf
nameserver 127.0.0.1
Does your /etc/resolve.conf change?
Code:/tmp/home/root# cat /etc/resolv.conf nameserver 127.0.0.1
I imagine it will be just as responsive set to No if you manually set a fast reliable DNS server in WAN DNS 1 and 2. Your ISP DNS servers appear slow, or one of them is down and timing out.Would one or the other be preferred?
I am liking when it is set to 'Yes'. Very responsive!
That is what I see, no real difference either way using Cloudflare DNS.I imagine it will be just as responsive set to No if you manually set a fast reliable DNS server in WAN DNS 1 and 2. Your ISP DNS servers appear slow, or one of them is down and timing out.
There shouldn’t be any performance change for devices behind your router for either setting.
nslookup x3mtek.com
Server: 1.1.1.1
Address 1: 1.1.1.1 one.one.one.one
Name: x3mtek.com
Address 1: 104.27.173.243
Address 2: 104.27.172.243
nslookup x3mtek.com
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
Name: x3mtek.com
Address 1: 104.27.172.243
Address 2: 104.27.173.243
If I use Quad9 I see some buffering without local caching, using CF things are fine but I lose the filtering. Hmm...I imagine it will be just as responsive set to No if you manually set a fast reliable DNS server in WAN DNS 1 and 2. Your ISP DNS servers appear slow, or one of them is down and timing out.
There shouldn’t be any performance change for devices behind your router for either setting.
I imagine it will be just as responsive set to No if you manually set a fast reliable DNS server in WAN DNS 1 and 2. Your ISP DNS servers appear slow, or one of them is down and timing out.
There shouldn’t be any performance change for devices behind your router for either setting.
That is what I see, no real difference either way using Cloudflare DNS.
Sounds coincidental but unrelated to the local caching setting. A client that is streaming video isn’t influenced by the setting. Only requests from the router, for the router (not a client) are impacted by the setting (such as nslookup in an ssh session, or in the router GUI Network tools).If I use Quad9 I see some buffering without local caching, using CF things are fine but I lose the filtering. Hmm...
In 384.12 it is dns_local_cache. In .11 and earlier it was dns_local. So you may need to account for both.I need to find the nvram name for this setting and set it to Yes to avoid issues with the x3mRouting project.
Thank you @dave14305In 384.12 it is dns_local_cache. In .11 and earlier it was dns_local. So you may need to account for both.
I have both with 384.12_alpha1-g4a8cd4ead5:In 384.12 it is dns_local_cache. In .11 and earlier it was dns_local. So you may need to account for both.
user@RT-AC86U:/tmp/home/root# nvram get dns_local_cache
0
user@RT-AC86U:/tmp/home/root# nvram get dns_local
1
I have both with 384.12_alpha1-g4a8cd4ead5:
Which one is it now?Code:user@RT-AC86U:/tmp/home/root# nvram get dns_local_cache 0 user@RT-AC86U:/tmp/home/root# nvram get dns_local 1
That means if dns_local_cache is present, the dns_local can be ignored. No need to check firmware version. Or would one have to check for @john9527 s fork that may have a differing nvram parameter?https://github.com/RMerl/asuswrt-merlin.ng/commit/de8806990462b8c3dbd4182b4991e31cd082f7fe
As of 384.12 its now dns_local_cache, the old setting still exists in your nvram as Merlin renamed the value to force the new defaults.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!