Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Michael Hallager <michael@networkstuff.co.nz>
To: netfilter@lists.netfilter.org
Subject: IP Tables slows network response times
Date: Sun, 14 Aug 2005 21:33:57 +1200	[thread overview]
Message-ID: <200508142133.57867.michael@networkstuff.co.nz> (raw)

Hello all.

I have spent rather a lot of time trying to find an answer for this one.

I have a Slackware Linux box, 2.4.29 kernel running IP Tables. I have the bare 
number of needed modules compiled into the custom kernel.

I start IP Tables using the following batch file:

iptables -P INPUT DROP
iptables -A INPUT -p tcp --destination-port 22 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 25 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 53 -j ACCEPT
iptables -A INPUT -p udp --destination-port 53 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 80 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 110 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 443 -j ACCEPT

This works except it makes webpages and email served from this box SLOW to 
respond. (Several seconds).

Any ideas please? Questions welcomed.

Michael Hallager
networkStuff ltd
www.networkstuff.co.nz | p.09.839.1000 | m.029.638.7883


             reply	other threads:[~2005-08-14  9:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-14  9:33 Michael Hallager [this message]
2005-08-14  9:49 ` IP Tables slows network response times Eric Leblond
2005-08-14  9:54   ` Michael Hallager
2005-08-15  5:42 ` Grant Taylor
2005-08-15  6:14 ` Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2005-08-14 17:39 Gary W. Smith
2005-08-14 18:00 ` Nikolai Geogriev

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=200508142133.57867.michael@networkstuff.co.nz \
    --to=michael@networkstuff.co.nz \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox