Re: subnet instead of domains

From: visolve cache <visolve_cache@dont-contact.us>
Date: Thu, 13 Jan 2000 20:06:07 -0800 (PST)

Hi,

Make use of url_regex to allow requests to go direct
for a subnet.

For example,
In order to go direct for x.abc.com and y.abc.com and
not direct for all other subnets, u can use url_regex
as follows

   acl local-servers url_regex abc.com
   acl all src 0.0.0.0/0.0.0.0
   never_direct deny local-servers
   never_direct allow all

Regards,
Visolve Cache

--- maumar@datalogica.com wrote:
> hi,
> i've this conf:
>
> acl local-servers dstdomain
> mydomain.xx
> acl all src 0.0.0.0/0.0.0.0
> never_direct deny local-servers
> never_direct allow all
>
> now, request of www.mydomain.xx go direct, but
> www.mydomain.xx
> go to parent.
> I would have going direct all request to an entire
> subnet (i.e.
> x.x.x.x/27) instead of a domain.
>
> thnx.
>
>
>
> Maurizio Marini http://www.datalogica.com
> Datalogica snc Via I. Nievo, 23
> 61100 Pesaro tel. +39 721 416200
> mailto:maumar@datalogica.com fax. +39 721 457328
>
>
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
Received on Thu Jan 13 2000 - 21:14:47 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:23 MST