up vote 1 down vote favorite
share [g+] share [fb]

I would like to test PNRP in an IPv6 environment under virtualbox.

I have 2 XP VMs under virtualbox, and they only have IPv6 enabled.

Firstly can I enable DHCP for IPv6 under virtualbox. If not then how can I specify a manual IPv6 address within my XP VMs?

What I mean is that if I try to edit the IPv6 settings within the XP VMs I don't get the option to specify an IPv6 address. If I go 'Local Area Connection Properties -> Microsoft TCP/IP version 6' the properties button is disabled (which is how you would specify an IPv4 address when IPv4 is enabled).

link|improve this question

78% accept rate
feedback

migrated from stackoverflow.com Nov 30 '09 at 15:54

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

You need to select "Attached to: Bridged" instead of "Attached to: NAT" in your VM's network adapter settings. That way your VMs appear to be plugged in directly to your LAN instead of through VirtualBox's (probably ipv4-only) NAT.

You do get a link-local IPv6 address automatically when IPv6 is enabled, no DHCP required.

Have you run netsh interface ipv6 install from the command line yet? See http://pugio.net/2007/07/howto-enable-ipv6-the-teredo-w.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.