From owner-freebsd-questions Tue Nov 2 23:47:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.compwebtech.com (w105.z208036038.lax-ca.dsl.cnc.net [208.36.38.105]) by hub.freebsd.org (Postfix) with ESMTP id 230D014D15 for ; Tue, 2 Nov 1999 23:47:31 -0800 (PST) (envelope-from larry@compwebtech.com) Received: from www (lsajca1-195-213.dsl.gtei.net [4.3.195.213]) by mail.compwebtech.com (8.9.1/8.9.1) with SMTP id XAA05701 for ; Tue, 2 Nov 1999 23:37:05 -0800 (PST) (envelope-from larry@compwebtech.com) From: "larry" To: Subject: Need Help with my named.conf Date: Tue, 2 Nov 1999 23:44:32 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Emergency... I have just "rm named.conf" by accident.. I have tried to rebuild it, but am having problems writing it. For some reason I can get rev DNS to work... My named.conf file is located in the /etc/namedb/ and I host about 200 or so domains. my secure sites are not working for some reason.. Could someone help me!!! Please email me at larry@malibusurfing.com .. Thanks in advance... Larry (example of my file) options { directory "/etc/namedb"; pid-file "/var/run/named.pid"; }; zone "." { type hint; file "named.root"; }; zone ".7372" { type master; file ".7372"; }; zone "103.2.216.in-addr.arpa" { type master; file "localhost.rev"; }; zone "boat.to" { type master; file "boat.to"; }; zone "go-on.to" { type master; file "go-on.to"; }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message