On Jan 8, 2013, at 4:38 PM, Sheng Yang <sh...@yasker.org> wrote: > On Tue, Jan 8, 2013 at 4:31 PM, John Kinsella <j...@stratosec.co> wrote: > >> >> On Jan 8, 2013, at 4:17 PM, Sheng Yang <sh...@yasker.org> >> wrote: >>> >>> If there is no other opinions, I would begin with DHCPv6 in shared >> network >>> as first step. >> >> >> Sure, one suggestion: I've been using ISC's dhcpd instead of dnsmasq as >> they have some silly limitations (in "test" but I keep meaning to >> contribute). Might be a good time to switch? >> > > Well, I think dhcpd cannot be using as DNS server. So seems you need to > have both dhcpd and dnsmasq running. That's not that convenient as one in > all solution…
I have dnsmasq running as a caching DNS resolver but not answering DHCP requests. It might not be convenient, but at least it follows the RFC. :) > And what's the limitation you're talking about regarding dnsmasq? dnsmasq will only offer leases within a single IP block on a given NIC. e.g. if you want to offer leases on two /28s through eth0, dnsmasq can't do it. From a quick glance at it's man page, looks like it can do v4 and v6 leases at the same time…