I need to temporarily forward all traffic from one public IP address (a.b.c.d) to another public IP address (e.f.g.h). I have tried setting up iptables with the following rule -t nat -A PREROUTING -d a.b.c.d -j DNAT --to-destination e.f.g.h but it doesn't seem to be working. As far as I can tell the traffic is getting forwarded to the final ip (e.f.g.h) but when the return traffic comes back it doesn't come back through the debian box, it goes straight to the source and fails. Basically it skips the debian box on its return like this SOURCE ---> DEBIAN (iptables with nat) ---> DESTINATION ---> SOURCE Is there a way to get this working with iptables? - Jason Hawthorne - To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html