I'm running into a fairly odd issue. I want to redirect certain incoming packets to a different interface. I'm trying to do this using the ROUTE target in the mangle table, but for some reason it doesn't work. Here's what I'm seeing: # iptables -t mangle -A INPUT -d 192.168.1.2 -s ! 192.168.1.0/255.255.255.0 -p udp --dport 500 -j ROUTE --iif eth0:1 iptables v1.3.5: Unknown arg `--iif' Try `iptables -h' or 'iptables --help' for more information. I'm a bit baffled. I can't find anything in the man page that I'm missing. It seems like this *should* work. -- 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