SERVFAIL

John Cantu Jeian at myrealbox.com
Tue May 29 00:01:38 UTC 2001


Hi all,
I get this error when trying to do a "nslookup 4.34.235.184 127.0.0.1"
"server can't find 184.235.34.4.in-addr.arpa: SERVFAIL"
My config files follow.
John Cantu

--------named.conf--------

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

zone "235.34.4.in-addr.arpa" {
	type master;
	file "myip.dbf";
};

--------myip.dbf--------

@   IN      SOA     jeian.mydomain.com. jeian.mydomain.com. (
			2001052601 ; serial number
			43200 ; refresh 2x per day
			7200 ; retry every 2 hour
			2592000 ; expire after 1 month
			86400 ; TTL is 24 hours
mydomain.com.  IN      NS      jeian.mydomain.com.
184     IN      PTR     jeian.mydomain.com.
jeian.mydomain.com.   IN      A       4.34.235.184


More information about the bind-users mailing list