From: Mark Baker <mbaker824@gmail.com>
To: Mail List - Netfilter <netfilter@vger.kernel.org>
Subject: Site-specific filter rules problem
Date: Sun, 25 May 2008 00:55:39 -0700 [thread overview]
Message-ID: <1211702139.7164.22.camel@u804mbr> (raw)
Hello, All -
I'm just getting started with netfilter, although I understand packet
filtering and have configured other firewalls. This is a very simple
desktop machine firewall that works fine in general, but is giving me
problems with one site in particular that's very important.
My rule set is extremely simple at present:
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [6:358]
:U804-input - [0:0]
-A INPUT -j U804-input
-A U804-input -i lo -j ACCEPT
-A U804-input -p icmp -j ACCEPT
-A U804-input -m state --state RELATED,ESTABLISHED -j ACCEPT
-A U804-input -p tcp -m tcp --dport 22 -j ACCEPT
-A U804-input -j DROP
The one site that gives me problems is an online classroom environment
running Angel LMS. With the above rules installed changing pages often
takes 15-20 minutes, but will usually work eventually. If I flush the
chains, the site responds normally.
I have packet captures from connections to this site, with and without
firewall rules installed. I don't see anything that should be blocked
based on these rules - the only thing odd is that when the problem
occurs I get a ton of retransmissions from the server. Another oddity
in both cases is that virtually every packet coming from the server is
fragmented; but from what I've read, connection tracking (which is
running on this machine) should completely reassemble fragmented packets
before delivery to the filter table. Still, could fragmentation be the
problem?
What little I know about the server end is that it is running the Angel
Learning Management System (LMS) on IIS. I don't yet know the path MTU,
but my local machine and router are both set to 1500, which is what I
would normally use for a high-speed connection.
Any ideas appreciated.
Thanks,
Mark Baker
next reply other threads:[~2008-05-25 7:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-25 7:55 Mark Baker [this message]
2008-05-27 14:29 ` Site-specific filter rules problem Grant Taylor
2008-05-29 5:02 ` Mark Baker
2008-05-29 5:23 ` Grant Taylor
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=1211702139.7164.22.camel@u804mbr \
--to=mbaker824@gmail.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