From: jwlargent <jwlargent@vlsmaps.com>
To: NetFilter <netfilter@lists.netfilter.org>
Subject: Shouldn't this rule catch all packets
Date: Thu, 14 Dec 2006 13:16:01 -0600 [thread overview]
Message-ID: <4581A2F1.10305@vlsmaps.com> (raw)
I was trying to debug some errors in my iptables setup so I added the
following rules to my OUTPUT, just to see what packets were going out.
iptables -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -j ACCEPT
When I do iptables -L OUTPUT -v it shows some packets are falling
through to the last rule.
Shouldn't the first rule catch all the packets?
Jeff
next reply other threads:[~2006-12-14 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-14 19:16 jwlargent [this message]
2006-12-14 19:56 ` Shouldn't this rule catch all packets Petr Pisar
2006-12-14 21:46 ` jwlargent
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=4581A2F1.10305@vlsmaps.com \
--to=jwlargent@vlsmaps.com \
--cc=netfilter@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.