If one were to assign a whole /64 block of IPv6 IPs to a NIC on Linux then they would use the "ip route add local" method instead of adding each IP in the /etc/network/interfaces file.
From the testing I have done the IPs that were assigned with the "ip route add local" don't work with Squid and the main reason for this is because Squid does not use IP_FREEBIND or IP_TRANSPARENT option on the socket connection.
You can read more about it here
Is there any option in the config file that enables this option?
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users