On Thu, 24 Feb 2005, Jesse Guardiani wrote:
I don't think it is anymore. It seems like the packets are just dissappearing after they hit my iptables rule. I tried placing OUTPUT and POSTROUTING LOG rules around the NAT table, and their hit counters increment if I hit the cache directly from a web browser, but if I hit it transparently the packet just dissappears after the REDIRECT to port 3128.
Try using DNAT instead of REDIRECT.
REDIRECT is a little special sometimes and very dependent on the configuration of the incoming interface (greX in your case).
Regards Henrik