I'm trying to get a re-write rule to occur after routing has occured. My host has the address 192.168.10.1 and a gateway of 192.168.10.2 to 192.168.11.0/24. The re-write rule I have is: # Map 11 net to 10 net iptables -t nat -A OUTPUT -d 192.168.11.0/24 -j NETMAP --to 192.168.10.0/24 It does the re-write but, as far as I can tell, isn't using the default gateway to 192.168.11.0/24. I assume a POSTROUTING rule might do this, but when I use the POSTROUTING queue, it doesn't do the translation. Using mangle or DNAT produce an error, not surprisingly. Is there any way to do this ? -- 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