Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1.  
  2. ---= Detecting Installed Package Versions:
  3.  
  4. Pi-hole: v3.1.4 (master:v3.1.4-0-gb0ecedd)
  5. Pi-hole Dashboard: v3.1 (master:v3.1-0-gf204b71)
  6. lighttpd/1.4.35
  7. PHP 5.6.30-0+deb8u1 (cli) (built: Apr 14 2017 16:20:58)
  8.  
  9. ---= Detecting existence of /etc/pihole/setupVars.conf:
  10.  
  11. PIHOLE_INTERFACE=eth0
  12. IPV4_ADDRESS=192.168.0.100/24
  13. IPV6_ADDRESS=
  14. QUERY_LOGGING=true
  15. INSTALL_WEB=true
  16. DNSMASQ_LISTENING=single
  17. PIHOLE_DNS_1=8.8.8.8
  18. PIHOLE_DNS_2=8.8.4.4
  19. DNS_FQDN_REQUIRED=true
  20. DNS_BOGUS_PRIV=true
  21. DNSSEC=false
  22.  
  23.  
  24. ---= Detecting installed OS Distribution
  25.  
  26. PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
  27. NAME="Raspbian GNU/Linux"
  28. VERSION_ID="8"
  29. VERSION="8 (jessie)"
  30. ID=raspbian
  31. ID_LIKE=debian
  32. HOME_URL="http://www.raspbian.org/"
  33. SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
  34. BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
  35.  
  36. ---= Checking processor variety
  37.  
  38. armv7l
  39.  
  40. ---= Checking IPv6 Stack
  41.  
  42. IPv6 on eth0
  43. Gravity configured for: NOT CONFIGURED
  44. ----
  45. fe80::8c:3f10:d7c:9647/64
  46. No gateway detected.
  47.  
  48. ---= Checking IPv4 Stack
  49.  
  50. IPv4 on eth0
  51. Gravity configured for: 192.168.0.100/24
  52. ----
  53. 192.168.0.100/24
  54. Gateway responded.
  55. --- 192.168.0.1 ping statistics ---
  56. 3 packets transmitted, 3 received, 0% packet loss, time 2105ms
  57. rtt min/avg/max/mdev = 0.451/0.497/0.553/0.042 ms
  58. Query responded.
  59. --- 8.8.8.8 ping statistics ---
  60. 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
  61. rtt min/avg/max/mdev = 20.594/20.807/21.225/0.317 ms
  62.  
  63. ---= Daemon Process Information
  64.  
  65. Found user www-data with process lighttpd
  66.  
  67. ---= Daemon Process Information
  68.  
  69. Found user dnsmasq with process dnsmasq
  70.  
  71. ---= Daemon Process Information
  72.  
  73. Found user pihole with process pihole-FTL
  74.  
  75. ---= Processes Check
  76.  
  77. Status for lighttpd daemon:
  78. active
  79. Status for dnsmasq daemon:
  80. active
  81. Status for pihole-FTL daemon:
  82. active
  83.  
  84.  
  85. ---= Resolver Functions Check (IPv4)
  86.  
  87. Resolution of lp.jeux-lk.com from Pi-hole (127.0.0.1):
  88. 192.168.0.100
  89.  
  90. Resolution of lp.jeux-lk.com from Pi-hole (192.168.0.100):
  91. 192.168.0.100
  92.  
  93. Resolution of lp.jeux-lk.com from 8.8.8.8:
  94. NXDOMAIN
  95.  
  96. Pi-hole dnsmasq specific records lookups
  97. Cache Size:
  98. "10000"
  99. Upstream Servers:
  100. "8.8.4.4#53 76 1" "8.8.8.8#53 64 0"
  101.  
  102.  
  103. ---= Detecting existence of /etc/lighttpd/lighttpd.conf:
  104.  
  105. server.modules = (
  106. "mod_access",
  107. "mod_accesslog",
  108. "mod_auth",
  109. "mod_expire",
  110. "mod_compress",
  111. "mod_redirect",
  112. "mod_setenv",
  113. "mod_rewrite"
  114. )
  115. server.document-root = "/var/www/html"
  116. server.error-handler-404 = "pihole/index.php"
  117. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  118. server.errorlog = "/var/log/lighttpd/error.log"
  119. server.pid-file = "/var/run/lighttpd.pid"
  120. server.username = "www-data"
  121. server.groupname = "www-data"
  122. server.port = 80
  123. accesslog.filename = "/var/log/lighttpd/access.log"
  124. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  125. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  126. url.access-deny = ( "~", ".inc" )
  127. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  128. compress.cache-dir = "/var/cache/lighttpd/compress/"
  129. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  130. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  131. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  132. include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
  133. $HTTP["url"] =~ "^/admin/" {
  134. setenv.add-response-header = (
  135. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  136. "X-Frame-Options" => "DENY"
  137. )
  138. }
  139. url.rewrite = ( "^(?!/admin/).*\.js$" => "pihole/index.js" )
  140. $HTTP["url"] =~ "^(?!/admin)/.*" {
  141. setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
  142. }
  143. $HTTP["host"] == "pi.hole" {
  144. $HTTP["url"] == "/" {
  145. url.redirect = ( "" => "/admin/" )
  146. }
  147. }
  148. include_shell "cat external.conf 2>/dev/null"
  149.  
  150.  
  151. ---= Detecting existence of /var/log/lighttpd/error.log:
  152.  
  153. 2017-07-20 00:24:55: (log.c.164) server started
  154. 2017-07-20 00:25:49: (server.c.1558) server stopped by UID = 0 PID = 1
  155. 2017-07-20 00:25:49: (log.c.164) server started
  156. 2017-07-20 00:25:49: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  157. 2017-07-20 00:26:25: (mod_fastcgi.c.2702) FastCGI-stderr: PHP Notice: Undefined variable: timestamp in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 79
  158. 2017-07-20 00:18:58: (log.c.164) server started
  159. 2017-07-20 00:18:58: (server.c.1045) WARNING: unknown config-key: alias.url (ignored)
  160.  
  161.  
  162. ---= Detecting existence of /etc/dnsmasq.conf:
  163.  
  164. conf-dir=/etc/dnsmasq.d
  165.  
  166.  
  167. ---= Detecting contents of /etc/dnsmasq.d/*:
  168.  
  169.  
  170. ---= File /etc/dnsmasq.d/01-pihole.conf found
  171.  
  172. addn-hosts=/etc/pihole/gravity.list
  173. addn-hosts=/etc/pihole/local.list
  174. addn-hosts=/etc/pihole/black.list
  175. localise-queries
  176. no-resolv
  177. cache-size=10000
  178. log-queries
  179. log-facility=/var/log/pihole.log
  180. local-ttl=300
  181. log-async
  182. server=8.8.8.8
  183. server=8.8.4.4
  184. domain-needed
  185. bogus-priv
  186. interface=eth0
  187.  
  188.  
  189. ---= File /etc/dnsmasq.d/README found
  190.  
  191.  
  192.  
  193. ---= Detecting existence of /etc/pihole/whitelist.txt:
  194.  
  195. raw.githubusercontent.com
  196. mirror1.malwaredomains.com
  197. sysctl.org
  198. zeustracker.abuse.ch
  199. s3.amazonaws.com
  200. hosts-file.net
  201.  
  202.  
  203. ---= Detecting existence of /etc/pihole/blacklist.txt:
  204.  
  205. /etc/pihole/blacklist.txt not found!
  206.  
  207. ---= Detecting existence of /etc/pihole/adlists.list:
  208.  
  209. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  210. https://mirror1.malwaredomains.com/files/justdomains
  211. http://sysctl.org/cameleon/hosts
  212. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  213. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  214. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  215. https://hosts-file.net/ad_servers.txt
  216.  
  217.  
  218. ---= Analyzing gravity.list
  219.  
  220. /etc/pihole/gravity.list is 112533 lines long.
  221.  
  222. ---= Analyzing pihole.log
  223.  
  224. /var/log/pihole.log is 160788 lines long.
  225. /var/log/pihole.log is 12M.
  226.  
  227. ---= Analyzing pihole-FTL.log
  228.  
  229. /var/log/pihole-FTL.log is 120 lines long.
  230. /var/log/pihole-FTL.log is 8.0K.
  231. [2017-07-20 00:18:58.199] Notice: Increasing forwarded struct size from 0 to 4 (323.37 KB)
  232. [2017-07-20 00:18:58.215] New forward server: 8.8.4.4 (0/4)
  233. [2017-07-20 00:18:58.215] Notice: Increasing domains struct size from 0 to 1000 (343.38 KB)
  234. [2017-07-20 00:18:58.215] Notice: Increasing clients struct size from 0 to 10 (343.56 KB)
  235. [2017-07-20 00:18:58.216] New client: 127.0.0.1 localhost (0/10)
  236. [2017-07-20 00:18:58.217] New forward server: 8.8.8.8 (1/4)
  237. [2017-07-20 00:18:58.223] New client: 192.168.0.114 (1/10)
  238. [2017-07-20 00:18:58.232] New client: 192.168.0.1 (2/10)
  239. [2017-07-20 00:18:58.234] New client: 192.222.215.169 (3/10)
  240. [2017-07-20 00:18:58.407] Finished initial log file parsing
  241. [2017-07-20 00:18:58.407] -> Total DNS queries: 738
  242. [2017-07-20 00:18:58.407] -> Cached DNS queries: 181
  243. [2017-07-20 00:18:58.408] -> Blocked DNS queries: 102
  244. [2017-07-20 00:18:58.408] -> Unknown DNS queries: 0
  245. [2017-07-20 00:18:58.408] -> Unique domains: 408
  246. [2017-07-20 00:18:58.408] -> Unique clients: 4
  247. [2017-07-20 00:18:58.409] Successfully accessed setupVars.conf
  248. [2017-07-20 00:18:58.417] Listening on port 4711 for incoming connections
  249. [2017-07-20 00:18:58.610] dnsmasq process restarted
  250. [2017-07-20 00:18:59.063] Gravity list entries: 112532
  251. [2017-07-20 00:18:59.063] No blacklist present
  252. [2017-07-20 00:18:59.063] No wildcard blocking list present
  253. [2017-07-20 03:11:35.154] Notice: Increasing domains struct size from 1000 to 2000 (388.23 KB)
  254. [2017-07-20 08:44:05.638] Notice: Increasing queries struct size from 10000 to 20000 (711.25 KB)
  255. [2017-07-20 13:54:55.987] Notice: Skipping malformated log line (domain end missing): Jul 20 13:54:55 dnsmasq[661]: query[A] www.googl
  256. [2017-07-20 16:29:38.862] Notice: Increasing queries struct size from 20000 to 30000 (1.04 MB)
  257. [2017-07-20 16:40:00.924] Notice: Increasing overTime struct size from 100 to 200 (1.05 MB)
  258. [2017-07-20 18:45:39.879] dnsmasq process restarted
  259. [2017-07-20 18:45:40.289] Gravity list entries: 112532
  260. [2017-07-20 18:45:40.289] No blacklist present
  261. [2017-07-20 18:45:40.289] No wildcard blocking list present
  262. [2017-07-20 18:49:21.581] dnsmasq process restarted
  263. [2017-07-20 18:49:22.011] Gravity list entries: 112532
  264. [2017-07-20 18:49:22.011] No blacklist present
  265. [2017-07-20 18:49:22.011] No wildcard blocking list present
  266. [2017-07-20 18:50:39.752] dnsmasq process restarted
  267. [2017-07-20 18:50:40.176] Gravity list entries: 112532
  268. [2017-07-20 18:50:40.176] No blacklist present
  269. [2017-07-20 18:50:40.176] No wildcard blocking list present
  270. [2017-07-20 18:55:55.691] dnsmasq process restarted
  271. [2017-07-20 18:55:56.130] Gravity list entries: 112532
  272. [2017-07-20 18:55:56.131] No blacklist present
  273. [2017-07-20 18:55:56.131] No wildcard blocking list present
  274. [2017-07-20 18:56:12.562] New forward server: 192.168.0.1 (2/4)
  275. [2017-07-20 19:01:16.659] Notice: Increasing queries struct size from 30000 to 40000 (1.37 MB)
  276. [2017-07-20 19:02:17.186] dnsmasq process restarted
  277. [2017-07-20 19:02:17.632] Gravity list entries: 112532
  278. [2017-07-20 19:02:17.632] No blacklist present
  279. [2017-07-20 19:02:17.633] No wildcard blocking list present
  280. [2017-07-20 19:03:27.979] New client: 192.168.0.100 raspberrypi (4/10)
  281.  
  282. ---= pihole.log
  283.  
  284. Jul 20 19:09:39 dnsmasq[14736]: query[A] http-download.intuit.com from 192.222.215.169
  285. Jul 20 19:09:39 dnsmasq[14736]: forwarded http-download.intuit.com to 8.8.4.4
  286. Jul 20 19:09:39 dnsmasq[14736]: forwarded http-download.intuit.com to 8.8.8.8
  287. Jul 20 19:09:39 dnsmasq[14736]: reply http-download.intuit.com is <CNAME>
  288. Jul 20 19:09:39 dnsmasq[14736]: reply http-download.intuit.com.edgekey.net is <CNAME>
  289. Jul 20 19:09:39 dnsmasq[14736]: reply e4424.g.akamaiedge.net is 23.46.62.81
  290. Jul 20 19:09:43 dnsmasq[14736]: query[A] www.googleapis.com from 192.222.215.169
  291. Jul 20 19:09:43 dnsmasq[14736]: cached www.googleapis.com is <CNAME>
  292. Jul 20 19:09:43 dnsmasq[14736]: forwarded www.googleapis.com to 8.8.4.4
  293. Jul 20 19:09:44 dnsmasq[14736]: reply www.googleapis.com is <CNAME>
  294. Jul 20 19:09:44 dnsmasq[14736]: reply googleapis.l.google.com is 172.217.0.234
  295. Jul 20 19:09:44 dnsmasq[14736]: reply googleapis.l.google.com is 172.217.1.170
  296. Jul 20 19:09:44 dnsmasq[14736]: reply googleapis.l.google.com is 172.217.2.106
  297. Jul 20 19:09:44 dnsmasq[14736]: reply googleapis.l.google.com is 172.217.2.170
  298. Jul 20 19:09:44 dnsmasq[14736]: query[A] a.root-servers.net from 192.168.0.1
  299. Jul 20 19:09:44 dnsmasq[14736]: cached a.root-servers.net is 198.41.0.4
  300. Jul 20 19:09:45 dnsmasq[14736]: query[A] www.tp-link.com from 192.168.0.1
  301. Jul 20 19:09:45 dnsmasq[14736]: cached www.tp-link.com is <CNAME>
  302. Jul 20 19:09:45 dnsmasq[14736]: cached www.tp-link.com.akamaized.net is <CNAME>
  303. Jul 20 19:09:45 dnsmasq[14736]: forwarded www.tp-link.com to 8.8.4.4
  304. Jul 20 19:09:45 dnsmasq[14736]: reply www.tp-link.com is <CNAME>
  305. Jul 20 19:09:45 dnsmasq[14736]: reply www.tp-link.com.akamaized.net is <CNAME>
  306. Jul 20 19:09:45 dnsmasq[14736]: reply a1961.g1.akamai.net is 96.127.250.102
  307. Jul 20 19:09:45 dnsmasq[14736]: reply a1961.g1.akamai.net is 96.127.250.105
  308. Jul 20 19:10:16 dnsmasq[14736]: query[A] a.root-servers.net from 192.168.0.1
  309. Jul 20 19:10:16 dnsmasq[14736]: cached a.root-servers.net is 198.41.0.4
  310. Jul 20 19:10:17 dnsmasq[14736]: query[A] www.tp-link.com from 192.168.0.1
  311. Jul 20 19:10:17 dnsmasq[14736]: cached www.tp-link.com is <CNAME>
  312. Jul 20 19:10:17 dnsmasq[14736]: cached www.tp-link.com.akamaized.net is <CNAME>
  313. Jul 20 19:10:17 dnsmasq[14736]: forwarded www.tp-link.com to 8.8.4.4
  314. Jul 20 19:10:17 dnsmasq[14736]: forwarded www.tp-link.com to 8.8.8.8
  315. Jul 20 19:10:17 dnsmasq[14736]: reply www.tp-link.com is <CNAME>
  316. Jul 20 19:10:17 dnsmasq[14736]: reply www.tp-link.com.akamaized.net is <CNAME>
  317. Jul 20 19:10:17 dnsmasq[14736]: reply a1961.g1.akamai.net is 184.50.238.184
  318. Jul 20 19:10:17 dnsmasq[14736]: reply a1961.g1.akamai.net is 184.50.238.217
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement