From: Andre Luiz da Silva <andrack@gmail.com>
To: netfilter-devel@lists.netfilter.org
Subject: iptables command and target ULOG problem
Date: Sun, 1 May 2005 11:30:15 -0800 [thread overview]
Message-ID: <79a98d9f05050112304848c6ce@mail.gmail.com> (raw)
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
next reply other threads:[~2005-05-01 19:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-01 19:30 Andre Luiz da Silva [this message]
2005-05-01 20:06 ` iptables command and target ULOG problem Jonas Berlin
2005-05-02 20:31 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=79a98d9f05050112304848c6ce@mail.gmail.com \
--to=andrack@gmail.com \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.