From: Nikolai Geogriev <voyager123bg@gmail.com>
To: "Gary W. Smith" <gary@primeexalia.com>
Cc: netfilter@lists.netfilter.org, Eric Leblond <eric@inl.fr>
Subject: Re: IP Tables slows network response times
Date: Sun, 14 Aug 2005 21:00:25 +0300 [thread overview]
Message-ID: <a5561e950508141100178576cc@mail.gmail.com> (raw)
In-Reply-To: <57F9959B46E0FA4D8BA88AEDFBE5829074AD@pxtbenexd01.pxt.primeexalia.com>
I think correct should be:
itpables -I INPUT -i lo -j ACCEPT (guess you misspeled it in the hurry)
forward rule for loopback is not necesary, as long as i remember
iptables -I OUTPUT -o lo -j ACCEPT;
On 8/14/05, Gary W. Smith <gary@primeexalia.com> wrote:
> Something like the following (off the top of my head, so syntax may not
> be exact)
>
> iptables -I INPUT -o lo -j ACCEPT
> iptables -I FORWARD -o lo -j ACCEPT
> iptables -I OUTPUT -o lo -j ACCEPT
>
> Basically, tell the server to allow anything originating from loopback
>
> > -----Original Message-----
> > From: netfilter-bounces@lists.netfilter.org [mailto:netfilter-
> > bounces@lists.netfilter.org] On Behalf Of Michael Hallager
> > Sent: Sunday, August 14, 2005 2:55 AM
> > To: Eric Leblond; netfilter@lists.netfilter.org
> > Subject: Re: IP Tables slows network response times
> >
> > Hi Eric.
> > > More over, add a rule to accept loopback traffic on INPUT, blocked
> > > loopback traffic could explain problem you have.
> >
> > Could you please provide a sample of this rule?
> > --
> > Michael Hallager
> > networkStuff ltd
> > www.networkstuff.co.nz | p.09.839.1000 | m.029.638.7883
>
>
>
next prev parent reply other threads:[~2005-08-14 18:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-14 17:39 IP Tables slows network response times Gary W. Smith
2005-08-14 18:00 ` Nikolai Geogriev [this message]
2005-08-15 8:18 ` Fwd: " Michael Hallager
2005-08-15 9:32 ` Jörg Harmuth
2005-08-15 9:45 ` Michael Hallager
2005-08-15 9:59 ` /dev/rob0
2005-08-15 10:10 ` Michael Hallager
2005-08-15 9:46 ` /dev/rob0
2005-08-15 10:05 ` Michael Hallager
2005-08-15 10:53 ` Jörg Harmuth
2005-08-15 11:04 ` Michael Hallager
2005-08-15 11:21 ` /dev/rob0
-- strict thread matches above, loose matches on Subject: below --
2005-08-14 9:33 Michael Hallager
2005-08-14 9:49 ` Eric Leblond
2005-08-14 9:54 ` Michael Hallager
2005-08-15 5:42 ` Grant Taylor
2005-08-15 6:14 ` Jan Engelhardt
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=a5561e950508141100178576cc@mail.gmail.com \
--to=voyager123bg@gmail.com \
--cc=eric@inl.fr \
--cc=gary@primeexalia.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.