 teknoman Premium join:2008-07-28 Santa Ana, CA
1 edit | reply to teknoman Re: [Other] Windows 2008 ping issue
I figured it out! It seems for some reason my DHCPv6 server is not sending out the subnet prefix. I checked my routing table with netstat -rn and I did not find an entry regarding my fd00::/64 dhcpv6 prefix.
To those who want to add it in by hand
netsh interface ipv6 add route *IPv6Address/Integer(Prefix)* *Name of Interface* *Next hop* " (this can be changed how your network is setup. Like ::/0 to make a default gateway path)
More details on the command here »technet.microsoft.com/en-us/libr···x#BKMK_6
Thank you everybody. Had to combine what everybody said and use it as a hint... |