From: Adam Rosi-Kessel <adam@rosi-kessel.org>
To: netfilter@lists.netfilter.org
Subject: Re: OUTPUT chain, Source Port 80 ---> Destination Port Unprivileged
Date: Sun, 20 Nov 2005 15:23:50 -0500 [thread overview]
Message-ID: <20051120202350.GA23429@bostoncoop.net> (raw)
In-Reply-To: <4380CABF.2060705@rosi-kessel.org>
On Sun, Nov 20, 2005 at 02:13:03PM -0500, Adam Rosi-Kessel wrote:
> iptables -A OUTPUT -o $EXTERNAL_INTERFACE -p tcp -s $IPADDR 1024:65535 \
> --source-port 80 --destination-port "1024:65535" -j ACCEPT
Oops, that should have been:
iptables -A OUTPUT -o $EXTERNAL_INTERFACE -p tcp -s $IPADDR \
--source-port 80 --destination-port "1024:65535" -j ACCEPT
I should also mention that I already have an OUTPUT matching rule to
ACCEPT all packets that are established and related. So it would seem
that the additional rule above should be unnecessary, right? But then why
am I seeing dropped OUTPUT packets with SPT=80 and DPT=>1024?
--
Adam Rosi-Kessel
http://adam.rosi-kessel.org
prev parent reply other threads:[~2005-11-20 20:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-20 19:13 OUTPUT chain, Source Port 80 ---> Destination Port Unprivileged Adam Rosi-Kessel
2005-11-20 20:23 ` Adam Rosi-Kessel [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=20051120202350.GA23429@bostoncoop.net \
--to=adam@rosi-kessel.org \
--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.