Linux Netfilter discussions
 help / color / mirror / Atom feed
* --iif argument unrecognized by iptables
@ 2009-01-25 23:59 Andy Theuninck
  2009-01-26  9:57 ` Pascal Hambourg
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Theuninck @ 2009-01-25 23:59 UTC (permalink / raw)
  To: netfilter

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-26 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 23:59 --iif argument unrecognized by iptables Andy Theuninck
2009-01-26  9:57 ` Pascal Hambourg
2009-01-26 14:46   ` Andy Theuninck
2009-01-26 15:12     ` Pascal Hambourg
2009-01-26 15:23       ` Andy Theuninck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox