Problem mit DNS DHCP update

Antworten
Nachricht
Autor
smathi
Beiträge: 12
Registriert: 20. Feb 2005 17:50

Problem mit DNS DHCP update

#1 Beitrag von smathi » 24. Feb 2007 10:58

Hallo zusammen,

ich habe versucht DNS update durch DHCP zu realisieren. Funktion der Update funktioniert nur für eine Zone. und nur eine *.jnl Daten generiert.

Dhcpd.conf:
key DHCP_UPDATER
{
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret FAGZLZrqZdKpwHgqQ9sPSQ==;

};

zone xxx.com {
primary 192.168.1.2 ;
key DHCP_UPDATER;
}

zone 1.168.192.in-addr.arpa {
primary 192.168.1.2 ;
key DHCP_UPDATER;
}

named.conf:

zone "xxx.com" {
type master;
file "/var/named/smlantech.com.hosts";
allow-update { key DHCP_UPDATER; };
notify yes;
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/var/named/192.168.1.rev";
allow-update { key DHCP_UPDATER; };
notify yes;
};


Update in zone "xxx.com" funktionert.
zone "1.168.192.in-addr.arpa" funktionert nicht. hat jemand auch ähnliches problem gehabt und gelöst?

Danke im Voraus.
S.Mathi

Antworten