[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] DNS> Want to reslove for Intenal hosts only.



> Please help me on this,  I am not a pro with DNS,

Niether am I.
 
> I want my DNS to resolve only the sites hosted on my raq. I dont want to
> resolve other sites like yahoo.com, or msn.com.
>
> i.e. queries to my DNS server should resolve only if it is for hosts on my
> machine. and sould not answer to other sites not hosted by me.

I assume you want to turn off recursive queries which is found in the BIND
manual.

Add this to your /etc/named.conf and reload.

options { recursion no; };
options { fetch-glue no; };

-- 
http://www.bizmanuals.com