Advertisement
Guest User

Untitled

a guest
Sep 4th, 2018
2,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.87 KB | None | 0 0
  1. This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
  2.  
  3. The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.
  4.  
  5. NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.
  6.  
  7. *** [ INITIALIZING ]
  8. [i] 2018-09-04:18:39:43 debug log has been initialized.
  9.  
  10. *** [ INITIALIZING ] Sourcing setup variables
  11. [i] Sourcing /etc/pihole/setupVars.conf...
  12.  
  13. *** [ DIAGNOSING ]: Core version
  14. [i] Core: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.0-0-gddbdb51
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v4.0-0-gaf8c926
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v4.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: dnsmasq version
  27. [i] 340:
  28.  
  29. *** [ DIAGNOSING ]: lighttpd version
  30. [i] 1.4.35
  31.  
  32. *** [ DIAGNOSING ]: php version
  33. [i] 5.6.36
  34.  
  35. *** [ DIAGNOSING ]: Operating system
  36. [✓] Raspbian GNU/Linux 8 (jessie)
  37.  
  38. *** [ DIAGNOSING ]: SELinux
  39. [i] SELinux not detected
  40.  
  41. *** [ DIAGNOSING ]: Processor
  42. [✓] armv7l
  43.  
  44. *** [ DIAGNOSING ]: Networking
  45. [✓] IPv4 address(es) bound to the wlan0 interface:
  46. 192.168.86.34/24 matches the IP found in /etc/pihole/setupVars.conf
  47.  
  48. [✓] IPv6 address(es) bound to the wlan0 interface:
  49. fd4f:60ba:2372:1:d3c5:caad:6819:1861 matches the IP found in /etc/pihole/setupVars.conf
  50. fe80::f4dc:8db8:cf9:75e7 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
  51.  
  52. ^ Please note that you may have more than one IP address listed.
  53. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  54.  
  55. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  56.  
  57. [i] Default IPv4 gateway: 192.168.86.1
  58. * Pinging 192.168.86.1...
  59. [✓] Gateway responded.
  60.  
  61. *** [ DIAGNOSING ]: Ports in use
  62. *:5900 vncserver- (IPv6)
  63. *:5900 vncserver- (IPv4)
  64. *:22 sshd (IPv4)
  65. *:22 sshd (IPv6)
  66. *:80 lighttpd (IPv4)
  67. *:80 lighttpd (IPv6)
  68. *:6881 qbittorren (IPv4)
  69. *:6881 qbittorren (IPv6)
  70. *:8083 qbittorren (IPv4)
  71. *:53 pihole-FTL (IPv4)
  72. *:53 pihole-FTL (IPv6)
  73. 127.0.0.1:4711 pihole-FTL (IPv4)
  74. [::1]:4711 pihole-FTL (IPv6)
  75. 127.0.0.1:7015 openvpn (IPv4)
  76.  
  77. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  78. [✓] itx5-secure.smartadserver.com is 0.0.0.0 via localhost (127.0.0.1)
  79. [✓] itx5-secure.smartadserver.com is 0.0.0.0 via Pi-hole (192.168.86.34)
  80. [✗] Failed to resolve doubleclick.com via a remote, public DNS server (8.8.8.8)
  81.  
  82. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  83. [✓] dintextile.dingroup.com.pk is :: via localhost (::1)
  84. [✓] dintextile.dingroup.com.pk is :: via Pi-hole (fd4f:60ba:2372:1:d3c5:caad:6819:1861)
  85. [✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
  86.  
  87. *** [ DIAGNOSING ]: Pi-hole processes
  88. [✗] dnsmasq daemon is unknown
  89. [✓] lighttpd daemon is active
  90. [✓] pihole-FTL daemon is active
  91.  
  92. *** [ DIAGNOSING ]: Setup variables
  93. PIHOLE_INTERFACE=wlan0
  94. IPV4_ADDRESS=192.168.86.34/24
  95. IPV6_ADDRESS=fd4f:60ba:2372:1:d3c5:caad:6819:1861
  96. QUERY_LOGGING=true
  97. INSTALL_WEB_SERVER=true
  98. INSTALL_WEB_INTERFACE=true
  99. LIGHTTPD_ENABLED=true
  100. DNSMASQ_LISTENING=single
  101. PIHOLE_DNS_1=87.98.175.85#53
  102. PIHOLE_DNS_2=193.183.98.66#53
  103. DNS_FQDN_REQUIRED=true
  104. DNS_BOGUS_PRIV=true
  105. DNSSEC=false
  106. CONDITIONAL_FORWARDING=false
  107.  
  108. *** [ DIAGNOSING ]: Dashboard and block page
  109. [✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  110. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  111.  
  112. *** [ DIAGNOSING ]: Gravity list
  113. -rw-r--r-- 1 root root 4208296 Sep 2 11:14 /etc/pihole/gravity.list
  114. -----head of gravity.list------
  115. "c.smartclick.net
  116. -rotation.de
  117. -traffic.com
  118. .st0{fill
  119.  
  120. -----tail of gravity.list------
  121. zzz.clickbank.net
  122. zzzezeroe.fr
  123. zzzpooeaz-france.com
  124. zzzrtrcm2.com
  125.  
  126. *** [ DIAGNOSING ]: contents of /etc/pihole
  127.  
  128. -rw-r--r-- 1 root root 997 Sep 2 11:13 /etc/pihole/adlists.list
  129. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  130. https://mirror1.malwaredomains.com/files/justdomains
  131. http://sysctl.org/cameleon/hosts
  132. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  133. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  134. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  135. https://hosts-file.net/ad_servers.txt
  136. https://adaway.org/hosts.txt
  137. https://v.firebog.net/hosts/AdguardDNS.txt
  138. https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
  139. https://v.firebog.net/hosts/Easylist.txt
  140. https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts;showintro=0
  141. https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts
  142. https://raw.githubusercontent.com/CHEF-KOCH/CKs-FilterList/master/HOSTS/CK's-Spotify-HOSTS-FilterList.txt
  143. https://raw.githubusercontent.com/HenningVanRaumle/pihole-ytadblock/master/ytadblock.txt
  144. https://github.com/anudeepND/youtubeadsblacklist/blob/master/domainlist.txt
  145.  
  146. -rw-r--r-- 1 root root 150 Sep 3 17:46 /etc/pihole/blacklist.txt
  147. cdn.ss.anno.channel4.com
  148. toots-a.akamaihd.net
  149. ic.channel4.com
  150. secure.channel4.com.edgekey.net
  151. e7556.g.akamaiedge.net
  152. zwyr157wwiu6eior.com
  153. tom.itv.com
  154.  
  155. -rw-r--r-- 1 root root 142 Sep 2 11:14 /etc/pihole/local.list
  156. 192.168.86.34 raspberrypi
  157. fd4f:60ba:2372:1:d3c5:caad:6819:1861 raspberrypi
  158. 192.168.86.34 pi.hole
  159. fd4f:60ba:2372:1:d3c5:caad:6819:1861 pi.hole
  160.  
  161. -rw-r--r-- 1 root root 234 Sep 1 19:38 /etc/pihole/logrotate
  162. /var/log/pihole.log {
  163. su root root
  164. daily
  165. copytruncate
  166. rotate 5
  167. compress
  168. delaycompress
  169. notifempty
  170. nomail
  171. }
  172. /var/log/pihole-FTL.log {
  173. su root root
  174. weekly
  175. copytruncate
  176. rotate 3
  177. compress
  178. delaycompress
  179. notifempty
  180. nomail
  181. }
  182.  
  183. -rw-r--r-- 1 root root 59 Sep 2 09:12 /etc/pihole/whitelist.txt
  184. netflix.com
  185. alluremedia.com.au
  186. tomshardware.com
  187. github.com
  188.  
  189. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  190.  
  191. -rw-r--r-- 1 root root 1551 Sep 2 09:24 /etc/dnsmasq.d/01-pihole.conf
  192. addn-hosts=/etc/pihole/gravity.list
  193. addn-hosts=/etc/pihole/black.list
  194. addn-hosts=/etc/pihole/local.list
  195. localise-queries
  196. no-resolv
  197. cache-size=10000
  198. log-queries=extra
  199. log-facility=/var/log/pihole.log
  200. local-ttl=2
  201. log-async
  202. server=87.98.175.85
  203. server=193.183.98.66
  204. domain-needed
  205. bogus-priv
  206. interface=wlan0
  207.  
  208. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  209.  
  210. -rw-r--r-- 1 root root 3027 Sep 1 19:38 /etc/lighttpd/lighttpd.conf
  211. server.modules = (
  212. "mod_access",
  213. "mod_accesslog",
  214. "mod_auth",
  215. "mod_expire",
  216. "mod_compress",
  217. "mod_redirect",
  218. "mod_setenv",
  219. "mod_rewrite"
  220. )
  221. server.document-root = "/var/www/html"
  222. server.error-handler-404 = "pihole/index.php"
  223. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  224. server.errorlog = "/var/log/lighttpd/error.log"
  225. server.pid-file = "/var/run/lighttpd.pid"
  226. server.username = "www-data"
  227. server.groupname = "www-data"
  228. server.port = 80
  229. accesslog.filename = "/var/log/lighttpd/access.log"
  230. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  231. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  232. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  233. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  234. compress.cache-dir = "/var/cache/lighttpd/compress/"
  235. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  236. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  237. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  238. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  239. ' 2>/dev/null"
  240. $HTTP["url"] =~ "^/admin/" {
  241.  
  242. setenv.add-response-header = (
  243. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  244. "X-Frame-Options" => "DENY"
  245. )
  246. $HTTP["url"] =~ ".ttf$" {
  247.  
  248. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  249. }
  250. }
  251. $HTTP["url"] =~ "^/admin/\.(.*)" {
  252. url.access-deny = ("")
  253. }
  254. include_shell "cat external.conf 2>/dev/null"
  255.  
  256. *** [ DIAGNOSING ]: contents of /etc/cron.d
  257.  
  258. -rw-r--r-- 1 root root 1496 Sep 1 19:38 /etc/cron.d/pihole
  259. 38 4 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
  260. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  261. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  262. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  263. 31 13 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  264. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  265.  
  266. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  267.  
  268. -rw-r--r-- 1 www-data www-data 2771 Sep 4 12:09 /var/log/lighttpd/error.log
  269. 2018-09-01 19:38:34: (log.c.164) server started
  270. 2018-09-01 19:39:32: (server.c.1558) server stopped by UID = 0 PID = 1
  271. 2018-09-01 19:39:33: (log.c.164) server started
  272. 2018-09-01 19:39:33: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  273. 2018-09-01 20:13:44: (server.c.1558) server stopped by UID = 0 PID = 1
  274. 2018-09-01 20:13:52: (log.c.164) server started
  275. 2018-09-01 20:13:52: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  276. 2018-09-01 20:26:23: (server.c.1558) server stopped by UID = 0 PID = 1
  277. 2018-09-01 20:26:39: (log.c.164) server started
  278. 2018-09-01 20:26:39: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  279. 2018-09-01 20:51:34: (server.c.1558) server stopped by UID = 0 PID = 1
  280. 2018-09-01 20:51:52: (log.c.164) server started
  281. 2018-09-01 20:51:52: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  282. 2018-09-01 20:56:45: (server.c.1558) server stopped by UID = 0 PID = 1
  283. 2018-09-01 20:56:50: (log.c.164) server started
  284. 2018-09-01 20:56:50: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  285. 2018-09-01 21:11:52: (server.c.1558) server stopped by UID = 0 PID = 1
  286. 2018-09-01 21:11:58: (log.c.164) server started
  287. 2018-09-01 21:11:58: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  288. 2018-09-01 21:28:02: (Used is not a valid domain
  289. 2018-09-02 11:09:44: (mod_fastcgi.c.3094) connection was dropped after accept() (perhaps the fastcgi process died), write-offset: 0 socket: unix:/var/run/lighttpd/php.socket-0
  290. 2018-09-02 11:16:05: (server.c.1558) server stopped by UID = 0 PID = 1
  291. 2018-09-02 11:16:31: (log.c.164) server started
  292. 2018-09-02 11:16:31: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  293. 2018-09-02 19:05:58: (server.c.1558) server stopped by UID = 0 PID = 1
  294.  
  295. *** [ DIAGNOSING ]: contents of /var/log
  296.  
  297. -rw-r--r-- 1 pihole pihole 7042 Sep 4 17:52 /var/log/pihole-FTL.log
  298. -----head of pihole-FTL.log------
  299. [2018-09-04 04:20:04.652] Notice: Increasing overTime struct size from 200 to 300
  300. [2018-09-04 09:29:49.195] IPv4 telnet error: Interrupted system call (4)
  301. [2018-09-04 09:30:10.891] ########## FTL started! ##########
  302. [2018-09-04 09:30:10.894] FTL branch:
  303. [2018-09-04 09:30:10.894] FTL version: v4.0
  304. [2018-09-04 09:30:10.894] FTL commit: 8493df4
  305. [2018-09-04 09:30:10.894] FTL date: 2018-08-05 13:40:30 -0700
  306. [2018-09-04 09:30:10.894] FTL user: pihole
  307. [2018-09-04 09:30:10.896] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  308. [2018-09-04 09:30:10.896] SOCKET_LISTENING: only local
  309. [2018-09-04 09:30:10.896] AAAA_QUERY_ANALYSIS: Show AAAA queries
  310. [2018-09-04 09:30:10.896] MAXDBDAYS: max age for stored queries is 365 days
  311. [2018-09-04 09:30:10.896] RESOLVE_IPV6: Resolve IPv6 addresses
  312. [2018-09-04 09:30:10.896] RESOLVE_IPV4: Resolve IPv4 addresses
  313. [2018-09-04 09:30:10.896] DBINTERVAL: saving to DB file every minute
  314. [2018-09-04 09:30:10.896] DBFILE: Using /etc/pihole/pihole-FTL.db
  315. [2018-09-04 09:30:10.896] MAXLOGAGE: Importing up to 24.0 hours of log data
  316. [2018-09-04 09:30:10.896] PRIVACYLEVEL: Set to 0
  317. [2018-09-04 09:30:10.896] IGNORE_LOCALHOST: Show queries from localhost
  318. [2018-09-04 09:30:10.896] BLOCKINGMODE: Null IPs for blocked domains
  319. [2018-09-04 09:30:10.896] REGEX_DEBUGMODE: Inactive
  320. [2018-09-04 09:30:10.896] Finished config file parsing
  321. [2018-09-04 09:30:10.897] Compiled 0 Regex filters and 4 whitelisted domains in 0.7 msec (0 errors)
  322. [2018-09-04 09:30:10.923] Database successfully initialized
  323. [2018-09-04 09:30:10.937] Notice: Increasing queries struct size from 0 to 10000
  324. [2018-09-04 09:30:10.937] Notice: Increasing domains struct size from 0 to 1000
  325. [2018-09-04 09:30:10.937] Notice: Increasing clients struct size from 0 to 10
  326. [2018-09-04 09:30:10.937] New forward server: 87.98.175.85 (0/0)
  327. [2018-09-04 09:30:10.937] Notice: Increasing forwarded struct size from 0 to 4
  328. [2018-09-04 09:30:10.937] Notice: Increasing overTime struct size from 0 to 100
  329. [2018-09-04 09:30:10.938] New forward server: 193.183.98.66 (1/4)
  330. [2018-09-04 09:30:11.034] Notice: Increasing queries struct size from 10000 to 20000
  331. [2018-09-04 09:30:11.035] Notice: Increasing domains struct size from 1000 to 2000
  332. [2018-09-04 09:30:11.095] Notice: Increasing overTime struct size from 100 to 200
  333. [2018-09-04 09:30:11.143] Imported 19892 queries from the long-term database
  334.  
  335. -----tail of pihole-FTL.log------
  336. [2018-09-04 12:09:49.855] IGNORE_LOCALHOST: Show queries from localhost
  337. [2018-09-04 12:09:49.855] BLOCKINGMODE: Null IPs for blocked domains
  338. [2018-09-04 12:09:49.855] REGEX_DEBUGMODE: Inactive
  339. [2018-09-04 12:09:49.855] Finished config file parsing
  340. [2018-09-04 12:09:49.856] Compiled 0 Regex filters and 4 whitelisted domains in 0.8 msec (0 errors)
  341. [2018-09-04 12:09:49.883] Database successfully initialized
  342. [2018-09-04 12:09:49.898] Notice: Increasing queries struct size from 0 to 10000
  343. [2018-09-04 12:09:49.898] Notice: Increasing domains struct size from 0 to 1000
  344. [2018-09-04 12:09:49.898] Notice: Increasing clients struct size from 0 to 10
  345. [2018-09-04 12:09:49.898] Notice: Increasing overTime struct size from 0 to 100
  346. [2018-09-04 12:09:49.898] New forward server: 87.98.175.85 (0/0)
  347. [2018-09-04 12:09:49.899] Notice: Increasing forwarded struct size from 0 to 4
  348. [2018-09-04 12:09:49.900] New forward server: 193.183.98.66 (1/4)
  349. [2018-09-04 12:09:50.023] Notice: Increasing queries struct size from 10000 to 20000
  350. [2018-09-04 12:09:50.029] Notice: Increasing domains struct size from 1000 to 2000
  351. [2018-09-04 12:09:50.059] Notice: Increasing overTime struct size from 100 to 200
  352. [2018-09-04 12:09:50.131] Notice: Increasing queries struct size from 20000 to 30000
  353. [2018-09-04 12:09:50.172] Imported 23018 queries from the long-term database
  354. [2018-09-04 12:09:50.173] -> Total DNS queries: 23018
  355. [2018-09-04 12:09:50.173] -> Cached DNS queries: 5552
  356. [2018-09-04 12:09:50.173] -> Forwarded DNS queries: 14727
  357. [2018-09-04 12:09:50.173] -> Exactly blocked DNS queries: 2739
  358. [2018-09-04 12:09:50.173] -> Unknown DNS queries: 0
  359. [2018-09-04 12:09:50.173] -> Unique domains: 1331
  360. [2018-09-04 12:09:50.173] -> Unique clients: 2
  361. [2018-09-04 12:09:50.173] -> Known forward destinations: 2
  362. [2018-09-04 12:09:50.173] Successfully accessed setupVars.conf
  363. [2018-09-04 12:09:50.205] PID of FTL process: 1111
  364. [2018-09-04 12:09:50.206] Listening on port 4711 for incoming IPv4 telnet connections
  365. [2018-09-04 12:09:50.206] Listening on port 4711 for incoming IPv6 telnet connections
  366. [2018-09-04 12:09:50.206] Listening on Unix socket
  367. [2018-09-04 12:09:50.212] Compiled 0 Regex filters and 4 whitelisted domains in 0.1 msec (0 errors)
  368. [2018-09-04 12:09:50.214] /etc/pihole/black.list: parsed 7 domains (took 0.1 ms)
  369. [2018-09-04 12:09:51.510] /etc/pihole/gravity.list: parsed 185670 domains (took 1294.7 ms)
  370. [2018-09-04 17:52:56.287] Notice: Increasing queries struct size from 30000 to 40000
  371.  
  372. *** [ DIAGNOSING ]: Locale
  373. LANG=en_GB.UTF-8
  374. LANGUAGE=
  375. LC_CTYPE="en_GB.UTF-8"
  376. LC_NUMERIC="en_GB.UTF-8"
  377. LC_TIME="en_GB.UTF-8"
  378. LC_COLLATE="en_GB.UTF-8"
  379. LC_MONETARY="en_GB.UTF-8"
  380. LC_MESSAGES="en_GB.UTF-8"
  381. LC_PAPER="en_GB.UTF-8"
  382. LC_NAME="en_GB.UTF-8"
  383. LC_ADDRESS="en_GB.UTF-8"
  384. LC_TELEPHONE="en_GB.UTF-8"
  385. LC_MEASUREMENT="en_GB.UTF-8"
  386. LC_IDENTIFICATION="en_GB.UTF-8"
  387. LC_ALL=
  388.  
  389. *** [ DIAGNOSING ]: Pi-hole log
  390. -rw-r--r-- 1 pihole pihole 12555392 Sep 4 18:41 /var/log/pihole.log
  391. -----head of pihole.log------
  392. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 query[A] ps-813.pubnub.com from 192.168.86.1
  393. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 cached ps-813.pubnub.com is <CNAME>
  394. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 forwarded ps-813.pubnub.com to 87.98.175.85
  395. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 reply ps-813.pubnub.com is <CNAME>
  396. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 reply ps-alb.pubnub.net is 52.58.61.46
  397. Sep 4 00:00:13 dnsmasq[1120]: 2993 192.168.86.1/54803 reply ps-alb.pubnub.net is 54.93.225.161
  398. Sep 4 00:01:15 dnsmasq[1120]: 2994 192.168.86.1/55717 query[A] logsink.devices.nest.com from 192.168.86.1
  399. Sep 4 00:01:15 dnsmasq[1120]: 2994 192.168.86.1/55717 forwarded logsink.devices.nest.com to 87.98.175.85
  400. Sep 4 00:01:15 dnsmasq[1120]: 2994 192.168.86.1/55717 reply logsink.devices.nest.com is 35.190.54.210
  401. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 query[A] www.wd2go.com from 192.168.86.1
  402. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 cached www.wd2go.com is <CNAME>
  403. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 forwarded www.wd2go.com to 87.98.175.85
  404. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply www.wd2go.com is <CNAME>
  405. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 54.191.112.42
  406. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 52.10.198.192
  407. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 52.41.243.223
  408. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 52.43.125.226
  409. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 35.167.90.98
  410. Sep 4 00:02:21 dnsmasq[1120]: 2995 192.168.86.1/38059 reply CORE-CSLoadBalance-179GSFINONZMG-751562920.us-west-2.elb.amazonaws.com is 52.42.237.173
  411. Sep 4 00:02:21 dnsmasq[1120]: 2996 192.168.86.1/55099 query[A] www.wd2go.com from 192.168.86.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement