Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-03-16 Thread Rachmat Hidayat Al Anshar
Hi Indunil :) First of all, thanks a zillion for ur help before, I was implemented ur suggested rules, and its working, my squid box become transparent ;-) Um, but there is some other problem disturbing me here. Those rules working for a http traffic, in fact, i have to redirect ftp traffic

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-03-16 Thread Indunil Jayasooriya
On Sun, Mar 16, 2008 at 4:18 PM, Rachmat Hidayat Al Anshar [EMAIL PROTECTED] wrote: Hi Indunil :) First of all, thanks a zillion for ur help before, I was implemented ur suggested rules, and its working, my squid box become transparent ;-) Um, but there is some other problem

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-14 Thread Rachmat Hidayat Al Anshar
firewall policy for transparent (single-homed host) proxy on your squid box, pls add below rule. iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 Where did you add below SNAT rule? On squid box or iptables box ? it should be added

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-14 Thread Indunil Jayasooriya
All iptables rules here implemented on firewall-box. I have also check the access.log of squid guys, but there is nothing logged. :'( Its looks like firewall-box didn't make it redirect all web services to the squid-box. to riderect all web traffic ( i.e port 80) to squid server. your

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-13 Thread Indunil Jayasooriya
on your squid box, pls add below rule. iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 Where did you add below SNAT rule? On squid box or iptables box ? it should be added to iptables box. NOT to SQUID box. in addition to that, Your squid box needs

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-10 Thread Indunil Jayasooriya
Hi all... I am on my research deploying a transparent single-homed host proxy server on my virtual network. My squid box is not on the same box where the firewall applied. that means Transparent Proxy to a Remote Box. then, this is the URL for this.

[squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-08 Thread Rachmat Hidayat Al Anshar
var YAHOO = {'Shortcuts' : {}}; YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = us; YAHOO.Shortcuts.document_id = 0; YAHOO.Shortcuts.document_type = ; YAHOO.Shortcuts.document_title = [help] setting up

Re: [squid-users] [help] setting up firewall policy for transparent (single-homed host) proxy

2008-01-08 Thread Rachmat Hidayat Al Anshar
Hi all... I am on my research deploying a transparent single-homed host proxy server on my virtual network. My squid box is not on the same box where the firewall applied. I didn't have any idea how to set up the iptables running on the firewall, so I can redirect all client's web request to