Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

Upon testing a within a standalone network with just a DHCPv6 server on it and several client computers with different operating systems, OS X 10.7.4 fails to automatically obtain an IPv6 address from the DHCPv6 server.

Settings are set as the following for IPv6 System Preferences > Network > Ethernet > Advanced... >

Configure IPv6: "Automatically"

Is there a way to make OS X Lion work as a DHCPv6 client for a full IPv6 network with a DHCPv6 server?

Or a way to add a 3rd party DHCPv6 client?

As of now each Macs has to be manually set to a static IPv6 address to get them on the network, which is not ideal.

share|improve this question
Can't reply this. DHCPv6 working fine here since SL. – Max Ried Aug 17 '12 at 14:10
Yes. I haven't tested this thoroughly but I know IPv6 is fully supported. If it's not working for you, there's a problem somewhere. – Harv Aug 17 '12 at 16:18

1 Answer

up vote 3 down vote accepted

Currently OS X does not have a DHCPv6 client built in. Note that in OS X the IPv4 configuration gives you a choice of manual, DHCP, DHCP with manual DNS, BOOTP, or off. The IPv6 choices are manual, automatic, link-local, and off. The "Automatic" is not DHCP, it's autoconfig from a router.

With IPv6, there are multiple ways to get an address. OS X doesn't use DHCPv6, it uses Autoconfiguration (routers provide the information). Windows Vista & Windows 7 both use DHCPv6. But typically routers doing autoconfiguration and DHCPv6 servers don't talk to each other, so collisions and confusion are possible.

This is one of the ugly parts of IPv6 that isn't widely communicated. See http://arstechnica.com/business/2010/09/there-is-no-plan-b-why-the-ipv4-to-ipv6-transition-will-be-ugly/2/ for more info on this.

share|improve this answer
is that a fancy way of saying no? – MrDaniel Sep 16 '12 at 21:38
Yes, it is, sadly. Note that in OS/X the IPv4 configuration gives you a choice of manual, DHCP, DHCP with manual DNS, BOOTP, or off. The IPv6 choices are manual, automatic, link-local, and off. The "Automatic" is not DHCP, it's autoconfig from a router. – Geek Zero Sep 17 '12 at 0:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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