Sam Stern wrote:
> Here is an example tag line:
>
> acl external_2 src 1.1.1.2/255.255.255.255
> tcp_outgoing_address 192.168.0.60 external_2
>
> This line SHOULD render external traffic from 192.168.0.60 as 1.1.1.2
The above tells Squid that it should use 192.168.0.60 as IP address if
the request came from a client with IP address 1.1.1.2.
The address on the tcp_outgoing_address is the address Squid should use.
The acl's listed (if any) is the conditions that must be fulfilled for
this IP address to be used.
The first matching tcp_outgoing_address is used.
Regards
Henrik
Received on Sat Jan 04 2003 - 07:31:37 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:27 MST