[Dnsmasq-discuss] dnssec unreliable

Graham Menhennitt graham+dnsmasq at menhennitt.com.au
Wed Sep 11 00:30:35 BST 2019


I've been trying to use DNSSEC with dnsmasq for some time. It mostly 
works (after fixing the problem I reported, and Simon fixed - see here 
<https://www.mail-archive.com/dnsmasq-discuss@lists.thekelleys.org.uk/msg13009.html>). 
But I have reliability problems with it.

It seems to get into some mode where all replies return as invalid. That 
persists for a while and then fixes itself. Restarting dnsmasq does not 
fix it. So, I'm guessing it's either my configuration or something to do 
with my upstream.

Below are my configuration files and a log of the problem. I'm running 
dnsmasq 2.80 + the above patch on FreeBSD 12-stable.

Does anybody have any suggestions, please?

Thanks in advance for any help,

     Graham

------------------------------------------------------


Config file:

conf-file=/etc/dnsmasq-conf.conf
resolv-file=/etc/dnsmasq-resolv.conf

server=8.8.8.8
server=8.8.4.4

# use DNSSEC
dnssec
trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5
trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
dnssec-check-unsigned

# filter what we send upstream
domain-needed
bogus-priv
localise-queries
log-queries
log-facility=/tmp/dns.log

# allow /etc/hosts and dhcp lookups via *.lan
domain=menhennitt.com.au
expand-hosts
no-negcache

# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
dhcp-range=re0,203.3.73.51,203.3.73.90,255.255.255.0,12h
# default route(s)
dhcp-option=3,203.3.73.1

# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
read-ethers

------------------------------------------------------

contents of /etc/dnsmasq-conf.conf:

# Generated by resolvconf
server=/Home/203.3.73.1

------------------------------------------------------

contents of /etc/dnsmasq-resolv.conf:

# Generated by resolvconf
nameserver 203.3.73.1

------------------------------------------------------

Log of failures:

Sep  7 16:11:43 dnsmasq[52233]: started, version 2.80 cachesize 150
Sep  7 16:11:43 dnsmasq[52233]: compile time options: IPv6 GNU-getopt 
no-DBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC 
loop-detect no-inotify dumpfile
Sep  7 16:11:43 dnsmasq[52233]: DNSSEC validation enabled
Sep  7 16:11:43 dnsmasq[52233]: configured with trust anchor for <root> 
keytag 20326
Sep  7 16:11:43 dnsmasq[52233]: configured with trust anchor for <root> 
keytag 19036
Sep  7 16:11:43 dnsmasq-dhcp[52233]: DHCP, IP range 203.3.73.51 -- 
203.3.73.90, lease time 12h
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.4.4#53
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.8.8#53
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53 for 
domain home (no DNSSEC)
Sep  7 16:11:43 dnsmasq[52233]: reading /etc/dnsmasq-resolv.conf
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.4.4#53
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.8.8#53
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53 for 
domain home (no DNSSEC)
Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53
Sep  7 16:11:43 dnsmasq[52233]: read /etc/hosts - 4 addresses
Sep  7 16:11:43 dnsmasq-dhcp[52233]: failed to read /etc/ethers: No such 
file or directory
Sep  7 16:11:44 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to 8.8.4.4
Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to 8.8.8.8
Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:44 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:44 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:44 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:44 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:45 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:45 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:45 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:45 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:45 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:45 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:46 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:46 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:46 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:46 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:46 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:46 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:47 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:47 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:47 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:47 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:47 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:47 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:48 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:11:48 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.6
Sep  7 16:11:48 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:11:48 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:11:48 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:11:48 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:11:48 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:48 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:11:48 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:11:48 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:11:48 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:11:48 dnsmasq[52233]: query[A] freebsd.org from 127.0.0.1
Sep  7 16:11:48 dnsmasq[52233]: forwarded freebsd.org to 203.3.73.1
Sep  7 16:11:48 dnsmasq[52233]: validation freebsd.org is BOGUS
Sep  7 16:11:48 dnsmasq[52233]: reply freebsd.org is 96.47.72.84
Sep  7 16:11:48 dnsmasq[52233]: query[A] freebsd.org.Home from 127.0.0.1
Sep  7 16:11:48 dnsmasq[52233]: forwarded freebsd.org.Home to 203.3.73.1
Sep  7 16:11:49 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:49 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:49 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:49 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:49 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:49 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:50 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:50 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:50 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:50 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:50 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:50 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:51 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:51 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:51 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:51 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:51 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:51 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:52 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:52 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:52 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:52 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:52 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:52 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:53 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:11:53 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.6
Sep  7 16:11:53 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:11:53 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:11:53 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:11:53 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:11:53 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:11:53 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:11:53 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:11:53 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:53 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:53 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:11:54 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:54 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:54 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:54 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:54 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:54 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:56 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:56 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:56 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:56 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:56 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:56 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:57 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:57 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:57 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:57 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:57 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:57 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:58 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:11:58 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:11:58 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.3
Sep  7 16:11:58 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:11:58 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:11:58 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:11:58 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:11:58 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:11:58 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:11:58 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:11:58 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:58 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:11:59 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:11:59 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:11:59 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:11:59 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:11:59 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:11:59 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:00 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:00 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:00 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:00 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:00 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:00 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:01 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:01 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:01 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:01 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:01 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:01 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:02 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:02 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:02 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:02 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:02 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:02 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:03 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:03 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:03 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.3
Sep  7 16:12:03 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:03 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:03 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:03 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:03 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:03 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:03 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:03 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:03 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:04 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:04 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:04 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:04 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:04 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:04 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:05 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to 8.8.4.4
Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to 8.8.8.8
Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:05 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:05 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:05 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:05 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:06 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:06 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:06 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:06 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:06 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:06 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:07 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:07 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:07 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:07 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:07 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:07 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:08 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:08 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:08 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:08 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:08 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:08 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:09 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:09 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.3
Sep  7 16:12:09 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:09 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:09 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:09 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:09 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:09 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:09 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:09 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:09 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:09 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:09 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:10 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:10 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:10 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:10 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:10 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:10 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:12 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:12 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:12 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:12 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:12 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:12 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:13 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:13 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:13 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:13 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:13 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:13 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:14 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.3
Sep  7 16:12:14 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:14 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:14 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:14 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:14 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] BCMLS2.glpals.com from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded BCMLS2.glpals.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] supl.google.com from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded supl.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation BCMLS2.glpals.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply BCMLS2.glpals.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.43.115.141
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 34.209.196.227
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.39.83.223
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.39.109.90
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.38.244.137
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.34.211.161
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.88.166.53
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 54.200.61.48
Sep  7 16:12:14 dnsmasq[52233]: validation supl.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is 74.125.24.192
Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is 74.125.24.192
Sep  7 16:12:14 dnsmasq[52233]: query[A] BCMLS2.glpals.com from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded BCMLS2.glpals.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] supl.google.com from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded supl.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation BCMLS2.glpals.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply BCMLS2.glpals.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.43.115.141
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 34.209.196.227
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.39.83.223
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.39.109.90
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.38.244.137
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.34.211.161
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 52.88.166.53
Sep  7 16:12:14 dnsmasq[52233]: reply 
sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is 54.200.61.48
Sep  7 16:12:14 dnsmasq[52233]: validation supl.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is 74.125.24.192
Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is 74.125.24.192
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
BCMLS2.glpals.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
BCMLS2.glpals.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
supl.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
supl.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:14 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
supl.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: validation 
BCMLS2.glpals.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
supl.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
supl.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
BCMLS2.glpals.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
BCMLS2.glpals.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
supl.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: validation 
BCMLS2.glpals.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is <CNAME>
Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is 216.58.200.110
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: query[A] app-measurement.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded app-measurement.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: query[A] 
clients4.google.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded 
clients4.google.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: validation app-measurement.com is BOGUS
Sep  7 16:12:14 dnsmasq[52233]: reply app-measurement.com is 216.58.196.142
Sep  7 16:12:14 dnsmasq[52233]: query[A] app-measurement.com from 
203.3.73.84
Sep  7 16:12:14 dnsmasq[52233]: forwarded app-measurement.com to 203.3.73.1
Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: validation 
clients4.google.com.menhennitt.com.au is BOGUS
Sep  7 16:12:15 dnsmasq[52233]: validation app-measurement.com is BOGUS
Sep  7 16:12:15 dnsmasq[52233]: reply app-measurement.com is 216.58.196.142
Sep  7 16:12:15 dnsmasq[52233]: query[A] 
app-measurement.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:15 dnsmasq[52233]: forwarded 
app-measurement.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: validation 
app-measurement.com.menhennitt.com.au is BOGUS
Sep  7 16:12:15 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:15 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:15 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:15 dnsmasq[52233]: query[A] www.google.com from 203.3.73.84
Sep  7 16:12:15 dnsmasq[52233]: forwarded www.google.com to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: query[A] 
app-measurement.com.menhennitt.com.au from 203.3.73.84
Sep  7 16:12:15 dnsmasq[52233]: forwarded 
app-measurement.com.menhennitt.com.au to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:15 dnsmasq[52233]: validation www.google.com is BOGUS
Sep  7 16:12:15 dnsmasq[52233]: reply www.google.com is 172.217.167.100
Sep  7 16:12:15 dnsmasq[52233]: validation 
app-measurement.com.menhennitt.com.au is BOGUS
Sep  7 16:12:16 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:16 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:16 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 8.8.4.4
Sep  7 16:12:16 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 8.8.8.8
Sep  7 16:12:16 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:16 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:16 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:16 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:16 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:16 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:16 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:16 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:17 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:17 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:17 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:17 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:17 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:17 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:17 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:17 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:17 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:17 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:17 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:17 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:17 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:17 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:17 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:17 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:18 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:18 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:18 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:18 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:18 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:18 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:18 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:18 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:18 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:18 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:18 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:18 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:19 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.97.3
Sep  7 16:12:19 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:19 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:19 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:19 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:19 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:19 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:19 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.5
Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:19 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:19 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:19 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:19 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:19 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:19 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:19 dnsmasq[52233]: query[A] gsp64-ssl.ls.apple.com from 
203.3.73.67
Sep  7 16:12:19 dnsmasq[52233]: forwarded gsp64-ssl.ls.apple.com to 
203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:19 dnsmasq[52233]: validation gsp64-ssl.ls.apple.com is BOGUS
Sep  7 16:12:19 dnsmasq[52233]: reply gsp64-ssl.ls.apple.com is <CNAME>
Sep  7 16:12:19 dnsmasq[52233]: reply gsp64-ssl.ls-apple.com.akadns.net 
is 17.142.169.199
Sep  7 16:12:19 dnsmasq[52233]: reply gsp64-ssl.ls-apple.com.akadns.net 
is 17.142.169.200
Sep  7 16:12:20 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:20 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:20 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:20 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:20 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:20 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:21 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:21 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:21 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:21 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:21 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:21 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:22 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:22 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:22 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:22 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:22 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:22 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:23 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:23 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:23 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:23 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:23 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:23 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:23 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.96.4
Sep  7 16:12:23 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:23 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:23 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:23 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:23 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:23 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:23 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:23 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:23 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:24 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:24 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:24 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:24 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:24 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:24 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:24 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is 103.106.65.219
Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:24 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:24 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:24 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:24 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:25 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:25 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:25 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:25 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:25 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:25 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:26 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:26 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:26 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:26 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:26 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:26 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:28 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:28 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:28 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:28 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:28 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.96.4
Sep  7 16:12:28 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:28 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:28 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:28 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:28 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:28 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:28 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:28 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:28 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:28 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:29 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:29 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is 103.106.65.219
Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:29 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:29 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:29 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:29 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:30 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:30 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:30 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:30 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:30 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:30 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:30 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:30 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:30 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:30 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:31 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:31 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:31 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:31 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:31 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:31 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35
Sep  7 16:12:31 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:31 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:31 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:31 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:32 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:32 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:32 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:32 dnsmasq[52233]: query[A] hymie.menhennitt.com.au from 
203.3.73.57
Sep  7 16:12:32 dnsmasq[52233]: DHCP hymie.menhennitt.com.au is 203.3.73.57
Sep  7 16:12:32 dnsmasq[52233]: query[AAAA] hymie.menhennitt.com.au from 
203.3.73.57
Sep  7 16:12:32 dnsmasq[52233]: forwarded hymie.menhennitt.com.au to 
203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: validation hymie.menhennitt.com.au is BOGUS
Sep  7 16:12:32 dnsmasq[52233]: query[AAAA] hymie.menhennitt.com.au from 
203.3.73.57
Sep  7 16:12:32 dnsmasq[52233]: forwarded hymie.menhennitt.com.au to 
203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:32 dnsmasq[52233]: validation hymie.menhennitt.com.au is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:33 dnsmasq[52233]: query[A] time.nist.gov from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded time.nist.gov to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation time.nist.gov is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply time.nist.gov is <CNAME>
Sep  7 16:12:33 dnsmasq[52233]: reply ntp1.glb.nist.gov is 132.163.96.4
Sep  7 16:12:33 dnsmasq[52233]: query[A] time-a.nist.gov from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to 8.8.4.4
Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to 8.8.8.8
Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation time-a.nist.gov is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply time-a.nist.gov is <CNAME>
Sep  7 16:12:33 dnsmasq[52233]: reply time-a-g.nist.gov is 129.6.15.28
Sep  7 16:12:33 dnsmasq[52233]: query[A] time-b.nist.gov from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded time-b.nist.gov to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation time-b.nist.gov is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply time-b.nist.gov is <CNAME>
Sep  7 16:12:33 dnsmasq[52233]: reply time-b-g.nist.gov is 129.6.15.29
Sep  7 16:12:33 dnsmasq[52233]: query[A] time-nw.nist.gov from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded time-nw.nist.gov to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation time-nw.nist.gov is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply time-nw.nist.gov is 131.107.13.100
Sep  7 16:12:33 dnsmasq[52233]: query[A] au.pool.ntp.org from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded au.pool.ntp.org to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: validation au.pool.ntp.org is BOGUS
Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is 129.250.35.250
Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is 3.104.76.50
Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is 144.48.166.166
Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is 220.158.215.20
Sep  7 16:12:33 dnsmasq[52233]: query[A] nz.pool.ntp.org from 203.3.73.71
Sep  7 16:12:33 dnsmasq[52233]: forwarded nz.pool.ntp.org to 203.3.73.1
Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1
Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:34 dnsmasq[52233]: validation nz.pool.ntp.org is BOGUS
Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.70.4
Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is 122.252.188.99
Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is 103.106.65.219
Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is 103.242.68.69
Sep  7 16:12:34 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:34 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:34 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:34 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:35 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:35 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:35 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:35 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:35 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:35 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:36 dnsmasq[52233]: query[A] a.root-servers.net from 203.3.73.71
Sep  7 16:12:36 dnsmasq[52233]: forwarded a.root-servers.net to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: validation a.root-servers.net is BOGUS
Sep  7 16:12:36 dnsmasq[52233]: reply a.root-servers.net is 198.41.0.4
Sep  7 16:12:36 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:36 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: query[A] connectivitycheck.gstatic.com 
from 203.3.73.84
Sep  7 16:12:36 dnsmasq[52233]: forwarded connectivitycheck.gstatic.com 
to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to 203.3.73.1
Sep  7 16:12:36 dnsmasq[52233]: validation connectivitycheck.gstatic.com 
is BOGUS
Sep  7 16:12:36 dnsmasq[52233]: reply connectivitycheck.gstatic.com is 
172.217.25.35

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20190911/6ae49fec/attachment-0001.html>


More information about the Dnsmasq-discuss mailing list