named.conf
options {
directory "C:\WINNT\system32\dns\etc";
pid-file "named.pid";
allow-query { any; };
recursion no;
};
zone "0.0.127.in-addr.arpa" {
type master;
file "localhost";
notify no;
};
zone "Security" {
type master;
file "Security";
};
zone "0.168.192.in-addr.arpa" {
type master;
file "IP";
};
zone "." {
type hint;
file "named.root";
};
|
Zonefile Security
$TTL 1d
Security SOA Server-1. (
borknecron.lycos.de.
2003050900
1h
15m
30d
1h)
Security NS Server-1.
localhost. A 127.0.0.1
Server-1. A 192.168.0.4
Server-2. A 192.168.0.20
|
Zonefile localhost
$TTL 1d
Security SOA Server-1. (
borknecron.lycos.de.
2003050900
1h
15m
30d
1h)
Security NS Server-1.
1.0.0.127.in-addr.arpa. PTR localhost.
|
Zonefile IP
$TTL 1d
Security SOA Server-1. (
borknecron.lycos.de.
2003050900
1h
15m
30d
1h)
Security NS Server-1.
4.0.168.192.in-addr.arpa. PTR Server-1.
20.0.168.192.in-addr.arpa. PTR Server-2.
|
und in der named.root steht ja noch nichts drin. Die Fehler sind die selben geblieben.