DNS Resolver Status, no data?
-
If your not seeing status there, then its not asking anything.. You sure your actually using the resolver - and don't have your clients asking someone else? Did you point pfsense to something other than 127.0.0.1?
-
The only client is li'l old me. Most devices are static IPs (outside DHCP range, but registered in DNS), but a few are DHCP. Statics use FW for DNS. Resolver is enabled in forwarding mode right now, DNS servers are Quad9 and Cloudflare (in General Setup) plus localhost. I earlier saw data on them, since cleared. Assuming this data does not save to disk on reboot? Still no data, been surfing for several hours.
-
OK, I have data now. Why? No idea. Is there some job that has to run?
Still in forwarder mode, removed, Quad9 servers, data page updated to reflect.
Changed to resolver mode, immediately had 50-60 lines each in Cache Speed and Cache Stats. Baffled x2. Going to reboot now, assuming this data is volatile? -
OK, so data is there after reboot (and then some...). Still Resolver mode.
Around 475 lines in each section (Speed and Stats). Both IPv4, IPv6 addresses... Running only IPv4 here. Sorry if I'm being dense.0_1552502264304_Speed-Stats.txt -
My take on this is you don't actually understand what those stats are.. Or how a resolver works..
If you flip into forwarder mode it will show you that or multiple if it ever asks multiple stats.. But really means nothing in forwarder mode at all.. Those stats are what resolver uses to determine which NS it should ask for a given domain, etc. be it root or domain.xyz..
If all you do is forward to A, what would be the point.. If you could forward to A or B then guess could use those stats which to ask A or B..
There is little need for you to even look into what those stats are unless you were troubleshooting specific sort of issue.
-
I run Resolver. No forwarding. Mine is full of stats now. It wasn't yesterday. Uptime is 48 days.
So what changed? Why no stats yesterday, and a full page today?
-
I have no idea.. You have provided ZERO info on your setup..
Here resolver mode.., changed to forward mode google, stats
Its not freaking rocket science here people
Your typical user is going to have ZERO understanding of what those stats even mean to be honest ;) Anyone that would actually want/need them would be able to pull them from the cmd line anyway..
Now back to resolver mode because forwarding = uuuuggghhhh!
-
That's entirely possible. But I'm in Resolver mode now. All I ever saw in Forwarder mode was data for the servers setup in General, which figures. Why should it ask anybody else? A Resolver goes straight to the roots. But until recently I saw no data at all in either mode. Doesn't resolver use that cache data to know which root server will give it the fastest reply? Without the cache, what happens? Dud DNS?
-
It uses the roots to do the first lookups.. Picks 1 at random... They all that the same info... Your just asking 1 of the root servers for the NS of com, or net or edu or whatever you asking.
It then keeps a cache at how fast these different NS it talks to respond.. If it finds out that hey root A answers faster than C... Its going to first try A, before it asks C for anything, etc. etc.
Your typical user has zero use for this info.. Al he wants to know is hey I ask for www.google.com and got back an IP..
You would really only need to look at this info when troubleshooting the most odd sorts of issues.. Other than just curiosity sake - or overall health to see if your seeing any sort of timeouts and what sort of response times your getting, etc.
There back to showing stats for normal resolver stuff the second after changing back
And to be honest would prob not ever look at it in this sort of output.. Its too much info... Your prob going to ask for the infra cache info for the specific domain you are having issues resolving from, etc..
Why they even put this on a menu item - is nothing more than eye candy if you ask me.
-
And now my list is back to No Data...
I don't think details of my setup have anything to do with a stats page being filled by a service that is running.
And now I have some limited data there. All this in the span of 5 minutes. This makes no sense unless this page has a short time threshold before it wipes everything.
-
You have something wrong if your not seeing data and actually using the resolver... After it does one query.. It will store that info.
Is your resolving actual working? what does your resolver log show?
For all we know your resolver is running but your not actually asking it anything.
Maybe you got a browser cache issue that is not showing the info should be showing - do the query from the cmd line of pfsense. One sec and give an example.
-
@kom said in DNS Resolver Status, no data?:
And now I have some limited data there. All this in the span of 5 minutes. This makes no sense unless this page has a short time threshold before it wipes everything.
How often is unbound restarting on your system? Check the logs.
-
Here is from cmd line
All the web gui does it take the output of that and present it..
No unbound is not going to wipe that data on any sort of schedule.. This the data it uses to know which NS are best to talk to, etc.
Take a look to see how many actual queries have happened since unbound restarted
total.num.queries=287
total.num.queries_ip_ratelimited=0
total.num.cachehits=218
total.num.cachemiss=69Use
unbound-control -c /var/unbound/unbound.conf stats_noresetLook through for total, etc. How many queries happened, etc. since unbound restarted. If 0 then no nothing going to be in the stats for the infa.
-
You have something wrong if your not seeing data and actually using the resolver... After it does one query.. It will store that info.
I think pfSense might be doing something wrong. I am definitely using Resolver. I can resolve via Diagnostics - DNS Lookup. The stats page seems to be randomly full or empty.
Resolver log shows:
Jan 23 21:36:20 unbound 78590:0 info: start of service (unbound 1.8.1). Jan 23 21:36:20 unbound 78590:0 notice: init module 0: iterator
and those are the latest updates.
Interestingly, a manual nslookup shows the answering DNS server to be one of my AD DCs. Back when I first installed pfSense (2.1.x), I had it configured for DNS Forwarder, and I put my AD DNS into General Settings - DNS Servers. Later on, I disabled Forwarder and ran Resolver instead. Resolver is definitely NOT in forwarder mode. And yet it's still sending request to my DC.
-
If your an AD shop your clients should directly be asking your AD dns anyway... Have it forward to pfsense if you want.. But might as well just have your AD resolve, etc.
Do the command I asked before - lets see how many queries have been asked of unbound.
-
unbound-control -c /var/unbound/unbound.conf dump_infra
returns blank, and my stats page is back to No Data. So bizarre.
-
and lets see this
[2.4.4-RELEASE][admin@sg4860.local.lan]/root: unbound-control -c /var/unbound/unbound.conf stats_noreset | grep total.num total.num.queries=336 total.num.queries_ip_ratelimited=0 total.num.cachehits=251 total.num.cachemiss=85 total.num.prefetch=0 total.num.zero_ttl=0 total.num.recursivereplies=85 [2.4.4-RELEASE][admin@sg4860.local.lan]/root:
How many queries so mine went from 200 something to 336 in the couple of minutes.
-
total.num.queries=7233 total.num.queries_ip_ratelimited=0 total.num.cachehits=6981 total.num.cachemiss=252 total.num.prefetch=4892 total.num.zero_ttl=4748 total.num.recursivereplies=252
and Stats is still blank.
-
@kom No idea if this means anything, but I had a 10 minute time drift between my VM and Real Life. Looks like NTP to pool.ntp.org wasn't quite working for me. Corrected and now seems to be working. Coincidence?
-
Lets see whats in the infra cache.. ask unbound who it would ask for specific domain... For example just did microsoft.
[2.4.4-RELEASE][admin@sg4860.local.lan]/root: unbound-control -c /var/unbound/unbound.conf lookup www.microsoft.com The following name servers are used for lookup of www.microsoft.com. ;rrset 84738 13 0 2 0 com. 84738 IN NS d.gtld-servers.net. com. 84738 IN NS c.gtld-servers.net. com. 84738 IN NS a.gtld-servers.net. com. 84738 IN NS k.gtld-servers.net. com. 84738 IN NS e.gtld-servers.net. com. 84738 IN NS m.gtld-servers.net. com. 84738 IN NS i.gtld-servers.net. com. 84738 IN NS b.gtld-servers.net. com. 84738 IN NS f.gtld-servers.net. com. 84738 IN NS l.gtld-servers.net. com. 84738 IN NS j.gtld-servers.net. com. 84738 IN NS h.gtld-servers.net. com. 84738 IN NS g.gtld-servers.net. ;rrset 84738 1 1 11 5 com. 84738 IN DS 30909 8 2 E2D3C916F6DEEAC73294E8268FB5885044A833FC5459588F4A9184CFC41A5766 com. 84738 IN RRSIG DS 8 1 86400 20190326170000 20190313160000 16749 . OMtKk6RTDzvphZVSK+udXiB77g87GGNMnV5R/8cczdZapo1xVuawqufRPh/u8p3zJIvdGgjOPt7YCSXlrwE0jDWT8R4qtsGlrClDIy3fy39cN1ORFZGhpV7dmyAWpi7pFnpWaI0X5tMoiUu4spmCSS08DzqedVIhcAxiDFLtso05Upi2RpIMaMD7eU4YWsCHpkzxmmBYPNbyWb0ryxEpyzXgrb40Dq9hlUAZna6SUsQ81rsFMxH6G7GCuFhMvreZOX6D77ML0hgLhbbEnNlS+7EjyghZtBy+I3JTzI0onWgbaIpJbH+LbFI9XmcRUFDsV5FzGRkvi+a9U+uEuKuhlg== ;{id = 16749} ;rrset 84738 1 0 1 0 g.gtld-servers.net. 171138 IN A 192.42.93.30 ;rrset 84738 1 0 1 0 g.gtld-servers.net. 171138 IN AAAA 2001:503:eea3::30 ;rrset 84738 1 0 1 0 h.gtld-servers.net. 171138 IN A 192.54.112.30 ;rrset 84738 1 0 1 0 h.gtld-servers.net. 171138 IN AAAA 2001:502:8cc::30 ;rrset 84738 1 0 1 0 j.gtld-servers.net. 171138 IN A 192.48.79.30 ;rrset 84738 1 0 1 0 j.gtld-servers.net. 171138 IN AAAA 2001:502:7094::30 ;rrset 84738 1 0 1 0 l.gtld-servers.net. 171138 IN A 192.41.162.30 ;rrset 84738 1 0 1 0 l.gtld-servers.net. 171138 IN AAAA 2001:500:d937::30 ;rrset 84738 1 0 1 0 f.gtld-servers.net. 171138 IN A 192.35.51.30 ;rrset 84738 1 0 1 0 f.gtld-servers.net. 171138 IN AAAA 2001:503:d414::30 ;rrset 84738 1 0 1 0 b.gtld-servers.net. 171138 IN A 192.33.14.30 ;rrset 84738 1 0 1 0 b.gtld-servers.net. 171138 IN AAAA 2001:503:231d::2:30 ;rrset 84738 1 0 1 0 i.gtld-servers.net. 171138 IN A 192.43.172.30 ;rrset 84738 1 0 1 0 i.gtld-servers.net. 171138 IN AAAA 2001:503:39c1::30 ;rrset 84738 1 0 1 0 m.gtld-servers.net. 171138 IN A 192.55.83.30 ;rrset 84738 1 0 1 0 m.gtld-servers.net. 171138 IN AAAA 2001:501:b1f9::30 ;rrset 84738 1 0 1 0 e.gtld-servers.net. 171138 IN A 192.12.94.30 ;rrset 84738 1 0 1 0 e.gtld-servers.net. 171138 IN AAAA 2001:502:1ca1::30 ;rrset 84738 1 0 1 0 k.gtld-servers.net. 171138 IN A 192.52.178.30 ;rrset 84738 1 0 1 0 k.gtld-servers.net. 171138 IN AAAA 2001:503:d2d::30 ;rrset 84738 1 0 1 0 a.gtld-servers.net. 171138 IN A 192.5.6.30 ;rrset 84738 1 0 1 0 a.gtld-servers.net. 171138 IN AAAA 2001:503:a83e::2:30 ;rrset 84738 1 0 1 0 c.gtld-servers.net. 171138 IN A 192.26.92.30 ;rrset 84738 1 0 1 0 c.gtld-servers.net. 171138 IN AAAA 2001:503:83eb::30 ;rrset 84738 1 0 1 0 d.gtld-servers.net. 171138 IN A 192.31.80.30 ;rrset 84738 1 0 1 0 d.gtld-servers.net. 171138 IN AAAA 2001:500:856e::30 Delegation with 13 names, of which 0 can be examined to query further addresses. It provides 26 IP addresses. 2001:500:856e::30 rto 321 msec, ttl 256, ping 13 var 77 rtt 321, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.31.80.30 rto 355 msec, ttl 652, ping 7 var 87 rtt 355, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:503:83eb::30 not in infra cache. 192.26.92.30 rto 330 msec, ttl 298, ping 14 var 79 rtt 330, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:503:a83e::2:30 rto 330 msec, ttl 716, ping 14 var 79 rtt 330, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.5.6.30 rto 651 msec, ttl 267, ping 55 var 149 rtt 651, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:503:d2d::30 not in infra cache. 192.52.178.30 rto 347 msec, ttl 143, ping 7 var 85 rtt 347, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:502:1ca1::30 not in infra cache. 192.12.94.30 rto 315 msec, ttl 298, ping 3 var 78 rtt 315, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:501:b1f9::30 rto 285 msec, ttl 267, ping 17 var 67 rtt 285, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.55.83.30 not in infra cache. 2001:503:39c1::30 not in infra cache. 192.43.172.30 rto 301 msec, ttl 878, ping 1 var 75 rtt 301, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:503:231d::2:30 rto 473 msec, ttl 652, ping 21 var 113 rtt 473, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.33.14.30 not in infra cache. 2001:503:d414::30 not in infra cache. 192.35.51.30 not in infra cache. 2001:500:d937::30 not in infra cache. 192.41.162.30 rto 342 msec, ttl 603, ping 6 var 84 rtt 342, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:502:7094::30 rto 361 msec, ttl 268, ping 17 var 86 rtt 361, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.48.79.30 rto 297 msec, ttl 595, ping 1 var 74 rtt 297, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:502:8cc::30 rto 374 msec, ttl 268, ping 10 var 91 rtt 374, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.54.112.30 rto 302 msec, ttl 716, ping 2 var 75 rtt 302, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 2001:503:eea3::30 rto 325 msec, ttl 255, ping 13 var 78 rtt 325, tA 0, tAAAA 0, tother 0, EDNS 0 probed. 192.42.93.30 rto 333 msec, ttl 652, ping 5 var 82 rtt 333, tA 0, tAAAA 0, tother 0, EDNS 0 probed. [2.4.4-RELEASE][admin@sg4860.local.lan]/root: