Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables and FTOS syntax error
@ 2005-10-14  2:29 Thomas Kuiper
  2005-10-14 12:32 ` Jorge I. Davila L.
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Kuiper @ 2005-10-14  2:29 UTC (permalink / raw)
  To: netfilter

Hello,

I have a bizarre problem with iptables when I'm trying to use FTOS:

First, the following works fine using MARK:

iptables -j MARK -A POSTROUTING -t mangle -p udp --dport 123 --set-mark 4

But this one doesn't:

iptables -j FTOS -A POSTROUTING -t mangle -p udp --dport 123 --set-ftos 4

And gives the error message:

iptables: No chain/target/match by that name

A "iptables -j FTOS --help" shows that the FTOS extension was compiled in so 
I'm very confused about the error message.

-------------snip-----------&<----------------
FTOS target options
   --set-ftos value              Set TOS field in packet header to value
                                 This value can be in decimal (ex: 32)
                         or in hex (ex: 0x20)
-------------snap----------->&----------------

Any help greatly appreciated,

Thomas


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

end of thread, other threads:[~2005-10-14 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14  2:29 iptables and FTOS syntax error Thomas Kuiper
2005-10-14 12:32 ` Jorge I. Davila L.

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