Re: [squid-users] IP Addresses

From: Chris Robertson <crobertson@dont-contact.us>
Date: Thu, 15 Feb 2007 15:08:29 -0900

Matt wrote:
> Is there a way to get Squid to listen and respond to client requests
> ONLY on a certain IP address and have it connect to websites ONLY on a
> certain other IP address? How do that?
>
> Matt

Listen:

http_port 10.0.0.1:3128

Connect:

acl all src 0.0.0.0/0.0.0.0 # Defined in the default squid.conf, only
included for completeness
tcp_outgoing_address 10.0.0.2 all

See the default squid.conf for more details.

Chris
Received on Thu Feb 15 2007 - 17:08:40 MST

This archive was generated by hypermail pre-2.1.9 : Thu Mar 01 2007 - 12:00:01 MST