[squid-users] /64 ipv6

Amos Jeffries squid3 at treenet.co.nz
Tue Feb 26 23:20:00 UTC 2019


On 27/02/19 11:10 am, mzgmedia wrote:
> we want to add the entire /64
> 
> something like this
> 
> acl A myip a::b:c/64 
> tcp_outgoing_address A  a::b:c/64
> 

That directive is for selecting a src-IP address of IP packets that form
a TCP connection. There can only ever be one src-IP per connection.

The operating system API enforces that by only allowing bind()'ing to a
single IP address at a time. So that above is not possible to do.


Depending on what you actually want to achieve there are probably other
features needed.

Amos


More information about the squid-users mailing list