From: Philip Craig <philipc@snapgear.com>
To: Colin Paton <cozzarp@hotmail.com>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: How to make conntrack ignore packets on certain interfaces?
Date: Fri, 25 Jun 2004 10:07:18 +1000 [thread overview]
Message-ID: <40DB6CB6.3080307@snapgear.com> (raw)
In-Reply-To: <BAY22-F9OxHp2sdp2Mn0009ff98@hotmail.com>
Colin Paton wrote:
> - Register a higher-priority netfilter hook which is called before
> conntrack_in() - this somehow(?!) causes the packet to jump over netfilter.
> I'm not sure if 'jumping' over netfilter hooks is possible however.
> - Tell the conntrack code (somehow) to ignore packet coming on eth1.6. While
> it seems that iptables can read the connection tracking state I don't think
> it can alter it.
The raw patch in pom-ng will let you do this. It adds a raw table
that is higher priority then conntrack, and a NOTRACK target which
tells conntrack to ignore packets.
--
Philip Craig - SnapGear, A CyberGuard Company - http://www.SnapGear.com
prev parent reply other threads:[~2004-06-25 0:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-23 15:20 How to make conntrack ignore packets on certain interfaces? Colin Paton
2004-06-25 0:07 ` Philip Craig [this message]
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=40DB6CB6.3080307@snapgear.com \
--to=philipc@snapgear.com \
--cc=cozzarp@hotmail.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.