<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hey guys, </div>

<div> </div>

<div>i'm trying to get squid working with two outgoing ip adresses, but only one will work, i hope someone can help me. </div>

<div> </div>

<div>
<div>I'm using an ESXI with a Ubuntu VM, i got 3 NICs on it. One Local were the traffic comes in and two which are for the outgoing traffic. The booth outgoing nics are in the same subnet and have the same gateway but of course different ips.</div>

<div> </div>

<div>i used the following config: </div>

<div> </div>

<div>http_port 10.5.5.3:3128 name=3128</div>

<div>http_port 10.5.5.3:3129 name=3129</div>

<div>http_port 10.5.5.3:3130 name=3130</div>

<div> </div>

<div>acl test1 myportname 3128 src 1.0.0.0/8 </div>

<div>http_access allow test1</div>

<div>tcp_outoing_address 132.15.115.14 test1</div>

<div> </div>

<div>
<div>acl test2 myportname 3129 src 1.0.0.0/8 </div>

<div>http_access allow test2</div>

<div>tcp_outoing_address 132.15.115.15 test2</div>

<div> </div>

<div>
<div><em>acl test3 myportname 3130 src 1.0.0.0/8 </em></div>

<div><em>http_access allow test3</em></div>

<div><em>tcp_outoing_address 132.15.115.14 test3</em></div>

<div> </div>

<div>test1 and test3 (only for testing purpose) works fine, but test2 wont work. </div>
</div>
</div>

<div> </div>

<div>should i adjust the routing table? </div>

<div> </div>

<div>thanks for the help </div>

<div> </div>

<div>heinz</div>
</div></div></body></html>