On May 18 2007 15:46, Alex Tang wrote: > > which answered my question. > I verified that the kernel had IP_NF_NAT_LOCAL set to y, and i see that I was > missing the "iptables -t nat -A OUTUPT" line. Everything works now. Whoohoo! IP_NF_NAT_LOCAL is removed in later kernels, so don't even think about starting to use it. You will be perfectly fine when not having that enabled, -A OUTPUT does it all. Jan --