Hi,

I am having an issue with dnsmasq version 2.55.

First a little background about when the issue occurs: In our router, we have 
both an ether wan port and a 3G dongle.  If the wan cable is plugged in, the 
connectivity to the internet is via the wan cable.  However, if the wan cable 
is unplugged and there is a dongle plugged into the router, connectivity to the 
internet now switches to the 3g dongle.  In essence a switchover occurs.  What 
we have found is that the dnsmasq's dns sometimes fails after the switchover.  
The /etc/resolv.conf file in this case remains the same before and after the 
switchover.

I have invoked dnsmasq with the debugging option -q, and I see that at time 
22:09:33 a message "no servers found in /etc/resolv.conf, will retry". 
Presumably this is because at the time dnsmasq found that it could not connect 
to the google dns server 8.8.8.8, probably while the connection was being 
switched over.  For nearly an hour according to the dnsmasq.log file, I see 
various queries to dnsmasq asking for IP addresses associated with the given 
URLs.  Unfortunately, no response is given to these queries.  During this 
period after the switchover, I can ping the google dns server at 8.8.8.8 and it 
responds; I can NOT ping google.com as it fails to resolve the IP address for 
google.com.  I can also ping other IP addresses successfully after the 
switchover as long as I ping with the IP address and not the URL.  Nslookup 
consistently fails to resolve the IP addresses.  So it is pretty certain that 
we have connectivity to the internet, just no DNS server to help return the IP 
addresses for the URLS.

Now back to the dnsmasq.log, at timestamp 23:08:02 we finally see the message 
"reading /etc/resolv.conf".  After this dnsmasq is now successfully answering 
the queries from the clients, resolving their addresses once again.  >From my 
perspective, it appears that there is something wrong with dnsmasq not doing 
the retry to connect to the upstream dns server (8.8.8.8) in a timely manner.  
I have now seen this anomaly twice, both times with a delay of almost exactly 
an hour for the dnsmasq to come back to life. The immediate question is what is 
driving how often does dnsmasq do the retry?  I would think that if the 
upstream dns server is not accessible, it would retry and a fairly short time 
interval... but alas, I don't see this in the dnsmasq.log file. How often 
should dnsmasq be retrying?  And what would do you think would make it retry at 
almost exactly an hour later?

Is this a known issue?  I have looked at the CHANGELOG and I see only a few 
changes that from their description might be related... changes in version 2.72:

version 2.72
            Fix race condition which could lock up dnsmasq when an
            interface goes down and up rapidly. Thanks to Conrad
            Kostecki for helping to chase this down.

            Fix bug which caused dnsmasq to become unresponsive if it
            failed to send packets due to a network interface disappearing.
            Thanks to Niels Peen for spotting this.

But alas, I don't know if these fixes have anything to do with the issue I am 
seeing; there is not enough info here to know how the issues manifested 
themselves.
I have attached the dnsmasq.log file for you review.
Please let me know what you think.  I need to get to the bottom of this asap.
Best Regards,
John Knight




