Hello, I would like to use squid as a transparent proxy for my users.
My platform is pretty simple 😃 "Clients" are behind a Debian "Router" which MASQUERADE them (as they use RFC 1918 ips). I have a Squid 4.6 from Debian Buster packages installed on a "Proxy" server which is outside my network. I read a lot of tutorials and examples from squid site... I Applied a DNAT to trafic coming from Clients thru Router to Proxy. iptables -tnat -A PREROUTING -i LAN_3500 -p tcp -m tcp --dport 80 -j DNAT --to-destination <Proxy>:3129 HTTP is coming to squid successfully but squid logs show a request coming from proxy himself and a request coming from Router (as Clients are NATed by Router) if I allow in squid.conf the Proxy IP, I end up with a Forward loop... I also tried the tproxy scenario with no success. I'd really like some help. Thanks !
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users