[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dynamische DNS-Server Konfiguration



Am Son, 2003-05-18 um 23.45 schrieb Martin Bammer:
> Hi,
> 
> ja danke für den Hinweis. Dieses nsupdate hab ich bereits gefunden. Nur hab 
> ich es noch nicht geschafft DNS-Einträge, wie "client01.clientnet" 
> hinzuzufügen. Wenn ich mit nsupdate einen solchen Eintrag hinzufüge, dann 
> erhält der Client so komische Bezeichnungen wie: 33.1.168.192.in-addr.arpa
> Also eine db-Datei dafür sieht bei mir z.B. so aus:
> $ORIGIN .
> $TTL 604800     ; 1 week
> 1.168.192.in-addr.arpa  IN SOA  localhost. root.localhost. (
>                                 9          ; serial
>                                 604800     ; refresh (1 week)
>                                 86400      ; retry (1 day)
>                                 2419200    ; expire (4 weeks)
>                                 604800     ; minimum (1 week)
>                                 )
>                         NS      localhost.
> $ORIGIN 1.168.192.in-addr.arpa.
> $TTL 3600       ; 1 hour
> 33                      PTR     vmk01.
>                         PTR     vmk01.vmknet.
> 34                      PTR     vmk01.
>                         PTR     vmk01.localhost.
> 
> Irgendwas mach ich das scheinbar grundlegend falsch. Nur was??
> 
Hi Martin,

für eine Reversezone sieht das doch ganz gut aus... 

Poste mal bitte die Befehlssequenz, die Du benutzt und wie die
gewünschten Ergebnisse aussehen sollten.

Hier mal zum gucken eine Sequenz aus einem meiner Server (allerdings
ohne Reversezone) :
update delete hw.domain.de in mx
update delete server1.hw.domain.de
update delete imap.hw.domain.de
update delete pop3.hw.domain.de
update delete smtp.hw.domain.de
update delete www.hw.domain.de
update delete ns.hw.domain.de
update add ns.hw.domain.de 300 A $PPP_LOCAL
update add imap.hw.domain.de 300 CNAME ns.hw.domain.de
update add pop3.hw.domain.de 300 CNAME ns.hw.domain.de
update add smtp.hw.domain.de 300 CNAME ns.hw.domain.de
update add www.hw.domain.de 300 CNAME ns.hw.domain.de
update add hw.domain.de 300 CNAME ns.hw.domain.de
update add server1.hw.domain.de 300 CNAME ns.hw.domain.de
update add hw.domain.de. 300  in mx 10 smtp.hw.domain.de
update add hw.domain.de. 300  in mx 20 mailin1.domain.de
send

> -- 
> Wilfried Essig
> 



Reply to: