On Thu, 26 May 2005, Matus UHLAR - fantomas wrote:
I'm afraid there's nothing like reverse intercepting proxy although it's possible to do it. Maybe some hardware proxying solutions...
There is the TPROXY patch for Linux.
Another option is tcp_outgoing_address combined with NAT outside the proxy. Set up one private tcp_outgoing_address per client IP and then NAT these to the real client IP before the traffic leaves your network.
Both has very strict requirements on your networking setup as all return traffic must go via the proxy even if the destination IP is the client IP.
Regards Henrik