Dynamic Update Linux Host

User, Public public at seajay.com
Mon Jan 5 18:25:05 UTC 2004


It looks like you need to put a line in your dhclient.conf file on your
Linux machine.  Dhclient will not automatically register with DNS unless
you tell it to after it obtains an address.  Mine looks like this to
register with a DDNS server (Windows 2000 DNS) successfully:

zone DOMAIN.COM. {
        primary 192.168.1.21;
}

prepend domain-name-servers 192.168.1.21;
supersede domain-name "domain.com";
send fqdn.fqdn "yourhost.domain.com.";
send fqdn.encoded off;
send fqdn.server-update off;
~

Make sure you don't forget the trailing "dot" on the send fqdn.fqdn
line.

Chris

Christopher P. Jenkins, Senior Consultant

Concordant, Inc.

P:  508-820-3080

F:  508-820-4367
C:  508-241-7415

E:  chris.jenkins at concordantinc.com


-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
Behalf Of briandesu
Sent: Monday, January 05, 2004 12:32 AM
To: comp-protocols-dns-bind at isc.org
Subject: Dynamic Update Linux Host

Dynamic update fails for linux host(s), but works properly for all
Windoze hosts.

DDNS Server: BIND 9 - only allows the Active Directory domain
controller and DHCP server to update the zone.

DHCP Server: ISC DHCP 3 - configured to update A and PTR records for
all hosts.

The linux clients are receiving addresses and DHCP options properly,
but are not being updated dynamically in DNS.

I did RTFM, and have performed Google searches, but have had no
success.  TIA for all help.



More information about the bind-users mailing list