Squid use eth1 outgoing ip change

squid

I've set up squid as an http proxy and I've multi nic cards, by default it uses eth1 ip for outgoing; I want it to use eth1:1 ip for outgoing. Any clue?

Best Answer

Correct option is tcp_outgoing_address.

tcp_outgoing_address 123.123.123.123

Of course, replace 123.123.123.123 with your ip address assigned to eth1:1