Hello All ! I want to use squid in a non-masquerading mode, means that when a request goes out of squid, squid binds it's own IP instead of the client. I want Squid to, not bind it's IP and forward the client IP.
WHAT HAPPENS (client 10.0.0.1) ----> request to squid 10.0.0.2 ----> request to Internet 10.0.0.2(10.0.0.2 is squid IP) WHAT I WANT (client IP 10.0.0.1) ----> (request to squid 10.0.0.2) ----> request to Internet 10.0.0.1(I want the originating IP to be the client not squid) any help ?