All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables command and target ULOG problem
@ 2005-05-01 19:30 Andre Luiz da Silva
  2005-05-01 20:06 ` Jonas Berlin
  2005-05-02 20:31 ` Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Andre Luiz da Silva @ 2005-05-01 19:30 UTC (permalink / raw)
  To: netfilter-devel

Hello friends...

I'm using the iptables version 1.2.11 and I have the follow problem with
ULOG iptables target:

For example....

When I insert the rule and the parameter '-j ULOG' are before icmp protocol
options, I received the error "Bad argument":

"
andre:~/iptables-1.2.11 # ./iptables -I INPUT -j ULOG --protocol icmp
--icmp-type echo-reply
Bad argument `echo-reply'
Try `iptables -h' or 'iptables --help' for more information.
"

But with '-j ULOG' later the icmp protocol options (or any other
options), no error occurs.

"
andre:~/iptables-1.2.11 # ./iptables -I INPUT --protocol icmp
--icmp-type echo-reply -j ULOG
"

This problem does not occur with target "LOG".


Any ideias? 

Thank's

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

end of thread, other threads:[~2005-05-02 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-01 19:30 iptables command and target ULOG problem Andre Luiz da Silva
2005-05-01 20:06 ` Jonas Berlin
2005-05-02 20:31 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.