dieses Thema ist schon mehrfach hier besprochen worden, aber leider hat kein Beitrag mir geholfen. Also benötige ich eure Hilfe.
Ziel ist es dass mein DHCP-Server die Einträge des DNS-Servers updatet.
Konfigurationsdateien
/etc/dhcp3/dhcpd.conf: http://nopaste.debianforum.de/6694
/etc/bind/named.conf.local:http://nopaste.debianforum.de/6695
/var/bind/named.conf.options: http://nopaste.debianforum.de/6696
/var/cache/bind/brueck-computer.local.hosts:http://nopaste.debianforum.de/6697
/var/cache/bind/166.168.192.in-addr.arpa:http://nopaste.debianforum.de/6698
Ich verwende ein aktuelles Debian Etch.
Syslog beim Updates eines Clients (Win XP)
Code: Alles auswählen
Sep 26 10:52:53 pilot dhcpd: DHCPREQUEST for 192.168.166.57 from 00:04:75:4e:2e:3a via eth0
Sep 26 10:52:53 pilot dhcpd: DHCPACK on 192.168.166.57 to 00:04:75:4e:2e:3a via eth0
Sep 26 10:55:42 pilot dhcpd: DHCPREQUEST for 192.168.166.51 from 00:19:d1:71:aa:a8 via eth0
Sep 26 10:55:42 pilot dhcpd: DHCPACK on 192.168.166.51 to 00:19:d1:71:aa:a8 via eth0
Code: Alles auswählen
Sep 26 10:58:46 pilot dhcpd: Internet Systems Consortium DHCP Server V3.0.4
Sep 26 10:58:46 pilot dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 26 10:58:46 pilot dhcpd: All rights reserved.
Sep 26 10:58:46 pilot dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 26 10:58:46 pilot dhcpd: Internet Systems Consortium DHCP Server V3.0.4
Sep 26 10:58:46 pilot dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 26 10:58:46 pilot dhcpd: All rights reserved.
Sep 26 10:58:46 pilot dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 26 10:58:48 pilot dhcpd: Internet Systems Consortium DHCP Server V3.0.4
Sep 26 10:58:48 pilot dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 26 10:58:48 pilot dhcpd: All rights reserved.
Sep 26 10:58:48 pilot dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 26 10:58:48 pilot dhcpd: Internet Systems Consortium DHCP Server V3.0.4
Sep 26 10:58:48 pilot dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 26 10:58:48 pilot dhcpd: All rights reserved.
Sep 26 10:58:48 pilot dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 26 10:58:48 pilot dhcpd: Internet Systems Consortium DHCP Server V3.0.4
Sep 26 10:58:48 pilot dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Sep 26 10:58:48 pilot dhcpd: All rights reserved.
Sep 26 10:58:48 pilot dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Sep 26 10:58:48 pilot dhcpd: Wrote 0 deleted host decls to leases file.
Sep 26 10:58:48 pilot dhcpd: Wrote 0 new dynamic host decls to leases file.
Sep 26 10:58:48 pilot dhcpd: Wrote 1 leases to leases file.
Sep 26 10:58:55 pilot named[27161]: shutting down: flushing changes
Sep 26 10:58:55 pilot named[27161]: stopping command channel on 127.0.0.1#953
Sep 26 10:58:55 pilot named[27161]: stopping command channel on ::1#953
Sep 26 10:58:55 pilot named[27161]: no longer listening on ::#53
Sep 26 10:58:55 pilot named[27161]: no longer listening on 127.0.0.1#53
Sep 26 10:58:55 pilot named[27161]: no longer listening on 192.168.166.10#53
Sep 26 10:58:55 pilot named[27161]: exiting
Sep 26 10:58:57 pilot named[27280]: starting BIND 9.3.4 -u bind
Sep 26 10:58:57 pilot named[27280]: found 1 CPU, using 1 worker thread
Sep 26 10:58:57 pilot named[27280]: loading configuration from '/etc/bind/named.conf'
Sep 26 10:58:57 pilot named[27280]: listening on IPv6 interfaces, port 53
Sep 26 10:58:57 pilot named[27280]: listening on IPv4 interface lo, 127.0.0.1#53
Sep 26 10:58:57 pilot named[27280]: listening on IPv4 interface eth0, 192.168.166.10#53
Sep 26 10:58:57 pilot named[27280]: command channel listening on 127.0.0.1#953
Sep 26 10:58:57 pilot named[27280]: command channel listening on ::1#953
Sep 26 10:58:57 pilot named[27280]: zone 0.in-addr.arpa/IN: loaded serial 1
Sep 26 10:58:57 pilot named[27280]: zone 127.in-addr.arpa/IN: loaded serial 1
Sep 26 10:58:57 pilot named[27280]: zone 166.168.192.in-addr.arpa/IN: loaded serial 2007092601
Sep 26 10:58:57 pilot named[27280]: zone 255.in-addr.arpa/IN: loaded serial 1
Sep 26 10:58:57 pilot named[27280]: zone brueck-computer.local/IN: loaded serial 2007092603
Sep 26 10:58:57 pilot named[27280]: zone localhost/IN: loaded serial 1
Sep 26 10:58:57 pilot named[27280]: running
Das Problem
Der DHCP-Server ändert die DNS-Einträge nicht, bzw. gibt die Änderungen icht an den DNS-Server weiter. Testhalber habe ich versucht einen Eintrag mit folgenden Befehl anzulegen:
Code: Alles auswählen
nsupdate -y DHCP-KEY:ZwKxcqME5JizzwW32w+QYQ==
> update add aeryn.brueck-computer.local 86400 IN A 192.168.166.52
> send
> quit
Schon mal vielen Dank im vorraus für Eure Hilfe und
viele Gruße aus Bad Wildungen
Andreas