Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Paul Evans <paul@mxtelecom.com>
To: netfilter@vger.kernel.org
Subject: -j ROUTE and conntrack
Date: Wed, 29 Oct 2008 15:46:50 +0000	[thread overview]
Message-ID: <20081029154650.004cc3b5@nacelle.mxtelecom.com> (raw)

Our outbound traffic gets SNATted to claim to come from one of several
role IPs. These IPs are hosted on different routers for load
distribution purposes. The choice of which role IP to use depends on
the exact destination IP address / TCP port number the connection goes
to.

I'm using the "-j ROUTE" target to force a routing decision for this,
but it seems to have the side effect of breaking conntrack. Without -j
ROUTE, the outbound connection appears in the conntrack table, so that
when incoming replies arrive, they pass an ESTABLISHED test, and are
let in. If it needs to -j ROUTE on the way out, then when the reply
comes back, no conntrack entry means it fails ESTABLISHED and gets
dropped. It seems that "-j ROUTE --continue" doesn't help either, it
still goes missing.

Can anyone shed any light on this? How to keep the entry in conntrack
even though using -j ROUTE. Failing that, how else to perform a routing
decision override in a way that won't break conntrack?

-- 
Paul Evans <paul@mxtelecom.com>
Tel: +44 (0) 845 666 7778
Fax: +44 (0) 870 163 4694
http://www.mxtelecom.com

             reply	other threads:[~2008-10-29 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 15:46 Paul Evans [this message]
2008-10-29 18:03 ` -j ROUTE and conntrack Paul Evans

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=20081029154650.004cc3b5@nacelle.mxtelecom.com \
    --to=paul@mxtelecom.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox