Date: Tue, 23 Oct 2001 05:53:38 +0300 From: Giorgos Keramidas <charon@labs.gr> To: Tor Stormwall <tor@stormwall.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail and named! Message-ID: <20011023055338.A15848@hades.hell.gr> In-Reply-To: <3BD2DEB3.30F1EBC5@stormwall.org> References: <3BD2DEB3.30F1EBC5@stormwall.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 21, 2001 at 04:41:55PM +0200, Tor Stormwall wrote:
> Hi!
>
> I'm trying to make a domain called "myhome.my" in my private
> network using 192.168.0.x addresses.
>
> My named.conf looks like this:
>
> options {
> directory "/etc/namedb";
> forwarders {
> 127.0.0.1;
> };
> };
Do you really need to forward all requests to 127.0.0.1
(i.e. yourself)? I would delete the whole forwarders thing, and leave
this looking like:
options {
directory "/etc/namedb";
};
> zone "0.168.192.inddr.arpa" {
> ty ae;
What is type 'ae'? Perhaps you meant 'master' here...
> file "myhome-reverse";
> };
-giorgos
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011023055338.A15848>
