> does this setting tcp_outgoing_address can help me? yes, it does, but you need to configure PBR (Policy Base Routing). You can find more at http://lartc.org/howto/lartc.rpdb.multiple-links.html#AEN298 acl user_of_dep1 src 192.168.1.0/24 acl user_of_dep2 src 192.168.2.0/24 acl user_of_dep3 src 192.168.3.0/24 tcp_outgoing_address xxx.xxx.xxx.xxx user_of_dep1 tcp_outgoing_address yyy.yyy.yyy.yyy user_of_dep2 On Fri, Oct 11, 2013 at 9:24 PM, Beto Moreno <pamrtj@xxxxxxxxx> wrote: > Hi. > > My friends, I have a server with 2 ISP, I want to move some users to > use ISP-1 and others ISP-2, does this setting tcp_outgoing_address can > help me? > > Squid 3.1.x. > > I want this: > > user-1 gw-1->isp-1 > user-2 gw-2->isp-2 > > Thanks.