Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 1996 16:10:32 CDT
From:      Travis Rein <trrein@UCollege.edu>
To:        questions@freebsd.org
Subject:   named
Message-ID:  <199610032111.OAA24100@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
To use named on a network with subnet mask 255.255.255.224,
will the following work?

named.boot contains:

; for network 192.206.106.96 with netmask 255.255.255.224
primary		96.106.206.192.in-addr.arpa	mynet.rev


The last portion of mynet.rev contains:

; for IP address 192.206.106.106 with netmask 255.255.255.224
10	IN	PTR	ch210.ucollege.edu
; for IP address 192.206.106.107
11	IN	PTR	ch211.ucollege.edu
; for IP address 192.206.106.108
12	IN	PTR	ch212.ucollege.edu


... and so on.  Will named add the last dotted quad to yield the
right IP address or will it try to concatenate them and give the
wrong one?

Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610032111.OAA24100>