It sounds like a coding project - are you volunteering? :)


Adrian

On Thu, Nov 22, 2007, Ming-Ching Tiew wrote:
> From: "Siju George" <[EMAIL PROTECTED]>
> > >
> > > But not something I would recommend. Many sites dislikes clients coming
> > > from more than one IP during the same session. The client IP is often
> > > embedded in session cookies etc, making the session fail if the IP
> > > changes.
> > >
> >
> > Yes Henrik.
> > Such sites are identified and there is af firewall rule added to PF in
> > OpenBSD to route them through the same interface.. But it is not a
> > problem with majority of the sites.
> >
> 
> Perhaps it will be interesting for squid to have an acl called random :-
> 
> ( is there one already ? )
> 
> eg
> 
>        acl rnd random 50       # 50 %
> 
>        tcp_outgoing_address x.x.x.x rnd       <--- use x 50 % of time
>        tcp_outgoing_address y.y.y.y rnd       <---- use y 50% of time
>        tcp_outgoing_address z.z.z.z              <--- have to provide a
> default in case nothing is matched
> 
> And the random acl can be used together with other acl too !
> 
> eg
>         acl link1 dst .....
>         tcp_outgoing_address x.x.x.x link1 rnd
> 
> :-)
> 
> 
> 
> 
> 
> 
> 

-- 
- Xenion - http://www.xenion.com.au/ - VPS Hosting - Commercial Squid Support -
- $25/pm entry-level VPSes w/ capped bandwidth charges available in WA -

Reply via email to