Date: Wed, 10 May 2000 14:35:03 -0400 From: Chip Marshall <chip@setzer.chocobo.cx> To: Thomas Mullaney <tmullaney@helpfulhacker.com> Cc: freebsd-isp@freebsd.org Subject: Re: classless in-addr.arpa Message-ID: <20000510143503.A51587@setzer.chocobo.cx> In-Reply-To: <Pine.BSF.4.21.0005101423360.5899-100000@colossus.helpfulhacker.com>; from tmullaney@helpfulhacker.com on Wed, May 10, 2000 at 02:26:22PM -0400 References: <Pine.BSF.4.21.0005101423360.5899-100000@colossus.helpfulhacker.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On May 10, 2000, Thomas Mullaney sent me the following:
> I've have a client with a subnet and he would like to setup classless
> in-addr.arpa. His upline supports classless in-addr.arpa but doesn't know
> how to setup my clients end. The netblock the customer will have is
> 207.77.57.48/28
>
> The forward lookup is done and seems to work fine. It's a 3.4 server that
> will soon be decommisioned in favor of a 4.0 server.
I have to do this on a couple of blocks here, the piece of named.conf
that is of interest is just:
zone "128-26.254.181.205.IN-ADDR.ARPA" {
type master;
file "zones/205.181.254.128-26";
}
and the zone file looks like (changed domain name for no good reason)
@ IN SOA domain.dom. email.domain.dom. (
124 86400 900 120000 3600 )
IN NS ns1.domain.dom.
IN NS ns2.domain.dom.
129 IN PTR name.domain.dom.
...
190 IN PTR lastname.domain.dom.
On the server with 205.181.254.0/24, the NS record looks like
128-26 IN NS ns1.domain.dom.
128-26 IN NS ns2.domain.dom.
then each address has a
129 IN CNAME 129.128-26.254.1181.205.IN-ADDR.ARPA.
line with it.
I've found AT&T at least like to use / instead of - in the rev name,
so it end up looking like 128/26.254.181.205.IN-ADDR.ARPA instead.
--
Chip Marshall <chip@chocobo.cx> http://www.chocobo.cx/chip/ Finger for PGP
GCM/CS d+(-) s+:++ a18>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V--
PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y-
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000510143503.A51587>
