Transparent Proxy - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: Security and Firewalls (https://www.linux-noob.com/forums/forum-87.html) +--- Thread: Transparent Proxy (/thread-2405.html) |
Transparent Proxy - Ritter - 2005-09-26 Quote:HI I read ur article about iptables ,it seems u are master in iptables.Indeed i have a question in this field and i will be gratefull if u answer me.I have installed fedora core 3 for squid to use as a transparent proxy. it works but not as i expect Transparent Proxy mini-HOWTO Follow that guide, but the critical iptables rule is basically: Code: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 Transparent Proxy - xDamox - 2005-09-27 Good post Ritter. Transparent Proxy - anyweb - 2005-09-27 Ritter rules ! :-) Transparent Proxy - ali_ff15 - 2005-10-14 Quote:<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="1823" data-ipsquote-contentclass="forums_Topic"><div>HI I read ur article about iptables ,it seems u are master in iptables.Indeed i have a question in this field and i will be gratefull if u answer me.I have installed fedora core 3 for squid to use as a transparent proxy. it works but not as i expect Transparent Proxy mini-HOWTO Follow that guide, but the critical iptables rule is basically: Code: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 </div></blockquote> Transparent Proxy - ali_ff15 - 2005-10-14 i have checked ur rule but unfortunately i did not succeed.My dial up customers can not open all pages .for example as they asked for gmail ,they get google. or as they ask for msn .THey see only blank sheet before themseleves .they can not open weblocks too |