| To: | dns@list.cr.yp.to |
|---|---|
| Subject: | Re: Client Differentiation |
| From: | "Matthew R. Dempsky" <mrd@alkemio.org> |
| Date: | Fri, 11 May 2007 14:47:34 -0500 |
| 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: | <23ED5B101B71F9479A9B2CD0A775090E0597DEBD@NYCMBX40.na.corp.ipgnetwork.com> |
| Mail-followup-to: | dns@list.cr.yp.to |
| 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> |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Client Differentiation, Bhat, Anoop \(CHI-IPG\) |
|---|---|
| Next by Date: | RE: Client Differentiation, Bhat, Anoop \(CHI-IPG\) |
| Previous by Thread: | RE: Client Differentiation, Bhat, Anoop \(CHI-IPG\) |
| Next by Thread: | RE: Client Differentiation, Bhat, Anoop \(CHI-IPG\) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |