[squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread melvin obiri
Hi, I need help with transparent proxy on fedora 6 or fedora. I have set the http_port to transparent mode as below http_port 192.168.0.220:3128 transparent and made a fowarding rule on iptables but am still not able to do transparent proxy iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80

Re: [squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread Leonardo Rodrigues Magalhães
melvin obiri escreveu: Hi, I need help with transparent proxy on fedora 6 or fedora. I have set the http_port to transparent mode as below http_port 192.168.0.220:3128 transparent and made a fowarding rule on iptables but am still not able to do transparent proxy iptables -t nat -A

Re: [squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread Leonardo Rodrigues Magalhães
melvin obiri escreveu: Thanks Leonardo, well, initially the http_port transparent 3128 was working fine then I thought maybe it makes my cache open for public. Get appropriate iptables rules for not allowing external access to it. Get appropriate http_access rules for not allowing

Re: [squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread Henrik Nordstrom
On mån, 2008-05-12 at 14:42 -0700, melvin obiri wrote: Hi, I need help with transparent proxy on fedora 6 or fedora. I have set the http_port to transparent mode as below http_port 192.168.0.220:3128 transparent and made a fowarding rule on iptables but am still not able to do transparent

Re: [squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread Henrik Nordstrom
On mån, 2008-05-12 at 18:49 -0300, Leonardo Rodrigues Magalhães wrote: if i'm not sure, REDIRECT redirects to 127.0.0.1, and your squid is listening on 192.168.0.220 only. No, REDIRECT redirects to the primary IP of the interface where the traffic is seen coming in. Regards Henrik

Re: [squid-users] squid2.6STABLE13 and transparent proxy

2008-05-12 Thread Indunil Jayasooriya
On Tue, May 13, 2008 at 3:12 AM, melvin obiri [EMAIL PROTECTED] wrote: Hi, I need help with transparent proxy on fedora 6 or fedora. I have set the http_port to transparent mode as below http_port 192.168.0.220:3128 transparent and made a fowarding rule on iptables but am still not able to