Re: setting up dns server

2012-07-04 Thread Doug Barton
On 07/04/2012 06:43, m s wrote: > I want to config FreeBSD as a dns server. You don't mention what kind of name server you want, but from the rest of your post I'm assuming that you want a local resolver. If that's the case, your best bet is to stick with all of the defaults in the base currently,

Re: setting up dns server

2012-07-04 Thread Paul A. Procacci
- What bind listening? (Can you see it with netstat?) - What port is it listening to? - What errors (if any) are in the error log? I'm afraid your question really isn't a specific FreeBSD problem. You might have better luck on the BIND mailing list. ~Paul On Wed, Jul 04, 2012 at 06:43:00AM -070

setting up dns server

2012-07-04 Thread m s
Hi all. I want to config FreeBSD as a dns server. I did below configuration but when I use "nslookup" command it doesn't work. I also enabled named service in rc.conf file and put my ip as a nameserver in "resolv.conf". what am I missing?is there anything else I should do? any help would be appric