Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Tom Eastep <teastep@shorewall.net>
To: "Wilson, Richard E" <richard.wilson@eds.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: NOTRACK not working as expected
Date: Mon, 27 Nov 2006 13:51:10 -0800	[thread overview]
Message-ID: <456B5DCE.20602@shorewall.net> (raw)
In-Reply-To: <DE0BDC6DCC1F724882C0828AD2D3E684093116@usplm203.amer.corp.eds.com>

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Wilson, Richard E wrote:

> 
> I added the following rule to prevent the ip_conntrack table from
> tracking localhost connections:
> 
> iptables -t raw -A PREROUTING -i lo -j NOTRACK
> 

...

> Is there a better way to create a rule to not track localhost connections?
> 

iptables -t raw -A OUTPUT -o lo -j NOTRACK

-Tom
-- 
Tom Eastep    \ Nothing is foolproof to a sufficiently talented fool
Shoreline,     \ http://shorewall.net
Washington USA  \ teastep@shorewall.net
PGP Public Key   \ https://lists.shorewall.net/teastep.pgp.key


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

      reply	other threads:[~2006-11-27 21:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-27 21:06 NOTRACK not working as expected Wilson, Richard E
2006-11-27 21:51 ` Tom Eastep [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=456B5DCE.20602@shorewall.net \
    --to=teastep@shorewall.net \
    --cc=netfilter@lists.netfilter.org \
    --cc=richard.wilson@eds.com \
    /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