Unable to add forward map...

Todd Snyder tsnyder at rim.com
Mon Sep 17 20:57:24 UTC 2007


Greetings,

I have almost successfully setup DHCP to update DNS zones on lease, but
in my messages file I am seeing:

Unable to add forward map from sbp6003.china.prov.tools.staging to
172.16.19.61: timed out
No hostname for 172.16.19.61

I've found a couple sites that indicate that this is because dhclient
isn't sending the right information to the server to allow an update
properly.  One says that there isn't a trailing "." after the FQDN.  But
when I look at the dhclient.conf on the server in question, it's
indicating the file is dynamically generated by ifup. The line is here:

send host-name "sbp6003";  # temporary RHL ifup addition

I'm not sure if the problem lies in my dhcp config, or my named config.

Any assistance would be greatly appreciated - I've kind of hacked this
together without a full understanding of whats going on, so theres a
good possibility I've missed something obvious :)

Thanks,

Todd.




Relevant parts of my dhcp.conf

ddns-update-style interim;
key dns {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret "mykeyishere";
}
zone prov.tools.staging. {
        primary 127.0.0.1;
        key dns;
}
zone 0.0.127.in-addr.arpa {
        primary 127.0.0.1;
        key dns;
}
zone 19.16.17.in-addr.arpa {
        primary 127.0.0.1;
        key dns;
}
zone 19.255.10.in-addr.arpa {
        primary 127.0.0.1;
        key dns;
}

subnet 172.16.19.0 netmask 255.255.255.0 {
        get-lease-hostnames true;
        do-forward-updates true;
        range 172.16.19.10 172.16.19.254;
        option subnet-mask 255.255.255.0;
        option routers 172.16.19.1;
        option domain-name "china.prov.tools.staging";
        default-lease-time 1800;
        max-lease-time 86400;
        option vendor-class-identifier "PXEClient";
        allow unknown-clients;
}




---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.


More information about the dhcp-users mailing list