Date: Tue, 10 Jul 2007 19:50:53 -0500 From: jbarnet <jackbarnett@gmail.com> To: Zbigniew Szalbot <zbigniew@szalbot.homedns.org> Cc: Freebsd questions <freebsd-questions@freebsd.org> Subject: Re: named listening on LAN Message-ID: <4694296D.5030908@gmail.com> In-Reply-To: <3118eba2c9d0a0a2ae60f07841353398@szalbot.homedns.org> References: <3118eba2c9d0a0a2ae60f07841353398@szalbot.homedns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
this is what I got:
listen-on {
127.0.0.1;
192.168.11.50;
};
Try that, restart and see if it works locally (from the server).
Also the logs spit anything out?
Other thing is firewall, I think simple blocks it by default? So you
might want to try that.
Zbigniew Szalbot wrote:
> Hello,
>
> I am slowly trying various features of FBSD and I have just enabled named
> to be my local caching DNS server. It works fine but I have one question.
> I would like it to be a caching DNS server for my LAN.
>
> So following the Handbook I tried setting a proper LAN IP address of the
> named machine:
>
> listen-on { 192.168.11.50; };
>
> However, when I restart named, it does not want to work (no DNS then). The
> handbook suggests that when I want a caching server only, I should not
> touch zones.
>
> Any hint what I need to do to make it work for my LAN?
>
> Thank you in advance!
>
> Zbigniew Szalbot
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4694296D.5030908>
