Pi-hole installed, but still seeing adds

what do i have to do after installment? because i still see google adds spam etc.

debug-token: r475uj9fjh

Did you make your router or devices use Pi-hole as their DNS server? Run pihole -d for a debug token.

@Mcat12 this is the debug token is : rzi49o4ide

output:

pi@raspberrypi:~ $ cat /var/log/pihole_debug.log

---= Detecting Installed Package Versions:

Pi-hole: v3.1.4 (master:v3.1.4-0-gb0ecedd)
Pi-hole Dashboard: v3.1 (master:v3.1-0-gf204b71)
lighttpd/1.4.35
PHP 5.6.30-0+deb8u1 (cli) (built: Apr 14 2017 16:20:58)

---= Detecting existence of /etc/pihole/setupVars.conf:

PIHOLE_INTERFACE=eth0
IPV4_ADDRESS=192.168.2.8/24
IPV6_ADDRESS=2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9
PIHOLE_DNS_1=8.8.8.8
PIHOLE_DNS_2=8.8.4.4
QUERY_LOGGING=true
INSTALL_WEB=true
DHCP_ACTIVE=true
DHCP_START=192.168.2.1
DHCP_END=192.168.2.251
DHCP_ROUTER=192.168.2.254
DHCP_LEASETIME=24
PIHOLE_DOMAIN=local
DHCP_IPv6=true


---= Detecting installed OS Distribution

PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

---= Checking processor variety

armv7l

---= Checking IPv6 Stack

IPv6 on eth0
Gravity configured for: 2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9
----
2a02:a442:b872:1:22fa:b3bb:b2e8:7630/64
fe80::4fda:fc1b:c8a0:f4e7/64
Gateway responded.
--- fe80::56be:53ff:fe7b:98b8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.841/0.875/0.903/0.025 ms
Query responded.
--- 2001:4860:4860::8888 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 9.356/9.640/10.192/0.390 ms

---= Checking IPv4 Stack

IPv4 on eth0
Gravity configured for: 192.168.2.8/24
----
192.168.2.8/24
Gateway responded.
--- 192.168.2.254 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.789/0.831/0.902/0.055 ms
Query responded.
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 10.344/10.408/10.463/0.096 ms

---= Daemon Process Information

Found user www-data with process lighttpd

---= Daemon Process Information

Found user dnsmasq with process dnsmasq

---= Daemon Process Information

Found user pihole with process pihole-FTL

---= Processes Check

Status for lighttpd daemon:
active
Status for dnsmasq daemon:
active
Status for pihole-FTL daemon:
active


---= Resolver Functions Check (IPv4)

Resolution of ws.yellowpages.ca from Pi-hole (127.0.0.1):
192.168.2.8

Resolution of ws.yellowpages.ca from Pi-hole (192.168.2.8):
192.168.2.8

Resolution of ws.yellowpages.ca from 8.8.8.8:
ehg-yellowpages.hitbox.com.
205.216.15.71


---= Resolver Functions Check (IPv6)

Resolution of mycoprint.com from Pi-hole (::1):
2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9

Resolution of mycoprint.com from Pi-hole (2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9):
Failed to resolve mycoprint.com on Pi-hole (2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9)

Resolution of mycoprint.com from 2001:4860:4860::8888:
NXDOMAIN

Pi-hole dnsmasq specific records lookups
Cache Size:
"10000"
Upstream Servers:
"8.8.4.4#53 5835 22" "8.8.8.8#53 3340 4"


---= Detecting existence of /etc/lighttpd/lighttpd.conf:

