Assuming you are using Linux , first you have to create proper routing table for both ISPs , linking each IP to its gateway. Once you are done with that , you can use tcp_outgoing_address in squid to redirect each subnet is IPs to the proper ISP. On Wed, Jun 1, 2011 at 10:40 AM, Roland Roland <R_O_L_A_N_D@xxxxxxxxxxx> wrote: > > Dear all, > > I have one squid that's running two subnets (different delay-pools) on one ISP. > Requirement has changed, the new scenario is as such: > > Subnet #1 goes from ISP#1 > Subnet #2 goes through ISP#2 > > To do so should i have to create a secondary Squid or is there a way i could do so from one machine? > > At a first thought i'm thinking of setting two IPs on that specific Squid with those IPs going through the different ISPs i want. > Where i direct the users coming from Subnet #1 to IP#1(which is routed to ISP#1) and Subnet #2 to IP#2(which is routed to ISP#2) using a PAC file. > > Any idea if this would work, or a possible better idea? > > Thanks, > > --Roland