Hoping someone can help me out.
I have recently aquired a Rasberry Pi4, and I am enjoying it.
recently I have found an odd issue with it.
I am running a Windows domain at home, and have IPv6 enabled, and addresses being issued by DHCP.
All my windows systems are able to ping each other using the IPv6 address, however when I try to ping my raspberry pi over IPv6, no response is returned, additionally the raspberry pi cannot ping any of the windows systems over IPv6, it can however ping itself over IPv6.
I have confirmed in the DNS the ipv6 entries exist and nslookup see's these:
Code: Select all
root@newsreader:~# nslookup
> dc01
Server: 10.100.1.1
Address: 10.100.1.1#53
Name: dc01.ghataura.net
Address: 10.100.1.1
Name: dc01.ghataura.net
Address: 2607:fea8:28c0:2fe:9971:100e:c47c:a4d8
Name: dc01.ghataura.net
Address: fd97:b9bb:57ba:33ce:fb5c:5471:f1b3:5830
Name: dc01.ghataura.net
Address: fd97:b9bb:57ba:33ce:10:100:1:1
> newsreader
Server: 10.100.1.1
Address: 10.100.1.1#53
Name: newsreader.ghataura.net
Address: 10.100.1.4
Name: newsreader.ghataura.net
Address: fd97:b9bb:57ba:33ce:68cc:405e:ba52:5c9c
>
Code: Select all
root@newsreader:~# ping6 dc01
PING dc01(DC01.ghataura.net (fd97:b9bb:57ba:33ce:10:100:1:1)) 56 data bytes
^C
--- dc01 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 117ms
root@newsreader:~#