<br><br><div><span class="gmail_quote">On 11/7/07, <b class="gmail_sendername">Kurt Miller</b> <<a href="mailto:lists@intricatesoftware.com">lists@intricatesoftware.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wednesday 07 November 2007 9:07:20 am nikolai wrote:<br>> Folks,<br>><br>> Anybody using dhcp for ipv6? Which one?<br>> As I understand neither ISC nor OpenBSD dhcpd support v6.<br>> The wide-dhcp in the packages doesn't look like it either.
<br>> There are several others out there. Which ones you people<br>> are using?<br>><br>> The idea is to have a v6-only subnet (wireless ?) but<br>> the dns server assignment is missing from normal icmpv6.<br>
<br>On OpenBSD I use rtadvd on my router:<br><br>/etc/rc.conf.local:<br>rtadvd_flags="sis1"<br><br>and IPv6 autoconfig on my LAN systems:<br><br>/etc/sysctl.conf:<br>net.inet6.ip6.accept_rtadv=1<br><br>Works ok for me.
</blockquote><div><br>While that will get you a v6 IP with no problem, there's not currently a system in place in Router Advertising to assign DNS servers (odds are you're still using IPv4 DNS unless you've manually put IPv6 IPs into nameserver entries in /etc/resolv.conf).  Also, there isn't a way that I'm aware of to assign specific IPs based on MAC address using rtadvd.  For the SOHO, rtadvd will be fine, but in a larger enterprise, the DHCPv6 protocol will be pretty much required.
<br></div><br></div><br>