Ahhh!
That makes things a little bit better.
Thank you Matthew
Anoop Bhat
Sr. Core Services Technician
GIS - Core Services - Chicago Datacenter
Office: +1 312.988.3528
Mobile: +1 312.925.3271
-----Original Message-----
From: Matthew R. Dempsky [mailto:mrd@alkemio.org]
Sent: Friday, May 11, 2007 2:48 PM
To: dns@list.cr.yp.to
Subject: Re: Client Differentiation
On Fri, May 11, 2007 at 02:59:53PM -0400, Bhat, Anoop (CHI-IPG) wrote:
> But doesn't management of that become extremely painful?
>
> %net1:9.3.5.1
> %net2:9.3.5.2
> %net3:9.3.5.3
>
> +test.x.mil:9.5.5.12:3600::net1
> +test.x.mil:9.5.5.12:3600::net2
> +test.x.mil:9.5.5.12:3600::net3
You can assign multiple IPs to the same location:
%net:9.3.5.1
%net:9.3.5.2
%net:9.3.5.3
+test.x.mil:9.5.5.12:3600::net
You can also generate the % lines using a script easily:
for x in $(seq 1 3); do echo "%net:9.3.5.${x}"; done
This message contains information which may be confidential and privileged.
Unless you are the intended recipient (or authorized to receive this message
for the intended recipient), you may not use, copy, disseminate or disclose to
anyone the message or any information contained in the message. If you have
received the message in error, please advise the sender by reply e-mail, and
delete the message. Thank you very much.
(A)
|