djbdns
[Top] [All Lists]

RE: Client Differentiation

To: <dns@list.cr.yp.to>
Subject: RE: Client Differentiation
From: "Bhat, Anoop \(CHI-IPG\)" <anoop.bhat@interpublic.com>
Date: Fri, 11 May 2007 16:06:43 -0400
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-djbdns@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list dns@list.cr.yp.to
In-reply-to: <20070511194734.GA24190@odin.dempsky.org>
Mailing-list: contact dns-help@list.cr.yp.to; run by ezmlm
References: <23ED5B101B71F9479A9B2CD0A775090E0597DBFF@NYCMBX40.na.corp.ipgnetwork.com> <20070511161429.GA11848@discworld.dyndns.org> <23ED5B101B71F9479A9B2CD0A775090E0597DEBD@NYCMBX40.na.corp.ipgnetwork.com> <20070511194734.GA24190@odin.dempsky.org>
Thread-index: AceUBZkOfIp5wHBASCW+agjXkcjtVgAAdMCQ
Thread-topic: Client Differentiation
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)

<Prev in Thread] Current Thread [Next in Thread>