From: Pablo Neira Ayuso <pablo@netfilter.org>
To: yoann.juet@univ-nantes.fr
Cc: netfilter@vger.kernel.org
Subject: Re: Second failover failure with conntrackd - INVALID packets
Date: Sun, 25 Jan 2009 11:51:44 +0100 [thread overview]
Message-ID: <497C4440.7050809@netfilter.org> (raw)
In-Reply-To: <4979BA72.50405@univ-nantes.fr>
Yoann Juet wrote:
>> That's another known problem of 0.9.6. Probably, you don't see EINVAL
>> but a message like "N entries can't be committed". I suggest you to
>> upgrade to latest. I'm about to release 0.9.10, using current would
>>make my life easier to provide you support.
>
> Well, I installed conntrack-tools 0.9.9 and libnetfilter_conntrack
> 0.0.99 on the cluster. No more "delayed packet" message or another
> warning or error message. Unfortunately, I get the same result when the
> second failover is triggered. Packets are denied due to INVALID state.
When the entries are created or updated, the flag
IP_CT_TCP_FLAG_BE_LIBERAL is set so that the window checking are
skipped, you should not get those "ACK/SEQ is under/over window". I
don't have an answer for the problem that you're reporting at this
moment. I know that there are some bugs in the ctnetlink code of 2.6.26
that were fixed in the subsequent kernel releases, but I did not know
any that affected the internal TCP flags set/unset. As these stuff is
under development, I suggest you to use the latest Linux kernel, please
let me know if the problem persists.
> PS: the new configuration subblock "Filter from Kernelspace" in
> conntrackd.conf is not parsed correctly. I get an error message:
>
> "Error parsing config file: line (190), symbol 'from': syntax error"
>
> I have to delete it to make starting conntrackd.
Filter From Kernelspace {
Protocol Accept {
TCP
}
Address Ignore {
IPv4_address 127.0.0.1 # loopback
}
}
It works here fine. Error reporting in the parsing is not very precise
yet, probably the problem is not in Filter but before (something is
missing and the parser gets confused). Could you post your config file
to reproduce it? You can send it to me in private if you want.
--
"Los honestos son inadaptados sociales" -- Les Luthiers
next prev parent reply other threads:[~2009-01-25 10:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 17:52 Second failover failure with conntrackd - INVALID packets Yoann Juet
2009-01-21 20:52 ` Pablo Neira Ayuso
2009-01-22 9:54 ` Yoann Juet
2009-01-22 16:55 ` Pablo Neira Ayuso
2009-01-23 12:39 ` Yoann Juet
2009-01-25 10:51 ` Pablo Neira Ayuso [this message]
2009-01-25 17:55 ` Pablo Neira Ayuso
2009-01-26 19:27 ` Yoann Juet
2009-01-26 23:01 ` Pablo Neira Ayuso
2009-01-29 16:10 ` Yoann Juet
2009-02-03 10:10 ` Pablo Neira Ayuso
2009-02-04 10:37 ` Yoann Juet
2009-02-04 10:43 ` Pablo Neira Ayuso
2009-02-06 9:18 ` Yoann Juet
2009-02-09 11:29 ` Pablo Neira Ayuso
2009-02-10 13:13 ` Yoann Juet
2009-02-11 8:49 ` Pablo Neira Ayuso
2009-02-13 8:21 ` Yoann Juet
2009-02-13 15:20 ` Pablo Neira Ayuso
[not found] ` <499B0696.2020300@netfilter.org>
2009-02-23 15:38 ` Yoann Juet
2009-02-23 20:40 ` Pablo Neira Ayuso
2009-02-24 12:03 ` Yoann Juet
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=497C4440.7050809@netfilter.org \
--to=pablo@netfilter.org \
--cc=netfilter@vger.kernel.org \
--cc=yoann.juet@univ-nantes.fr \
/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.