Pi Hole is not blocking ads

Thats because the ip of the pi hole is static

Yes

Ok that makes sense.

But as the Pi appears to have troubles with IPv6, does that Windows box still have IPv6 connectivity?
What does below output on that Windows machine after you untagged those boxes again?

netsh interface ipv6 show address

Redact the latter part of IPv6 addresses if any are displayed for privacy!!

This is with the dhcp port service ipv6 and RA service boxes ticked

PS C:\Users\USER> netsh interface ipv6 show dnsservers

Configuration for interface "Ethernet"
    DNS servers configured through DHCP:  fe80::1%5
                                          fe80::1%5
    Register with which suffix:           Primary only

Configuration for interface "Conexión de área local* 9"
    DNS servers configured through DHCP:  fec0:0:0:ffff::1%1
                                          fec0:0:0:ffff::2%1
                                          fec0:0:0:ffff::3%1
    Register with which suffix:           Primary only

Configuration for interface "Conexión de área local* 10"
    DNS servers configured through DHCP:  fec0:0:0:ffff::1%1
                                          fec0:0:0:ffff::2%1
                                          fec0:0:0:ffff::3%1
    Register with which suffix:           Primary only

Configuration for interface "Wi-Fi"
    DNS servers configured through DHCP:  fe80::1%20
                                          fe80::1%20
    Register with which suffix:           Primary only

Configuration for interface "Conexión de red Bluetooth 2"
    DNS servers configured through DHCP:  fec0:0:0:ffff::1%1
                                          fec0:0:0:ffff::2%1
                                          fec0:0:0:ffff::3%1
    Register with which suffix:           Primary only

Configuration for interface "Loopback Pseudo-Interface 1"
    Statically Configured DNS Servers:    fec0:0:0:ffff::1%1
                                          fec0:0:0:ffff::2%1
                                          fec0:0:0:ffff::3%1
    Register with which suffix:           Primary only

Ahaha I didnt meant for you to redact the full addresses.
Only the latter part eg:

2006:XXXX

That will tell me if if the MS box still has a GUA (Global Unicast Address) to talk to anything on the Internet via IPv6.

Ok that would mean ads would leak in via above fe80::1 address (which is an LLA by the way).

Ah sorry hahah

1 Like

That last screenshot confirms you killed of IPv6 connectivity to the Internet entirely.
For that MS box to connect via IPv6 to the Internet, it needs a GUA address (constructed from the prefix advertised via IPv6 RA).
One that starts with 2XXX: like in below example:

Just so you know :wink:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.