DDNS for multiple zones

Jason Gerfen jason.gerfen at gmail.com
Wed Dec 5 17:00:08 UTC 2012


Assuming your current client/servers are a member of a subnet group perhaps
adding the zone definition to each of this will work. Reference:
http://markembling.info/2011/10/dhcp-and-dynamic-dns

Example:

subnet 10.25.0.0 netmask 255.255.0.0 {
    range 10.25.10.1 10.25.10.254;
    option routers 10.25.1.1;

    zone 25.10.in-addr.arpa. {
        primary 10.25.2.4;
        key "rndc-key";
    }

    zone home.markembling.info. {
        primary 10.25.2.4;
        key "rndc-key";
    }
}


In regards to not setting a default option within the global parameters
this may be by design.


On Wed, Dec 5, 2012 at 9:54 AM, John Miller <johnmill at brandeis.edu> wrote:

> Hi Kyle,
>
> Since you're doing this with servers, could you just create a host group
> for each of VMware, Linux, and Windows, put your hosts in there, then
> specify a ddns-domainname for each group?
>
> John
> --
> John Miller
> Systems Engineer
> Brandeis University
> johnmill at brandeis.edu
> (781) 736-4619
>
> On Wed, Dec 5, 2012 at 11:47 AM, Kyle Johnson <kjohnson at fixertec.net>wrote:
>
>> Hello everyone,
>>
>> I am attempting to configure a failover DHCP solution with DDNS and am
>> running into an issue with isc-dhcpd version 4.1.1.  The issue seems to be
>> that if the ddns-domainname option is not configured in dhcpd.conf, the
>> DDNS update is not sent to the DNS server for any zone.  That is, with
>> ddns-domainame commented out, dhcpd does not attempt to do any type of DDNS
>> updates.
>>
>> Configuring a single ddns-domainname will not work as we have multiple
>> zones, each for a different domain.  For this to work, I imagine that the
>> client (e.g. ESXi hosts, linux and windows servers) would need to send a
>> FQDN, which the DHCP server would then need to use when sending the DDNS
>> update to the DNS server.
>>
>> What is the correct way to configure both DHCP and my clients to allow
>> DDNS to work for multiple zones (domains)?
>>
>> Thanks,
>> Kyle
>>
>> _______________________________________________
>> dhcp-users mailing list
>> dhcp-users at lists.isc.org
>> https://lists.isc.org/mailman/listinfo/dhcp-users
>>
>
>
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>



-- 
Jas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20121205/e3705ec0/attachment.html>


More information about the dhcp-users mailing list