On Thu, 2 Jun 2005, Abu Khaled wrote:
While I was planning to do this I asked my self if it was possible to assign each client that connects to Squid a port range for the outgoing request.
Possible yes, but it requires first implementing support for outgoing port ranges in Squid (i.e. coding, not just configuration)
outgoing port ranges is somewhat more complex than outgoing addresses as the OS does not provide a good interface for getting a available port in a port range, and the application must manually probe the ports until it finds a available port.
Regards Henrik