We have two providers, one is faster than the another one. We want to transfer all requests for small things like images over the slowest line and all other requests over the another line. So I had the hope something could be done with tcp_outgoing_address or something...
Regards, Sander Winkel ----- Original Message ----- From: "Shalkebaev,AntonMSCAG" <[EMAIL PROTECTED]> To: "'Sander Winkel'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 1:46 PM Subject: RE: [squid-users] Split trafiic over two interfaces > It is not possible :) > Why you would like to do it. > > -----Original Message----- > From: Sander Winkel [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 02:51 > To: [EMAIL PROTECTED] > Subject: [squid-users] Split trafiic over two interfaces > > > I want to split traffic over two interfaces with acls. > For example, I want to send all requests for images to 192.168.0.1 and all > other traffic to 192.168.0.2 > I've look to tcp_outgoing_address but that don't helps me well. > I thought it was possible to do that with squid, isn't it? > > Regards, > Sander Winkel
