W
W
WildZero2011-08-17 11:50:43
Squid
WildZero, 2011-08-17 11:50:43

Squid and multiple external IPs

Good afternoon.
There was such a problem: you need to raise the proxy so that you can use several external IPs.
How much I did not suffer with the settings - I always get an exit only through 1 IP. I understand that it's worth digging towards tcp_outgoing_address, but it still doesn't work.
Please tell me how to solve this problem.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SuperSonic, 2011-08-17
@WildZero

As an option:
ACL IP01 Myip 88.112.11.12
ACL IP02 Myip 88.112.11.13
ACL IP03 MYIP 88.112.11.12
TCP_OUTGOING_ADDRESS 88.112.12.12 IP01
TCP_OUTGOING_ADDRESS 88.112.11.13 IP02
TCP_OUTGOING_ADDRESS 88.112.12.14 IP03
to which IP server contact such a proxy and will.

V
vgrayster, 2011-08-17
@vgrayster

Create an ACL
acl out_ip_1 src
src_ip1 src_ip2
specify which address to use
tcp_outgoing_address 1.1.1.1 out_ip_1
tcp_outgoing_address 2.2.2.2 out_ip_2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question