<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font size="+1"><font face="Bitstream Charter">Hi!<br>
<br>
I have a some specific questions about the directive <i>tcp_outgoing_address</i>.
I need to know if it could works for my deployment:<br>
<br>
My Squid 34.8 runs over Debian Jessie. I have a multiwan
environment with dual internet connection.<br>
<br>
There are some clients that visit web pages that only allow
certain public IPs to access them. Only one of my two public IPs
is allowed to access those services. I red some examples about <i>tcp_outgoing_address</i>
from de Squid docs and other resources and they are all like
this one:<br>
<br>
</font></font><font face="Bitstream Charter">acl abc src
10.0.0.0/24
<br>
acl xyz 10.0.2.0/24
<br>
tcp_outgoing_address 10.1.0.1 abc
<br>
tcp_outgoing_address 10.1.0.2 xyz
<br>
tcp_outgoing_address 10.1.0.3</font><font size="+1"><font
face="Bitstream Charter"><br>
<br>
I am not sure (this is the reason of my question) if I can use
the directive in this way:<br>
</font></font><br>
<font size="+1"><font face="Bitstream Charter"><font size="+1"><font
face="Bitstream Charter"> </font></font><font
face="Bitstream Charter">acl pages url_regex -i
"/path/to/restricted_access_pages"<br>
tcp_outgoing_address my_gateway_ip abc <br>
</font><font size="+1"><font face="Bitstream Charter"><br>
Also, in multiwan environments frequent disconnect issues
are common. Can Squid handle the problem with <i>tcp_outgoing_address</i>,
for example when users need to access to email, for avoid
those disconnection problems? (I don't have load balancing,
so the http requests use both ADSL connections) Example:<br>
<br>
acl email url_regex -i "/path/to/email_pages"<br>
tcp_outgoing_address my_gateway_ip email<br>
</font></font> <br>
Hope my question is clear.<br>
Thanks in advance. Sorry for my english.<br>
</font></font>
<pre class="moz-signature" cols="72">--
Verónica Ovando</pre>
</body>
</html>