Postawiłem serwer Bind, niestety o ile odpowiada na zapytania normalne o tyle nie odpowiada na zapytanie odwrotne. Sprawdziłem poprawnosc pliku strefy zapytaniem named-checkzone i jest OK.
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
//
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
zone "sp.edu.pl" {
type master;
file "/etc/bind/db.sp.edu.pl";
allow-query { any; };
allow-update { none; };
allow-transfer { 127.0.0.1; 212;76.32.1; 212.76.33.1; 178.74.9.2; 178.74.9.15; };
notify yes;
};
zone "9.73.178.in-addr.arpa" {
type master;
file "/etc/bind/reverse.zone";
allow-query { any; };
allow-update { none; };
allow-transfer { 127.0.0.1; 212;76.32.1; 212.76.33.1; 178.74.9.2; 178.74.9.15; };
notify yes;
};
Ja tu błędu nie widzę w zapisie.
Może problem jest jakiś spacji lub tabulacji.
Co pokazuje syslog przy próbie uruchomienia binda ?
Pokaż wynik polecenia named-checkzone
Generalnie chodziło mi o to abyś w rekordzie in SOA dał 9.74.178.in-addr.arpa zamiast @ i powyrzucał @ z reszty wpisów może to pomoże