Re: Complex Protection for Proxy...

Ari Luotonen (luotonen@neon.mcom.com)
Thu, 8 Dec 1994 03:04:18 +0100

Date: Thu, 8 Dec 1994 03:04:18 +0100
Message-Id: <199412080204.CAA28181@neon.mcom.com>
From: Ari Luotonen <luotonen@neon.mcom.com>
To: Multiple recipients of list <www-proxy@www0.cern.ch>
Subject: Re: Complex Protection for Proxy...

> Mask @(IPAddress1,IPAddress2,.........,IPAddressn)
>
> Now the problem is that the number of entries in this Mask specification
> is getting pretty large. I was wondering is there some line limit for
> this line or is there some method for splitting this specification over a
> number of lines. I tried using something like:
>
> Mask @(IPAddress1)
> Mask @(IPAddress2)
> ..
> Mask @(IPAddressn)
>
> But this did not work.

Only *one* Mask directive is allowed. However, you can use the group
file to define groups of IP addresses, e.g:

group1: @(IPAddress1,IPAddress2)
group2: @(IPAddress3,IPAddress4,IPAddress5)

and then use those groups with Mask directive:

Mask group1, group2

-- Cheers, Ari --