All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nejc Škoberne" <nejc@skoberne.net>
To: netfilter@vger.kernel.org
Cc: "'Luka Manojlovič'" <luka@manojlovic.net>
Subject: conntrackd failback problem
Date: Fri, 13 Jul 2012 18:56:00 +0200	[thread overview]
Message-ID: <50005320.4080907@skoberne.net> (raw)

Hi,

I am building a 2-node cluster of bridging firewalls (filtering on br0 
bridge device with no IP address configured). Instead of keepalived and 
friends I am simply using Spanning Tree Protocol to fail over to slave 
bridge and fail back to the master. This works great, 10-seconds of 
switchover time is acceptable for me.

I want to have stateful firewall cluster, so that's why I am trying to 
use conntrackd to sync state between the two nodes. It works when the 
fail over occurs since the states are synced at that time (all the 
states which are bound at the time when both nodes are up, show up on 
both nodes). If the master node goes down, the STP does the switch and 
since the states are in place, everything works fine. However, when the 
master node comes back again, the STP does the failback, but the states 
are not synced back to the master by conntrackd.

How to fix this? Is there any better, more "proper" way to make a 
cluster of bridging firewalls?

Thanks,
Nejc

                 reply	other threads:[~2012-07-13 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50005320.4080907@skoberne.net \
    --to=nejc@skoberne.net \
    --cc=luka@manojlovic.net \
    --cc=netfilter@vger.kernel.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.