Windows Squid.conf Multi Ips
November 14th, 2009
I have squid installed and running on a remote box but when trying to use multiple ips that are on the server it always uses the first specified but not the rest
i have tried
tcp_outgoing_address x.x.x.x
tcp_outgoing_address x.x.x.x
and the regular linux way
acl ip1 myip x.x.x.x
tcp_outgoing_address x.x.x.x ip1
acl ip2 myip x.x.x.x
tcp_outgoing_address x.x.x ip2
this is obviously a fast and easy job as i justt need to know what to put in squid.conf or have someone put a example in my file..