__________________________________________________________________ Confidential 
This e-mail and any files transmitted with it are the property of Belkin 
International, Inc. and/or its affiliates, are confidential, and are intended 
solely for the use of the individual or entity to whom this e-mail is 
addressed. If you are not one of the named recipients or otherwise have reason 
to believe that you have received this e-mail in error, please notify the 
sender and delete this message immediately from your computer. Any other use, 
retention, dissemination, forwarding, printing or copying of this e-mail is 
strictly prohibited. Pour la version fran?aise: 
http://www.belkin.com/email-notice/French.html F?r die deutsche ?bersetzung: 
http://www.belkin.com/email-notice/German.html 
__________________________________________________________________
/tmp/var/log # cat dnsmasq.log
Oct 11 21:38:05 dnsmasq[6495]: started, version 2.55 cachesize 150
Oct 11 21:38:05 dnsmasq[6495]: compile time options: IPv6 GNU-getopt no-DBus 
no-I18N DHCP TFTP
Oct 11 21:38:05 dnsmasq[6495]: warning: interface br1 does not currently exist
Oct 11 21:38:05 dnsmasq-dhcp[6495]: DHCP, IP range 192.168.3.100 -- 
192.168.3.159, lease time 1h
Oct 11 21:38:05 dnsmasq-dhcp[6495]: DHCP, IP range 192.168.1.100 -- 
192.168.1.249, lease time 1d
Oct 11 21:38:05 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 21:38:05 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 21:38:05 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 21:38:05 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 21:38:05 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 21:38:05 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 21:38:05 dnsmasq[6495]: read /etc/hosts - 9 addresses
Oct 11 21:38:05 dnsmasq-dhcp[6495]: read /etc/dhcp_static_hosts
Oct 11 21:38:05 dnsmasq-dhcp[6495]: read /etc/dhcp_options
Oct 11 21:38:53 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 21:38:54 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 21:38:54 dnsmasq[6495]: using nameserver 10.177.0.210#53
Oct 11 21:38:54 dnsmasq[6495]: using nameserver 10.177.0.34#53
Oct 11 21:38:54 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 21:38:54 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 21:38:54 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 21:38:54 dnsmasq[6495]: query[A] daisy.ubuntu.com from 192.168.1.112
Oct 11 21:38:54 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.34
Oct 11 21:38:54 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.210
Oct 11 21:38:54 dnsmasq[6495]: query[AAAA] daisy.ubuntu.com from 192.168.1.112
Oct 11 21:38:54 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.34
Oct 11 21:38:54 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.210
Oct 11 21:38:54 dnsmasq[6495]: query[SOA] local from 192.168.1.112
Oct 11 21:38:54 dnsmasq[6495]: forwarded local to 10.177.0.34
Oct 11 21:38:54 dnsmasq[6495]: forwarded local to 10.177.0.210
Oct 11 21:38:54 dnsmasq[6495]: reply daisy.ubuntu.com is 162.213.33.164
Oct 11 21:38:54 dnsmasq[6495]: reply daisy.ubuntu.com is 162.213.33.133
Oct 11 21:56:46 dnsmasq[6495]: reply daisy.ubuntu.com is NODATA-IPv6
Oct 11 21:56:47 dnsmasq[6495]: query[A] daisy.ubuntu.com from 192.168.1.112
Oct 11 21:56:47 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.34
Oct 11 21:56:47 dnsmasq[6495]: forwarded daisy.ubuntu.com to 10.177.0.210
Oct 11 21:56:47 dnsmasq[6495]: query[AAAA] daisy.ubuntu.com from 192.168.1.112
Oct 11 21:56:47 dnsmasq[6495]: cached daisy.ubuntu.com is NODATA-IPv6
Oct 11 21:56:47 dnsmasq[6495]: reply daisy.ubuntu.com is 162.213.33.133
Oct 11 21:56:47 dnsmasq[6495]: reply daisy.ubuntu.com is 162.213.33.164
Oct 11 21:56:51 dnsmasq[6495]: query[SOA] local from 192.168.1.112
Oct 11 21:56:51 dnsmasq[6495]: forwarded local to 10.177.0.34
Oct 11 21:56:51 dnsmasq[6495]: query[SOA] local from 192.168.1.112
Oct 11 21:56:51 dnsmasq[6495]: forwarded local to 10.177.0.34
Oct 11 21:57:21 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 21:57:21 dnsmasq[6495]: using nameserver 10.177.0.210#53
Oct 11 21:57:21 dnsmasq[6495]: using nameserver 10.177.0.34#53
Oct 11 21:57:21 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 21:57:21 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 21:57:21 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 21:58:34 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 21:58:34 dnsmasq[6495]: forwarded google.com to 10.177.0.34
Oct 11 21:58:34 dnsmasq[6495]: forwarded google.com to 10.177.0.210
Oct 11 21:58:34 dnsmasq[6495]: reply google.com is 2607:f8b0:4000:80c::200e
Oct 11 21:58:34 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 21:58:34 dnsmasq[6495]: forwarded google.com to 10.177.0.34
Oct 11 21:58:34 dnsmasq[6495]: reply google.com is 216.58.194.142
Oct 11 21:58:34 dnsmasq[6495]: query[PTR] 
e.0.0.2.0.0.0.0.0.0.0.0.0.0.0.0.c.0.8.0.0.0.0.4.0.b.8.f.7.0.6.2.ip6.arpa from 
127.0.0.1
Oct 11 21:58:34 dnsmasq[6495]: forwarded 
e.0.0.2.0.0.0.0.0.0.0.0.0.0.0.0.c.0.8.0.0.0.0.4.0.b.8.f.7.0.6.2.ip6.arpa to 
10.177.0.34
Oct 11 21:58:34 dnsmasq[6495]: reply 2607:f8b0:4000:80c::200e is 
dfw06s48-in-x0e.1e100.net
Oct 11 21:58:34 dnsmasq[6495]: query[PTR] 142.194.58.216.in-addr.arpa from 
127.0.0.1
Oct 11 21:58:34 dnsmasq[6495]: forwarded 142.194.58.216.in-addr.arpa to 
10.177.0.34
Oct 11 21:58:35 dnsmasq[6495]: reply 216.58.194.142 is dfw06s49-in-f14.1e100.net
Oct 11 21:58:35 dnsmasq[6495]: reply 216.58.194.142 is 
dfw06s49-in-f142.1e100.net
Oct 11 21:58:55 dnsmasq[6495]: query[AAAA] cisco.com from 127.0.0.1
Oct 11 21:58:55 dnsmasq[6495]: forwarded cisco.com to 10.177.0.34
Oct 11 21:58:55 dnsmasq[6495]: forwarded cisco.com to 10.177.0.210
Oct 11 21:58:56 dnsmasq[6495]: reply cisco.com is 2001:420:1101:1::a
Oct 11 21:58:56 dnsmasq[6495]: query[A] cisco.com from 127.0.0.1
Oct 11 21:58:56 dnsmasq[6495]: forwarded cisco.com to 10.177.0.34
Oct 11 21:58:56 dnsmasq[6495]: reply cisco.com is 72.163.4.161
Oct 11 21:58:56 dnsmasq[6495]: query[PTR] 
a.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.1.0.1.1.0.2.4.0.1.0.0.2.ip6.arpa from 
127.0.0.1
Oct 11 21:58:56 dnsmasq[6495]: forwarded 
a.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.1.0.1.1.0.2.4.0.1.0.0.2.ip6.arpa to 
10.177.0.34
Oct 11 21:58:56 dnsmasq[6495]: reply 2001:420:1101:1::a is www1.cisco.com
Oct 11 21:58:56 dnsmasq[6495]: query[PTR] 161.4.163.72.in-addr.arpa from 
127.0.0.1
Oct 11 21:58:56 dnsmasq[6495]: forwarded 161.4.163.72.in-addr.arpa to 
10.177.0.34
Oct 11 21:58:57 dnsmasq[6495]: reply 72.163.4.161 is www1.cisco.com
Oct 11 22:00:44 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 22:00:44 dnsmasq[6495]: using nameserver 192.168.0.1#53
Oct 11 22:00:44 dnsmasq[6495]: using nameserver 8.8.8.8#53
Oct 11 22:00:44 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 22:00:44 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 22:00:44 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 22:00:45 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:00:45 dnsmasq[6495]: forwarded 0.pool.ntp.org to 8.8.8.8
Oct 11 22:00:45 dnsmasq[6495]: forwarded 0.pool.ntp.org to 192.168.0.1
Oct 11 22:00:45 dnsmasq[6495]: reply 0.pool.ntp.org is 171.66.97.126
Oct 11 22:00:45 dnsmasq[6495]: reply 0.pool.ntp.org is 67.18.187.111
Oct 11 22:00:45 dnsmasq[6495]: reply 0.pool.ntp.org is 129.6.15.29
Oct 11 22:00:45 dnsmasq[6495]: reply 0.pool.ntp.org is 50.16.201.39
Oct 11 22:00:56 dnsmasq[6495]: no servers found in /etc/resolv.conf, will retry
Oct 11 22:00:59 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 22:00:59 dnsmasq[6495]: using nameserver 192.168.0.1#53
Oct 11 22:00:59 dnsmasq[6495]: using nameserver 8.8.8.8#53
Oct 11 22:00:59 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 22:00:59 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 22:00:59 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 22:01:29 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:01:29 dnsmasq[6495]: forwarded google.com to 8.8.8.8
Oct 11 22:01:29 dnsmasq[6495]: forwarded google.com to 192.168.0.1
Oct 11 22:01:29 dnsmasq[6495]: reply google.com is 2607:f8b0:4000:80b::200e
Oct 11 22:01:29 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:01:29 dnsmasq[6495]: cached google.com is 216.58.194.142
Oct 11 22:01:39 dnsmasq[6495]: query[AAAA] cnn.com from 127.0.0.1
Oct 11 22:01:39 dnsmasq[6495]: forwarded cnn.com to 192.168.0.1
Oct 11 22:01:39 dnsmasq[6495]: reply cnn.com is NODATA-IPv6
Oct 11 22:01:39 dnsmasq[6495]: query[A] cnn.com from 127.0.0.1
Oct 11 22:01:39 dnsmasq[6495]: forwarded cnn.com to 192.168.0.1
Oct 11 22:01:39 dnsmasq[6495]: reply cnn.com is 157.166.226.26
Oct 11 22:01:39 dnsmasq[6495]: reply cnn.com is 157.166.226.25
Oct 11 22:01:39 dnsmasq[6495]: query[PTR] 26.226.166.157.in-addr.arpa from 
127.0.0.1
Oct 11 22:01:39 dnsmasq[6495]: forwarded 26.226.166.157.in-addr.arpa to 
192.168.0.1
Oct 11 22:01:39 dnsmasq[6495]: reply 157.166.226.26 is www.cnn.com
Oct 11 22:01:39 dnsmasq[6495]: query[PTR] 25.226.166.157.in-addr.arpa from 
127.0.0.1
Oct 11 22:01:39 dnsmasq[6495]: forwarded 25.226.166.157.in-addr.arpa to 
192.168.0.1
Oct 11 22:01:39 dnsmasq[6495]: reply 157.166.226.25 is www.cnn.com
Oct 11 22:04:09 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:04:09 dnsmasq[6495]: forwarded 0.pool.ntp.org to 8.8.8.8
Oct 11 22:04:09 dnsmasq[6495]: forwarded 0.pool.ntp.org to 192.168.0.1
Oct 11 22:04:10 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 22:04:10 dnsmasq[6495]: using nameserver 10.177.0.210#53
Oct 11 22:04:10 dnsmasq[6495]: using nameserver 10.177.0.34#53
Oct 11 22:04:10 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 22:04:10 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 22:04:10 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 22:06:08 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:06:08 dnsmasq[6495]: forwarded google.com to 10.177.0.34
Oct 11 22:06:08 dnsmasq[6495]: forwarded google.com to 10.177.0.210
Oct 11 22:06:09 dnsmasq[6495]: reply google.com is 2607:f8b0:4007:80b::200e
Oct 11 22:06:09 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:06:09 dnsmasq[6495]: forwarded google.com to 10.177.0.34
Oct 11 22:06:09 dnsmasq[6495]: reply google.com is 216.58.193.206
Oct 11 22:06:17 dnsmasq[6495]: query[AAAA] cisco.com from 127.0.0.1
Oct 11 22:06:17 dnsmasq[6495]: cached cisco.com is 2001:420:1101:1::a
Oct 11 22:06:17 dnsmasq[6495]: query[A] cisco.com from 127.0.0.1
Oct 11 22:06:17 dnsmasq[6495]: cached cisco.com is 72.163.4.161
Oct 11 22:06:25 dnsmasq[6495]: query[AAAA] ebay.com from 127.0.0.1
Oct 11 22:06:25 dnsmasq[6495]: forwarded ebay.com to 10.177.0.34
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is NODATA-IPv6
Oct 11 22:06:26 dnsmasq[6495]: query[A] ebay.com from 127.0.0.1
Oct 11 22:06:26 dnsmasq[6495]: forwarded ebay.com to 10.177.0.34
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.135.209.52
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.211.162.12
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.211.160.86
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.211.185.25
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.211.181.123
Oct 11 22:06:26 dnsmasq[6495]: reply ebay.com is 66.135.216.190
Oct 11 22:06:47 dnsmasq[6495]: query[AAAA] ebay.com from 127.0.0.1
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is NODATA-IPv6
Oct 11 22:06:47 dnsmasq[6495]: query[A] ebay.com from 127.0.0.1
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.135.216.190
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.211.181.123
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.211.185.25
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.211.160.86
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.211.162.12
Oct 11 22:06:47 dnsmasq[6495]: cached ebay.com is 66.135.209.52
Oct 11 22:06:47 dnsmasq[6495]: query[PTR] 190.216.135.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:47 dnsmasq[6495]: forwarded 190.216.135.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:47 dnsmasq[6495]: forwarded 190.216.135.66.in-addr.arpa to 
10.177.0.210
Oct 11 22:06:48 dnsmasq[6495]: reply 66.135.216.190 is pages.ebay.com
Oct 11 22:06:48 dnsmasq[6495]: query[PTR] 123.181.211.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:48 dnsmasq[6495]: forwarded 123.181.211.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:48 dnsmasq[6495]: reply 66.211.181.123 is ebay.com
Oct 11 22:06:48 dnsmasq[6495]: query[PTR] 25.185.211.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:48 dnsmasq[6495]: forwarded 25.185.211.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:48 dnsmasq[6495]: reply 66.211.185.25 is NXDOMAIN-IPv4
Oct 11 22:06:48 dnsmasq[6495]: query[PTR] 86.160.211.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:48 dnsmasq[6495]: forwarded 86.160.211.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:49 dnsmasq[6495]: reply 66.211.160.86 is ebay.com
Oct 11 22:06:49 dnsmasq[6495]: query[PTR] 12.162.211.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:49 dnsmasq[6495]: forwarded 12.162.211.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:49 dnsmasq[6495]: reply 66.211.162.12 is NXDOMAIN-IPv4
Oct 11 22:06:49 dnsmasq[6495]: query[PTR] 52.209.135.66.in-addr.arpa from 
127.0.0.1
Oct 11 22:06:49 dnsmasq[6495]: forwarded 52.209.135.66.in-addr.arpa to 
10.177.0.34
Oct 11 22:06:49 dnsmasq[6495]: reply 66.135.209.52 is ebay.com
Oct 11 22:08:52 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 22:08:52 dnsmasq[6495]: using nameserver 192.168.0.1#53
Oct 11 22:08:52 dnsmasq[6495]: using nameserver 8.8.8.8#53
Oct 11 22:08:52 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 22:08:52 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 22:08:52 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 22:08:53 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:08:53 dnsmasq[6495]: forwarded 0.pool.ntp.org to 8.8.8.8
Oct 11 22:08:53 dnsmasq[6495]: forwarded 0.pool.ntp.org to 192.168.0.1
Oct 11 22:08:53 dnsmasq[6495]: reply 0.pool.ntp.org is 171.66.97.126
Oct 11 22:08:53 dnsmasq[6495]: reply 0.pool.ntp.org is 67.18.187.111
Oct 11 22:08:53 dnsmasq[6495]: reply 0.pool.ntp.org is 129.6.15.29
Oct 11 22:08:53 dnsmasq[6495]: reply 0.pool.ntp.org is 50.16.201.39
Oct 11 22:09:03 dnsmasq[6495]: no servers found in /etc/resolv.conf, will retry
Oct 11 22:09:07 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 22:09:07 dnsmasq[6495]: using nameserver 192.168.0.1#53
Oct 11 22:09:07 dnsmasq[6495]: using nameserver 8.8.8.8#53
Oct 11 22:09:07 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 22:09:07 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 22:09:07 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 22:09:33 dnsmasq[6495]: no servers found in /etc/resolv.conf, will retry
Oct 11 22:09:33 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:09:33 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:09:33 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:09:33 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:09:33 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:09:33 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:11:44 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[A] qa.linksyssmartwifi.com from 127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[AAAA] qa.linksyssmartwifi.com from 
127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[A] qa.linksyssmartwifi.com from 127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[AAAA] qa.linksyssmartwifi.com from 
127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[A] qa.linksyssmartwifi.com from 127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[AAAA] qa.linksyssmartwifi.com from 
127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[A] qa.linksyssmartwifi.com from 127.0.0.1
Oct 11 22:20:01 dnsmasq[6495]: query[AAAA] qa.linksyssmartwifi.com from 
127.0.0.1
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:20:26 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:21:27 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 22:28:01 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:01 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:01 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 1.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 1.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 1.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 2.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 2.pool.ntp.org from 127.0.0.1
Oct 11 22:28:11 dnsmasq[6495]: query[A] 2.pool.ntp.org from 127.0.0.1
Oct 11 22:30:19 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:30:19 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] security.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] security.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[SRV] _http._tcp.us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[A] us.archive.ubuntu.com from 192.168.1.112
Oct 11 22:43:25 dnsmasq[6495]: query[AAAA] us.archive.ubuntu.com from 
192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:04:27 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:08:02 dnsmasq[6495]: reading /etc/resolv.conf
Oct 11 23:08:02 dnsmasq[6495]: using nameserver 192.168.0.1#53
Oct 11 23:08:02 dnsmasq[6495]: using nameserver 8.8.8.8#53
Oct 11 23:08:02 dnsmasq[6495]: ignoring nameserver 127.0.0.1 - local interface
Oct 11 23:08:02 dnsmasq[6495]: using standard nameservers for domain 
qa.linksyssmartwifi.com
Oct 11 23:08:02 dnsmasq[6495]: using standard nameservers for domain 
xmpp.qa.linksyssmartwifi.com
Oct 11 23:08:02 dnsmasq[6495]: query[A] qa.linksyssmartwifi.com from 127.0.0.1
Oct 11 23:08:02 dnsmasq[6495]: forwarded qa.linksyssmartwifi.com to 8.8.8.8
Oct 11 23:08:02 dnsmasq[6495]: forwarded qa.linksyssmartwifi.com to 192.168.0.1
Oct 11 23:08:02 dnsmasq[6495]: query[AAAA] qa.linksyssmartwifi.com from 
127.0.0.1
Oct 11 23:08:02 dnsmasq[6495]: forwarded qa.linksyssmartwifi.com to 8.8.8.8
Oct 11 23:08:02 dnsmasq[6495]: forwarded qa.linksyssmartwifi.com to 192.168.0.1
Oct 11 23:08:02 dnsmasq[6495]: reply qa.linksyssmartwifi.com is 50.18.106.205
Oct 11 23:08:02 dnsmasq[6495]: reply qa.linksyssmartwifi.com is NODATA-IPv6
Oct 11 23:20:42 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 23:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 8.8.8.8
Oct 11 23:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 11 23:20:42 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 23:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 11 23:20:42 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 11 23:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.191.71.231
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.68.114.20
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.43.181.49
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.34.183.103
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.148.163.250
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.27.92.252
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.89.48.161
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.38.179.134
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.191.71.231
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.68.114.20
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.43.181.49
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.34.183.103
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.148.163.250
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.27.92.252
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.89.48.161
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.38.179.134
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 11 23:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is NODATA-IPv6
Oct 11 23:28:01 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 11 23:28:01 dnsmasq[6495]: forwarded 0.pool.ntp.org to 8.8.8.8
Oct 11 23:28:01 dnsmasq[6495]: forwarded 0.pool.ntp.org to 192.168.0.1
Oct 11 23:28:01 dnsmasq[6495]: reply 0.pool.ntp.org is 199.102.46.75
Oct 11 23:28:01 dnsmasq[6495]: reply 0.pool.ntp.org is 74.120.8.2
Oct 11 23:28:01 dnsmasq[6495]: reply 0.pool.ntp.org is 97.107.128.58
Oct 11 23:28:01 dnsmasq[6495]: reply 0.pool.ntp.org is 129.250.35.250
Oct 11 23:38:35 dnsmasq[6495]: query[A] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:38:35 dnsmasq[6495]: forwarded ntp.ubuntu.com to 8.8.8.8
Oct 11 23:38:35 dnsmasq[6495]: forwarded ntp.ubuntu.com to 192.168.0.1
Oct 11 23:38:35 dnsmasq[6495]: query[AAAA] ntp.ubuntu.com from 192.168.1.112
Oct 11 23:38:35 dnsmasq[6495]: forwarded ntp.ubuntu.com to 192.168.0.1
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 91.189.94.4
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 91.189.89.198
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 91.189.89.199
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 91.189.91.157
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 2001:67c:1560:8003::c8
Oct 11 23:38:35 dnsmasq[6495]: reply ntp.ubuntu.com is 2001:67c:1560:8003::c7
Oct 11 23:48:16 dnsmasq[6495]: query[AAAA] google.com from 127.0.0.1
Oct 11 23:48:16 dnsmasq[6495]: forwarded google.com to 8.8.8.8
Oct 11 23:48:16 dnsmasq[6495]: forwarded google.com to 192.168.0.1
Oct 11 23:48:16 dnsmasq[6495]: reply google.com is 2607:f8b0:4000:80d::200e
Oct 11 23:48:16 dnsmasq[6495]: query[A] google.com from 127.0.0.1
Oct 11 23:48:16 dnsmasq[6495]: forwarded google.com to 192.168.0.1
Oct 11 23:48:16 dnsmasq[6495]: reply google.com is 216.58.194.142
Oct 12 00:20:42 dnsmasq[6495]: query[AAAA] shavar.services.mozilla.com from 
192.168.1.112
Oct 12 00:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 8.8.8.8
Oct 12 00:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 12 00:20:42 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 12 00:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 12 00:20:42 dnsmasq[6495]: query[A] shavar.services.mozilla.com from 
192.168.1.112
Oct 12 00:20:42 dnsmasq[6495]: forwarded shavar.services.mozilla.com to 
192.168.0.1
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is NODATA-IPv6
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.38.179.134
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.27.92.252
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.43.181.49
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.24.240.17
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.191.71.231
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.34.183.103
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.89.48.161
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.148.163.250
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.services.mozilla.com is <CNAME>
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.148.163.250
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.38.179.134
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.43.181.49
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.89.48.161
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.68.236.208
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 52.34.183.103
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.68.114.20
Oct 12 00:20:42 dnsmasq[6495]: reply shavar.prod.mozaws.net is 54.191.71.231
Oct 12 00:28:02 dnsmasq[6495]: query[A] 0.pool.ntp.org from 127.0.0.1
Oct 12 00:28:02 dnsmasq[6495]: forwarded 0.pool.ntp.org to 8.8.8.8
Oct 12 00:28:02 dnsmasq[6495]: forwarded 0.pool.ntp.org to 192.168.0.1
Oct 12 00:28:02 dnsmasq[6495]: reply 0.pool.ntp.org is 199.102.46.75
Oct 12 00:28:02 dnsmasq[6495]: reply 0.pool.ntp.org is 74.120.8.2
Oct 12 00:28:02 dnsmasq[6495]: reply 0.pool.ntp.org is 97.107.128.58
Oct 12 00:28:02 dnsmasq[6495]: reply 0.pool.ntp.org is 129.250.35.250
/tmp/var/log # 
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to