I´m running a squid server on a load balance machine with two dsl lines with balance_on_multiple_ip on option and it work flawlessly. --- On Fri, 11/13/09, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > From: Amos Jeffries <squid3@xxxxxxxxxxxxx> > Subject: Re: squid proxy - multiple outgoing IP addresses > To: > Cc: squid-users@xxxxxxxxxxxxxxx > Date: Friday, November 13, 2009, 7:21 PM > Cameron Knowlton wrote: > > I'm trying to configure Squid to run over multiple IP > addresses. I found the following configuration code that > supposedly manages the task, but I can't seem to get it > working: > > > > acl ip1 myip 24.69.1.2 > > acl ip2 myip 24.69.1.3 > > tcp_outgoing_address 24.69.1.2 ip1 > > tcp_outgoing_address 24.69.1.3 ip2 > > The above depends on what your http_port and/or https_port > settings are. And what IPs are assigned to the machine. > > NP: myip ACL type does not work reliably on interception > proxies. Only of regular forward-proxies and > reverse-proxies. > > Amos > -- Please be using > Current Stable Squid 2.7.STABLE7 or 3.0.STABLE20 > Current Beta Squid 3.1.0.14 >