Mailinglist Archive: opensuse-de (4684 mails)

< Previous Next >
Bind Konfigurationsfehler
Hi!

Ich bekomme ständig folgende Meldung - was hab ich da bei
Bind falsch konfiguriert?
"
linux1:~ # nslookup linux1.privat.local
*** Can't find server name for address 192.168.3.10: Non-existent host/domain
*** Default servers are not available
"
KONFIGURATIONSFILES
file:resolv.conf
------------------------------------
search privat.local
nameserver 192.168.3.10

file: named.conf
-------------------------
options {
directory "/var/named";
forwarders {195.3.96.67; 195.3.96.68; };
cleaning-interval 120;
statistics-interval 0;
notify no;
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
zone "." in {
type hint;
file "root.hint";
};
zone "privat.local" {
type master;
file "privat";
};
zone "192.168.3.in-addr.arpa" {
type master;
file "tavirp";
};


File:privat
---------------
$TTL 2D
@ IN SOA linux1.privat.local. root.privat.local. (
2003042101 ; Serial
3H ; Refresh einmal am Tag
15M ; Retry einmal pro Stunde
1W ; Expire: nach einer Woche
1D ) ; Minimum lebensdauer 1 Tage

IN NS linux1
IN MX 0 linux1

linux1 IN A 192.168.3.10
druide IN A 192.168.3.11

; Aliase
proxy IN CNAME linux1
dns IN CNAME linux1

File: tavirp
---------------
$TTL 2D
@ IN SOA linux1.privat.local linux1.privat.local (
2003022100 ; serial (d. adams)
1D ; refresh
2H ; retry
1W ; expiry
2D ) ; minimum

IN NS linux1.privat.local.
10 IN PTR linux1.privat.local.
11 IN PTR druide.privat.local.
< Previous Next >
Follow Ups