Re: DHCPv6 client support or third-party client?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 22-Feb-08, at 15:49 , Josh Graessley wrote: On Feb 22, 2008, at 11:52 AM, Andre-John Mas wrote: Hi, No. http://sourceforge.net/projects/wide-dhcpv6/ There is a client and server component. Andre _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Does MacOS X support DHCPv6 on the client side (getting an IP from a server)? If not, are there any suitable hooks that would allow me to plug in a third party client, for doing the same thing? You could write a process to handle dhcpv6. You will need to read up on the dynamic store and probably look at the dhcp configuration agent (configd plug-in). I believe it comes from the bootp project. -josh Turns out there is already a DHCPv6 implementation, from the same folks who provided us with the IPv6 stack that MacOS X uses. The following is a project based on the work done on the KAME project: So far it compiles without any issues, so now to see what can be done with it. This email sent to site_archiver@lists.apple.com
participants (1)
-
Andre-John Mas