Date: Fri, 29 Jun 2001 03:24:28 -0500 From: "Mario Doria" <madd@tecdigital.net> To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: Strange named problem Message-ID: <000f01c10074$eb937380$0a00a8c0@midgar>
next in thread | raw e-mail | index | archive | help
Hi,
Im running bind 9.1.3rc1 built from ports. When I try to do an nslookup -
132.254.97.16 from a win2k box, I get a query refused from the server. It
appears on the logs perfectly. Thing is, on my named.conf file I have it
defined like this:
zone "97.254.132.in-addr.arpa" {
type slave;
allow-query { any; };
masters {
10.25.162.1;
10.25.163.1;
132.254.101.7;
132.254.101.9;
132.254.101.16;
};
};
This machine has an IP address of 10.25.165.1, inside of a VLAN, its
external interface is 132.254.97.16. My problem only arises when I do the
nslookup from outside the network (ej nslookup - 132.254.97.16), but if from
inside I do nslookup - 10.25.165.1 and then do a reverse lookup on
132.254.97.16, everything works perfectly.
I dont understand why I get a query refused if I do the nslookup from the
outside, but not if I am on the smae interface. The logs clearly state that
the query was refused, but in the named.conf file it explicitly says
allow-query { any; };
Any ideas, any help is greatly appreciated
Thanks
Mario Doria
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000f01c10074$eb937380$0a00a8c0>
