Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Alexandros Papadopoulos <apapadop@cmu.edu>
To: Neil Hodge <neh@attbi.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Tightening up outgoing traffic
Date: Wed, 16 Oct 2002 11:58:17 -0400	[thread overview]
Message-ID: <200210161158.17348.apapadop@cmu.edu> (raw)
In-Reply-To: <1034772030.2206.5.camel@localhost.localdomain>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 16 October 2002 08:40, Neil Hodge wrote:
<snip>
> Thanks for all of the information.  It worked well.  Although, when I
> had to reboot (for another reason), X wouldn't start . . .  Alas, that's
> a battle for another day.
>
You need to enable all traffic on the loopback interface. X creates local 
connections for itself.

/sbin/iptables -A OUTPUT -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT

should so the job

- -A
- -- 
http://www.andrew.cmu.edu/~apapadop/pub_key.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9rYyZgmAMwQt1gmURAtspAJwJCiP8GGA5W6XEnm9d3cI6MgCi5ACeK+9+
4TmYKgGeik0f+eM5Csh+hB0=
=Pke4
-----END PGP SIGNATURE-----



      reply	other threads:[~2002-10-16 15:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-15 12:47 Tightening up outgoing traffic Neil Hodge
2002-10-15 13:03 ` Antony Stone
2002-10-15 13:18 ` Kjetil Andreas Laasby
2002-10-15 14:31   ` Nick Drage
2002-10-15 14:32 ` Dan Searle
2002-10-15 15:22   ` Antony Stone
2002-10-16 12:40 ` Neil Hodge
2002-10-16 15:58   ` Alexandros Papadopoulos [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=200210161158.17348.apapadop@cmu.edu \
    --to=apapadop@cmu.edu \
    --cc=neh@attbi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox