In message <2952D8201423D211A60100A0C99C6C56032E6C@elliott.bekkers.com.au>
Jamie Bekkers <JTB@bekkers.com.au> wrote:
> Say I have 100's of domains and they all live on a web server and that the
> ip range of that web server is 203.1.1.1 to 203.1.1.150, rather than
> entering every domain which involved management I went
>
> acl local-ip src 203.1.1.0/255.255.255.0
> always direct local-ip
>
> sounds good! No. What then happened was that if a client like me was on
> 203.1.200.1 then all my requested would be serviced by the proxy directly,
> what the above is actually saying is any requests from
> 203.1.1.0/255.255.255.0 then fetch directly, not what I intended.
Hmm. If I'm not wrong you want to fetch some servers directly based on
their IP#s (and not the IP#s of your clients).
So you should better take:
acl local-ip dst 203.1.1.0/255.255.255.0
^^^
Hope this helps,
Thilo.
-- Mir ist mein Signature entlaufen :-(. Wer es findet, sende es bitte an Thilo.Manske@HEH.Uni-Oldenburg.DE zurück. Danke!Received on Sun Oct 18 1998 - 08:37:13 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:33 MST