Dirk Sachse escribió:
> Hi,
>
> I am using ISC DHCPD and Bind 9.2.3 with DDNS.
> My Linux Clients dont update their dynamic DNS entries properly.
> Only their reverse lookup is updated.
>
> When they request an IP it looks like this:
>
> Feb 17 17:00:21 proxy named[15706]: client 192.168.0.4#42724: updating zone
> '0.168.192.in-addr.arpa/IN': adding an RR
> Feb 17 17:00:21 proxy dhcpd: delete IN PTR 81.0.168.192.in-addr.arpa. add
> 1800 IN PTR 81.0.168.192.in-addr.arpa. sachse-linux.sunflowers.de.:
> success.
> Feb 17 17:00:21 proxy dhcpd: DHCPREQUEST for 192.168.0.81 from
> 00:02:b3:29:ab:3c via eth0
> Feb 17 17:00:21 proxy dhcpd: DHCPACK on 192.168.0.81 to 00:02:b3:29:ab:3c
> via eth0
>
> Here is the dhclient.conf of my Linux Client:
>
> timeout 60;
> retry 60;
> reboot 10;
> select-timeout 5;
> initial-interval 2;
> interface "eth0" {
> send host-name "sachse-linux.sunflowers.de";
> send dhcp-client-identifier 00:02:B3:29:AB:3C;
> send dhcp-lease-time 3600;
> supersede domain-name "sunflowers.de";
> prepend domain-name-servers 192.168.0.4;
> request subnet-mask, broadcast-address, time-offset, routers,
> domain-name, domain-name-servers, host-name;
> require subnet-mask, domain-name-servers;
> script "/sbin/dhclient-script";
> send fqdn.fqdn "sachse-linux.sunflowers.de.";
> send fqdn.encoded off;
> send fqdn.server-update off;
> }
>
>
>
> Thanks in advance
>
> Dirk
First change this line
send host-name "sachse-linux.sunflowers.de";
with this line
send host-name "sachse-linux";
If it still doesn't work, post here also the contents of files
dhcpd.conf and named.conf.
Regards,
knocte
|