server.modules = (
"mod_access",
"mod_accesslog",
"mod_auth",
"mod_expire",
"mod_compress",
"mod_redirect",
"mod_setenv",
"mod_rewrite"
)
server.document-root        = "/var/www/html"
server.error-handler-404    = "pihole/index.php"
server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
server.errorlog             = "/var/log/lighttpd/error.log"
server.pid-file             = "/var/run/lighttpd.pid"
server.username             = "www-data"
server.groupname            = "www-data"
server.port                 = 80
accesslog.filename          = "/var/log/lighttpd/access.log"
accesslog.format            = "%{%s}t|%V|%r|%s|%b"
index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )
url.access-deny             = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
compress.cache-dir          = "/var/cache/lighttpd/compress/"
compress.filetype           = ( "application/javascript", "text/css", "text/html", "text/plain" )
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
$HTTP["url"] =~ "^/admin/" {
setenv.add-response-header = (
"X-Pi-hole" => "The Pi-hole Web interface is working!",
"X-Frame-Options" => "DENY"
)
}
url.rewrite = ( "^(?!/admin/).*\.js$"  => "pihole/index.js"   )
$HTTP["url"] =~ "^(?!/admin)/.*" {
setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
}
$HTTP["host"] == "pi.hole" {
$HTTP["url"] == "/" {
url.redirect = ( "" => "/admin/" )
}
}
include_shell "cat external.conf 2>/dev/null"


---= Detecting existence of /var/log/lighttpd/error.log:

2017-09-03 06:25:05: (server.c.1242) logfiles cycled UID = 0 PID = 30463


---= Detecting existence of /etc/dnsmasq.conf:

conf-dir=/etc/dnsmasq.d


