<div dir="ltr"><div>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.</div><div><br></div><div>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.</div><div><br></div><div>You can read more about it here</div><div><br></div><div><a href="https://serverfault.com/a/591435/141509">https://serverfault.com/a/591435/141509</a></div><div><br></div><div><br></div><div>Is there any option in the config file that enables this option?</div></div>