[squid-users] tcp_outgoing_address
Alex Samad
alex at samad.com.au
Wed Apr 15 08:32:39 UTC 2015
Hi
I have squid-3.5.2-2.el6.x86_64 on centos 6.6
I am trying to direct certain destinations from certain ip addresses
acl viaTest dstdomain .abc.com
tcp_outgoing_address 192.168.11.11 viaTEst
This works well for
www.abc.com and test.abc.com when they resolve to ipv4 addresses
but when they resolved to ipv6 it fails :(
so I tried added
dns_v4_first on
but it doesn't seem to help :(
So am i right in presuming that because the name resolution happens
first and because it goes to IPv6 it will not going out with a src of
192.168.11.11
why doesn't the ipv4 first flag work ?
More information about the squid-users
mailing list