Hi! I use tproxy in my squid server for a long time, but in this days I need to redirect some trafic to other link by selected list url in squid.conf using ACL. I set the tcp_outgoing_address but don't work, the trafic out by default route. I replace tproxy from http_port to "transparent" and tcp_outgoing_address work fine. Resume: without tproxy = tcp_outgoing_address work fine! with tproxy = tcp_outgoing_address is ignored What is this? a bug? a bad resource? bad configure? My squid is: * Version 3.2.0.5 (source) * Configure --enable-async-io --enable-disk-io --enable-storeio="ufs,diskd" --enable-esi --enable-kill-parent-hack --enable-ssl --enable-linux-netfilter --enable-zph-qos --with-openssl --enable-default-err-language=Portuguese --enable-ltdl-convenience --enable-cachemgr-hostname=cache --enable-removal-policies="heap lru" * System Slackware64 13.1 (I have tested in 32bits but do the same) * iptables is the same in squid-cache.org help, usind DIVERT. * route default is the main link, route secondary in table "link2" using advanced route by source to use tcp_outgoing_address I need to use tproxy and I need use other links too, how can I do this? please.