Re: [squid-users] Multiple Proxy addresses on the same Server

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Wed, 14 Mar 2007 01:47:37 +0100

tis 2007-03-13 klockan 12:30 +0200 skrev alaa@internetvsat.com:

> > acl home_clients src 10.0.0.0/8
> > acl corporate_clients src 192.168.0.0/23
> >
> > tcp_outgoing_address yyy.yyy.yyy.yyy home_clients
> > tcp_outgoing_address zzz.zzz.zzz.zzz corporate_clients

> Actually I don't want to make groups, I want to be free in using any of
> the Proxy IP addresses BUT getting the reply for the IP address that I'm
> using in the browser.

Don't top post.

Same principle, but use the myaddr acl instead of src, and appropriate
acl names for the context..

acl interface1 myaddr xx.xx.xx.xx
tcp_outgoing_address xx.xx.xx.xx interface1
acl interface2 myaddr yy.yy.yy.yy
tcp_outgoing_address yy.yy.yy.yy interface2

Regards
Henrik

Received on Tue Mar 13 2007 - 18:47:45 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT