From owner-freebsd-questions Tue Oct 23 2:22:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC737B406 for ; Tue, 23 Oct 2001 02:22:30 -0700 (PDT) Received: from hades.hell.gr (patr530-b050.otenet.gr [195.167.121.178]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9N9MMO17468; Tue, 23 Oct 2001 12:22:23 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9N2rcW15963; Tue, 23 Oct 2001 05:53:39 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 23 Oct 2001 05:53:38 +0300 From: Giorgos Keramidas To: Tor Stormwall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail and named! Message-ID: <20011023055338.A15848@hades.hell.gr> References: <3BD2DEB3.30F1EBC5@stormwall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BD2DEB3.30F1EBC5@stormwall.org> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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