evilcartman
01-29-2002, 02:30 PM
I read all Transparent-proxy how-to s but i am stuck here
I run squid at port 3128 as a proxy with a redirector redirector zaps the web ads.
And use iptables v1.2.5 with kernel 2.4.18-pre7
Now what i want to do redirecting port 80 to port 3128
so i did
"
"iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 80 -j REDIRECT --to-port 3128" as told in how-tos
Now when i surf the web squid doesnt proxy anything?!
What am i doing wrong here? :rolleyes:
p.s:squid is 2.4Stable3 and compiled with --enable-netfilter option
I run squid at port 3128 as a proxy with a redirector redirector zaps the web ads.
And use iptables v1.2.5 with kernel 2.4.18-pre7
Now what i want to do redirecting port 80 to port 3128
so i did
"
"iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 80 -j REDIRECT --to-port 3128" as told in how-tos
Now when i surf the web squid doesnt proxy anything?!
What am i doing wrong here? :rolleyes:
p.s:squid is 2.4Stable3 and compiled with --enable-netfilter option