[linux-l] nslookup Problem

Stephan.Boldt Stephan.Boldt at ePost.de
Mo Feb 11 12:38:09 CET 2002


Hi,

Es ist zum verzweifeln: 

Ich habe alle Änderungen eingepflegt, aber es funktioniert immer noch
nicht mit "localhost".
Ich bekomme immer noch die Fehlermeldung:

gon_dc:/var/named # dig @localhost www.yahoo.de

; <<>> DiG 9.2.0 <<>> @localhost www.yahoo.de
;; global options:  printcmd
;; connection timed out; no servers could be reached

Ich liste hier einfach mal meine derzeitige Konfig auf, vielleicht sieht
ja jemand den Fehler:

=====8<-------------[ named.conf ]----------------------

acl "LAN" {
        192.168.200.0/24;
};

options {
        directory "/var/named";
        pid-file "/var/run/named.pid";
};

//Root server hints

zone "." {
        type hint;
        file "root.hint";
};

zone "0.0.127.in-addr.arpa" {
  type master;
  file "127.0.0.zone";
};

zone "localhost" {
        type master;
        file "localhost.zone";
};

=====8<-------------[ 127.0.0.zone ]----------------------

@   IN     SOA   localhost. root.localhost. (
                                1999110700      ; Serial
                                10800           ; Refresh (3h)
                                3600            ; Retry (1h)
                                604800          ; Expire (1w)
                                86400           ; Min TTL (1d)
                 )

; The name server
                        IN NS localhost.
; The single entry :)
1                       PTR   localhost.

=====8<-------------[ localhost.zone ]----------------------

$ORIGIN localhost.
@                       1D IN SOA       @ root (
                                1999110700      ; Serial
                                10800           ; Refresh (3h)
                                3600            ; Retry (1h)
                                604800          ; Expire (1w)
                                86400           ; Min TTL (1d)
                        )

; Nameservers
                        1D IN NS        localhost.
; Hosts
                        1D IN A         127.0.0.1


=====8<-------------[ resolv.conf ]----------------------


domain local
nameserver 127.0.0.1


=====8<--------------------------------------------------

Sieht jemand ein Problem?

Viele Grüße und vielen Dank!
Stephan




Mehr Informationen über die Mailingliste linux-l