From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Krzysztof Oledzki <ole@ans.pl>
Cc: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
Subject: bug in conntrack + NAT filtering [was Re: [ANNOUNCE] Release conntrack-tools 0.9.6]
Date: Sun, 13 Apr 2008 03:53:24 +0200 [thread overview]
Message-ID: <48016794.8050409@netfilter.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0803092035380.24925@bizon.gios.gov.pl>
Hi Krzysztof,
Krzysztof Oledzki wrote:
>> BTW: It seems there is somethig wrong with --dst-nat/--src-nat filtering:
>>
>> # conntrack -L --src-nat|wc -l;conntrack -L --src-nat=1.2.3.4|wc
>> -l;conntrack -L --src-nat=244.244.244.244|wc -l
>> 5010
>> 5010
>> 5010
I have committed a patch to SVN that it is supposed to fix this problem.
The commit also contains a way more flexible delete and update
operations, now you can do: conntrack -D -s 1.2.3.4 to delete all the
flows that are identified by the source IP 1.2.3.4. Similar feature for
the update operation: conntrack -U -s 1.2.3.4 -m 1 sets the connmark to
1 for all the matching flows.
I have also added a very (really very) simple tool to SVN that to
perform qa testing for the command line tool based on an user-defined
testsuite. Any help feeding the testsuite directory would be appreciate.
--
"Los honestos son inadaptados sociales" -- Les Luthiers
next prev parent reply other threads:[~2008-04-13 1:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-08 13:05 [ANNOUNCE] Release conntrack-tools 0.9.6 Pablo Neira Ayuso
2008-03-08 13:05 ` Pablo Neira Ayuso
2008-03-09 19:31 ` Krzysztof Oledzki
2008-03-09 19:37 ` Krzysztof Oledzki
2008-04-13 1:53 ` Pablo Neira Ayuso [this message]
2008-03-11 11:30 ` Pablo Neira Ayuso
[not found] ` <003b01c881ae$ce989d60$6bc9d820$@com>
2008-03-09 20:12 ` Pablo Neira Ayuso
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=48016794.8050409@netfilter.org \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=ole@ans.pl \
/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.