Mzezman
Executive Member
- Joined
- Nov 13, 2021
- Messages
- 5,483
- Reaction score
- 3,612
Enabled IPv6 - didnt change anything on PiholesI doubt that PiHole would be giving you trouble, I run it too. If PiHole works for you with IPv4 then you don't need to fiddle with it, it will still resolve both A and AAAA records. To try narrow down the issue, run
Confirm that you get both IPv4 and IPv6 addresses. Now you know PiHole works fine.Code:nslookup www.google.co.za
Then take both answers and run
And confirm whether or not your router is blocking the traffic.Code:tracert 192.178.54.3 and tracert [2c0f:fb50:4002:81c::2003]
The following should also route without trouble for you, whether or not IPv6 is enabled:
Code:tracert github.com
Code:
nslookup www.google.co.za
Server: pi.hole
Address: 192.168.5.212
Non-authoritative answer:
Name: www.google.co.za
Addresses: 2c0f:fb50:4002:802::2003
142.251.47.67
Code:
tracert google.com
Tracing route to google.com [2c0f:fb50:4002:807::200e]
over a maximum of 30 hops:
1 1 ms 2 ms 2 ms 2c0f::1
2 * * * Request timed out.
3 5 ms 4 ms 4 ms 2c0f:f9a8::1:27:11:3
4 * * * Request timed out.
5 5 ms 5 ms 5 ms 2c0f:fb50:8322::1
6 5 ms 5 ms 5 ms 2c0f:fb50:4002:807::200e
Trace complete.
Github
Code:
nslookup github.com
Server: pi.hole
Address: 192.168.5.212
Non-authoritative answer:
Name: github.com
Address: 20.87.245.0
Code:
tracert github.com
Tracing route to github.com [20.87.245.0]
over a maximum of 30 hops:
1 1 ms 1 ms 2 ms unifi.705 [192.168.5.1]
2 * * * Request timed out.
3 4 ms 4 ms 4 ms 100.99.2.194
4 4 ms 5 ms 4 ms 100.99.8.4
5 5 ms 4 ms 5 ms microsoft.ixp.joburg [196.60.8.133]
6 * 5 ms 5 ms ae26-0.icr01.jnb21.ntwk.msn.net [104.44.50.86]
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 5 ms 5 ms 5 ms 20.87.245.0
Trace complete.
And github.com wont load in any browser (Edge, FF, Brave) - its bizarre. Also having issues with Teams which isnt ideal