Re: [squid-users] Split trafiic over two interfaces

From: Alexey Promokhov <ayp@dont-contact.us>
Date: Sun, 23 Mar 2003 22:11:31 +0300

21 Mar 2003, Henrik Nordstrom wrote:

 HN> Yes, but is also likely to crash some sites not expecting users to
 HN> come from more than one IP address in the same session...
But why? Webserver will seen two clients from two IPs, each of they
requesting several files. There will be two sessions.

I hope Squid will open a new TCP connection if source IP differs from one
used in existing connection. In other case it's probably a bug.

(Squid uses keep-alive connection, am I right?)

[...]
>> acl IMAGES urlpath_regex -i \.gif$
>> acl HTML urlpath_regex -i \.html$
>> tcp_outgoing_address 192.168.0.1 IMAGES
>> tcp_outgoing_address 192.168.0.1 HTML
>> tcp_outgoing_address 192.168.0.2 ALL

-- 
Alexey Promokhov <ayp#ayp.msk.ru>
Received on Sun Mar 23 2003 - 17:10:46 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:18 MST