Hi All, Hopefully someone out there has seen this problem and can help me out... I have a remote machine's IPv6 address and I want to find out its MAC address. How would I do this? I know that with IPv4, you could just call SendARP. One possible solution I've thought of is to send an ICMP to the remote machine via Icmp6SendEcho2. At this poing, the remote IPv6 and MAC should be in my neighbor discovery cache - but how would I get the information out of it? Thanks to anyone that can help. Dave
You can ask that additionally on microsoft.public.platformsdk.networking.ipv6 Arkady wrote in message news:1143777982.731100.54440@j33g2000cwa.googlegroups.com... > Hi All, > > Hopefully someone out there has seen this problem and can help me > out... > > I have a remote machine's IPv6 address and I want to find out its MAC > address. How would I do this? I know that with IPv4, you could just > call SendARP. One possible solution I've thought of is to send an ICMP > to the remote machine via Icmp6SendEcho2. At this poing, the remote > IPv6 and MAC should be in my neighbor discovery cache - but how would I > get the information out of it? > > Thanks to anyone that can help. > > Dave >