From owner-freebsd-isp@FreeBSD.ORG Mon Jul 21 12:34:07 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DBA37B40A for ; Mon, 21 Jul 2003 12:34:07 -0700 (PDT) Received: from mailgate.packet.org.uk (public2-with1-3-cust50.bagu.broadband.ntl.com [80.5.52.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122D243FBF for ; Mon, 21 Jul 2003 12:34:05 -0700 (PDT) (envelope-from fbsd-x@packet.org.uk) Received: from xaphod by mailgate.packet.org.uk with local (Exim 4.20) id 19egQ6-0002g0-J8; Mon, 21 Jul 2003 19:34:02 +0000 Date: Mon, 21 Jul 2003 20:34:02 +0100 From: Peter McGarvey To: Evren Yurtesen Message-ID: <20030721193402.GA9925@greatmachine.diogenes.intranet> References: <20030721165525.L21521@finland.ispro.net.tr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <20030721165525.L21521@finland.ispro.net.tr> User-Agent: Mutt/1.4.1i X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-isp@freebsd.org Subject: Re: checking dns records from named.conf X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 19:34:07 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline * Evren Yurtesen [2003-07-21 14:57:35 BST]: > I have about 1000 domain names in my named.conf file. > I wonder if it would be possible to check the validity of these domains > or even if they are pointing to my name server or not easily... > Is there a ready script or something somebody knows here? > Well, I'm trying to combine the DNS platforms of 4 different companies onto a single standard platform. I've got over 350,000 domains.... all of which need redelegating. And just to make life fun these 4 different platforms have all been left to rot for years. None of the tools I've found have provided me with any of the information I need to speed up the process. So I've resorted to using a variety of tools, and writing my own. For checking the actual zonefiles, I tend to use named-checkzone which is part of the bind distribution - but not part of the BSD install unfortunately. As for my scripts... well they are rather nasty :-( But I've attached a re-hacked hack of a hack script of mine that may be useful. cat domainlist | perl auths.pl -- TTFN, FNORD Peter McGarvey Freelance FreeBSD Hacker (will work for bandwidth) --VS++wcV0S1rZb1Fb--