I using squid on docker, and have problem with connect to other site by selected ip. I always connected by default host ip, not additional failover ip.
My setup:
a) server -dedicated server on ovh.org -1 dedicated ip from server, and 6 additional by ovh service 'failover ip' -each failover ip added to main interface, and I have on main eno1 interface has 7 ip. -i added all failover-ip by this guide on ovh.org
b) problem -I added to squid.conf my failover ip, but when I connect to this ip remote and using squid, I always using host ip, not additionaly. What is wrong? -my gist setup docker-compose, and squid.conf https://gist.github.com/mxcdh/22baa3d7fa2d9dcb2279520b81d71afa
p.s When I logged to host, not on squid on docker, and put in terminal:
curl --interface ip-failover-1 icanhazip.com
ip-failover-1-results
It's working, but on squid no.