On Windows Vista, I programatically configured the IPv6 global unicast
address to the active NIC with following values:
IPv6 address=2001:1890:111b:3bbb:6390:ed54:d3cf:54
Prefix Length=64
Nexthop=on-link
I also configured default route (::/0) with index of active NIC.
But when I tried to use Wireshark to send ICMPv6 message when I try ping
2001:1890:111b:3064::2, Wireshark doesn't show any ICMPv6 echo request, only
some ICMPv6 neighbor solicatioor message.
Anything wrong with the IPv6 configuration?
TIA.