Hiya all, Having a problem with tcp_outgoing_address, i have the same setup on two servers, squid wise, although one is Version 2.5.STABLE3 and the one with the problem is 2.5.STABLE14. it seems to be using the main IP each time a request is made regardless of the rules that i have set for where the incoming request is from the ACLs were set as follows: [only 2 as an example] acl 10_0_0_1 proxy_auth user acl 10_0_0_1_port myip 10.0.0.1 acl 10_0_0_2 proxy_auth user acl 10_0_0_2_port myip 10.0.0.2 TCP Outgoing was set as follows: tcp_outgoing_address 10.0.0.1 10_0_0_1 tcp_outgoing_address 10.0.0.2 10_0_0_2 Yet all requests (i.e. 10.0.0.2 ) are still going through the first IP (10.0.0.1) has something changed that i've missed? I would appreciate any help. Regards, Shadi Almosri