Assuming your current client/servers are a member of a subnet group perhaps adding the zone definition to each of this will work. Reference: <a href="http://markembling.info/2011/10/dhcp-and-dynamic-dns">http://markembling.info/2011/10/dhcp-and-dynamic-dns</a><br>
<br>Example:<br><pre><code>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 <a href="http://home.markembling.info">home.markembling.info</a>. {
        primary 10.25.2.4;
        key "rndc-key";
    }
}<br><br><br></code></pre>In regards to not setting a default option within the global parameters this may be by design.<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 5, 2012 at 9:54 AM, John Miller <span dir="ltr"><<a href="mailto:johnmill@brandeis.edu" target="_blank">johnmill@brandeis.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kyle,<br><br>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?<br>
<br>John<br>-- <br>
John Miller<br>Systems Engineer<br>Brandeis University<br><a href="mailto:johnmill@brandeis.edu" target="_blank">johnmill@brandeis.edu</a><br><a href="tel:%28781%29%20736-4619" value="+17817364619" target="_blank">(781) 736-4619</a><br>
<br><div class="gmail_quote">On Wed, Dec 5, 2012 at 11:47 AM, Kyle Johnson <span dir="ltr"><<a href="mailto:kjohnson@fixertec.net" target="_blank">kjohnson@fixertec.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<div><br></div><div>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.</div>


<div><br></div><div>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.</div>


<div><br>What is the correct way to configure both DHCP and my clients to allow DDNS to work for multiple zones (domains)?</div><div><br>Thanks,</div><div>Kyle</div>
<br>_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></blockquote></div><br><br clear="all"><br>
<br>_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Jas<br>
</div>