From owner-freebsd-hubs@FreeBSD.ORG  Tue Oct 18 16:56:31 2005
Return-Path: <owner-freebsd-hubs@FreeBSD.ORG>
X-Original-To: freebsd-hubs@freebsd.org
Delivered-To: freebsd-hubs@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C62F16A41F;
	Tue, 18 Oct 2005 16:56:31 +0000 (GMT)
	(envelope-from jacques@powertrip.co.za)
Received: from prometheus.powertrip.co.za (prometheus.powertrip.co.za
	[72.21.46.202])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B25643D58;
	Tue, 18 Oct 2005 16:56:24 +0000 (GMT)
	(envelope-from jacques@powertrip.co.za)
Received: from c1-117-14.wbs.isadsl.co.za ([196.209.125.117]
	helo=[192.168.0.2])
	by prometheus.powertrip.co.za with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.52 (FreeBSD))
	id 1ERul7-0006Rk-G9; Tue, 18 Oct 2005 18:56:20 +0200
Message-ID: <43552904.2060808@powertrip.co.za>
Date: Tue, 18 Oct 2005 18:55:32 +0200
From: Jacques Marneweck <jacques@powertrip.co.za>
User-Agent: Thunderbird 1.4 (Windows/20050908)
MIME-Version: 1.0
To: FreeBSD Hubs Mailing List <freebsd-hubs@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Scan-Signature: 7d527e6ea7da1e558a163f0e3433effb
X-Authenticated-Sender: jacques@powertrip.co.za
Subject: Subdomains within freebsd.org with only one nameserver
X-BeenThere: freebsd-hubs@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "FreeBSD Distributions Hubs: mail sup ftp" <freebsd-hubs.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hubs>,
	<mailto:freebsd-hubs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hubs>
List-Post: <mailto:freebsd-hubs@freebsd.org>
List-Help: <mailto:freebsd-hubs-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hubs>,
	<mailto:freebsd-hubs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Oct 2005 16:56:31 -0000

Hi,

Regarding Bill's post[1], cn.freebsd.org is one of the couple of 
freebsd.org sub domains which do not have any secondary nameservers.  
The reason why you are getting this mail (also sent to the FreeBSD Hubs 
mailing list and the FreeBSD Hostmasters), is to add further redundancy 
for the sub domains which you are hosting for the FreeBSD project.  For 
the record I'm sending this email to the hostmasters of the sub domains 
within the freebsd.org domain who do not have any secondary nameservers 
and I am in the process of setting up secondary DNS services for these 
domains:

 - ar.freebsd.org
 - cn.freebsd.org
 - br.freebsd.org
 - fi.freebsd.org
 - pl.freebsd.org

Please ensure that you allow transfers from the following two IP addresses:

 - 72.21.46.203 (ns1.powertrip.co.za)
 - 72.21.46.204 (ns2.powertrip.co.za)

Assuming that you are running Bind edit your /etc/named.conf file add 
the following acl entry:

acl "powertrip" {
        72.21.46.203/32;
        72.21.46.204/32;
};

and on the XX.freebsd.org zone entry:

zone "XX.freebsd.org" {
        type master;
        file "master/db.xx.freebsd.org";
        allow-transfer { powertrip; };
};

Also please add two NS records into your zonefile, replacing the XX's 
with your subdomain in question.

XX.freebsd.org.   IN   NS   ns1.powertrip.co.za.
XX.freebsd.org.   IN   NS   ns2.powertrip.co.za.

I will be in contact with the FreeBSD hostmaster once the the zones have 
successfully transfered to my nameservers so that the freebsd.org domain 
can have the additional NS records added.  I will also be in contact 
with the subdomains who have only two nameservers to add to the 
redundancy at a later stage.

If you have any queries, please contact me either by responding to this 
email or emailing hostmaster@powertrip.co.za

Thank you for your supporting the FreeBSD project!

Regards
--jm

[1] http://lists.freebsd.org/pipermail/freebsd-hubs/2005-October/001300.html

-- 
Jacques Marneweck
http://www.powertrip.co.za/blog/