> how can I configure my name server so that one client
> with IP address known can't query my name server
>
add this to your named.conf file appropriately:
allow-query { !xx.yy.pp.zz; any; };
where xx.yy.pp.zz is the ip adress of the machine you do not want to query
your name server and reload named.
Joseph.