On tor, 2008-06-05 at 11:37 +0530, Kirtimaan wrote: > On squid box, there is a utility Guarddog used for port forwarding. So > it forward all traffic on port 80 to Squid port 3128. I'd say your problem is here. You have port forwarded port 80 on the server itself to port 3128 on the server itself. Same as configuring Squid to listen on port 80 directly. What you need is a rule which intercepts (NAT:s)any outgoing traffic to port 80 on servers out on the Internet and redirect these to Squid. This is different from port 80 on the server itself. Regards Henrik