---= Detecting contents of /etc/dnsmasq.d/*:


---= File /etc/dnsmasq.d/01-pihole.conf found

addn-hosts=/etc/pihole/gravity.list
addn-hosts=/etc/pihole/local.list
addn-hosts=/etc/pihole/black.list
domain-needed
localise-queries
bogus-priv
no-resolv
server=8.8.8.8
server=8.8.4.4
interface=eth0
cache-size=10000
log-queries
log-facility=/var/log/pihole.log
local-ttl=300
log-async


---= File /etc/dnsmasq.d/02-pihole-dhcp.conf found

dhcp-authoritative
dhcp-range=192.168.2.1,192.168.2.251,24h
dhcp-option=option:router,192.168.2.254
dhcp-leasefile=/etc/pihole/dhcp.leases
domain=local
dhcp-option=option6:dns-server,[::]
dhcp-range=::100,::1ff,constructor:eth0,ra-names,slaac,24h
ra-param=*,0,0


---= File /etc/dnsmasq.d/03-pihole-wildcard.conf found

address=/samenresultaat.nl/192.168.2.8
address=/samenresultaat.nl/2a02:a451:6d:1:3ea3:9ae4:bc5e:d0f9


---= File /etc/dnsmasq.d/README found



---= Detecting existence of /etc/pihole/whitelist.txt:

raw.githubusercontent.com
mirror1.malwaredomains.com
sysctl.org
zeustracker.abuse.ch
s3.amazonaws.com
hosts-file.net


---= Detecting existence of /etc/pihole/blacklist.txt:

pixel.facebook.com
zijn.samenresultaat.nl


---= Detecting existence of /etc/pihole/adlists.list:

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://mirror1.malwaredomains.com/files/justdomains
http://sysctl.org/cameleon/hosts
https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
https://hosts-file.net/ad_servers.txt
l.facebook.com


---= Analyzing gravity.list

/etc/pihole/gravity.list is 236975 lines long.

---= Analyzing pihole.log

/var/log/pihole.log is 27098 lines long.
/var/log/pihole.log is 2.5M.

---= Analyzing pihole-FTL.log

/var/log/pihole-FTL.log is 35 lines long.
/var/log/pihole-FTL.log is 4.0K.
[2017-09-06 00:00:03.256] NOTICE: pihole.log has been flushed
[2017-09-06 00:00:03.257]   Resetting internal data structure
[2017-09-06 00:00:03.257]   Queries in memory before flushing: 8715
[2017-09-06 00:00:03.680] Gravity list entries: 118487
[2017-09-06 00:00:03.680] Blacklist entries: 2
[2017-09-06 00:00:03.681] Notice: Increasing wildcards struct size from 0 to 1 (2.67 KB)
[2017-09-06 00:00:03.681] Wildcard blocking list entries: 1
[2017-09-06 00:00:03.681] Reading from /var/log/pihole.log.1 (rw-r--r--)
[2017-09-06 00:00:03.681] Notice: Increasing forwarded struct size from 0 to 4 (2.75 KB)
[2017-09-06 00:00:03.791] New forward server: 8.8.4.4 google-public-dns-b.google.com (0/4)
[2017-09-06 00:00:03.792] Notice: Increasing overTime struct size from 0 to 100 (5.99 KB)
[2017-09-06 00:00:03.850] New forward server: 8.8.8.8 google-public-dns-a.google.com (1/4)
[2017-09-06 00:00:03.851] Notice: Increasing queries struct size from 0 to 10000 (326.04 KB)
[2017-09-06 00:00:03.851] Notice: Increasing domains struct size from 0 to 1000 (346.04 KB)
[2017-09-06 00:00:03.851] Notice: Increasing clients struct size from 0 to 10 (346.22 KB)
[2017-09-06 00:00:03.883] New client: 2a02:a442:b872:1:40e:40f4:62b:f9bc custprd-2a02-a442-b872-0001-040e-40f4-062b-f9bc.reverse.kpn.net (0/10)
[2017-09-06 00:00:03.892] New client: 192.168.2.3 SEPE8EDF36AA8FE.local (1/10)
[2017-09-06 00:00:04.065] New client: 192.168.2.194 iPhone-6.local (2/10)
[2017-09-06 00:00:04.097] New client: 2a02:a442:b872:1:897:a69a:9a0e:a24c (3/10)
[2017-09-06 00:00:04.108] New client: 192.168.2.5 (4/10)
[2017-09-06 00:00:04.206] New client: 2a02:a442:b872:1:1ccb:d45:803:23b6 custprd-2a02-a442-b872-0001-1ccb-0d45-0803-23b6.reverse.kpn.net (6/10)
[2017-09-06 00:00:04.880] New client: 2a02:a442:b872:1:211:32ff:fe3a:f0df (7/10)
[2017-09-06 00:00:04.908] Notice: Increasing overTime struct size from 100 to 200 (367.09 KB)
[2017-09-06 00:00:04.975] Reading from /var/log/pihole.log (rw-r--r--)
[2017-09-06 00:35:02.405] New client: 2a02:a442:b872:1::16b DS415.local (8/10)
[2017-09-06 00:39:18.391] New client: 192.168.2.4 DCS-5020L.local (9/10)
[2017-09-06 01:01:21.428] Notice: Increasing clients struct size from 10 to 20 (367.78 KB)
[2017-09-06 07:24:20.099] New client: 192.168.2.41 iPad.local (10/20)
[2017-09-06 07:24:23.543] New client: 2a02:a442:b872:1:f99d:5380:33c7:492c custprd-2a02-a442-b872-0001-f99d-5380-33c7-492c.reverse.kpn.net (11/20)
[2017-09-06 07:25:36.644] New client: 2a02:a442:b872:1:1c1c:3bbd:ff0c:e16a custprd-2a02-a442-b872-0001-1c1c-3bbd-ff0c-e16a.reverse.kpn.net (12/20)
[2017-09-06 08:02:58.196] New client: 2a02:a442:b872:1:9947:b5c3:b87d:e12c custprd-2a02-a442-b872-0001-9947-b5c3-b87d-e12c.reverse.kpn.net (13/20)
[2017-09-06 08:47:50.632] New client: 127.0.0.1 localhost (14/20)
[2017-09-06 08:47:50.842] New client: 192.168.2.8 pixel.facebook.com (15/20)
[2017-09-06 08:47:51.444] New client: ::1 localhost (16/20)

---= pihole.log

Sep  6 08:48:15 dnsmasq-dhcp[12686]: RTR-ADVERT(eth0) 2a02:a442:b872:1::
Sep  6 08:49:00 dnsmasq[12686]: query[SRV] _sip._udp.ha.voys.nl from 192.168.2.3
Sep  6 08:49:00 dnsmasq[12686]: forwarded _sip._udp.ha.voys.nl to 8.8.4.4
Sep  6 08:49:00 dnsmasq[12686]: forwarded _sip._udp.ha.voys.nl to 8.8.8.8

It looks like you have everything on the Pi-hole set up correctly. Have you turned off your router's DHCP server? You already have about 15 clients using the Pi-hole, so if you aren't seeing ads blocked on a device try restarting it.

A post was split to a new topic: Issue with dashboard and blocking ads