bingo! Thanks.
The other thing I was missing was the fact that the client had selected
its server. I did not realize that the selection persisted across
multiple requests. Once I put the allow-query in AND told the client
specifically which server to use all began working. thanks.
dlm
On Mon, 24 Nov 2003 04:03:04 -0500, Pierre Tranié wrote:
> "David" <(E-Mail Removed)> a écrit dans le message de
> news
(E-Mail Removed) m...
>> RedHat 7.3
>> BIND 9
>> private network 192.168.1.0
>>
>> I am new to bind and although I've managed to get the server to respond
>> to queries initiated locally (on the dns server), I cannot get any of
>> the
> other
>> computers on the network to "see" my new local DNS server. Turned on
>> query logging and nothing shows up when I do an "nslookup" on the win2k
>> box which has as its primary DNS server, this new server.
>>
snip
>
>> hosts.allow
>> ALL : ALL
> Did you check the allow-query field (named.conf, options statement)? You
> should input there the IPs of hosts allowed to query your server.
>
> Pierre