From: Ralf Spenneberg <lists@spenneberg.org>
To: john bowers <johnkbowers@hotmail.com>
Cc: Netfilter <netfilter@lists.netfilter.org>
Subject: Re: Masquerade problems
Date: 15 Dec 2003 14:05:01 +0100 [thread overview]
Message-ID: <1071493500.1740.15.camel@kermit> (raw)
In-Reply-To: <BAY8-F102WSsKt3NwAY00036ab1@hotmail.com>
Am Mon, 2003-12-15 um 12.34 schrieb john bowers:
> Is this a routing problem or am I misusing the
> Masquerade function? when Any help would greatly be appreciated as I don't
> know where else to ask
> iptables --policy OUTPUT DROP
> iptables -A OUTPUT -o lo -j ACCEPT
> iptables -A OUTPUT -o eth0 \
> -m state --state ESTABLISHED,RELATED -j ACCEPT
You are missing an OUTPUT rule:
iptables -A OUTPUT -o eth0 -m state --state NEW -j ACCEPT
Cheers,
Ralf
--
Ralf Spenneberg
RHCE, RHCX
Book: VPN mit Linux
Book: Intrusion Detection für Linux Server http://www.spenneberg.com
IPsec-Howto http://www.ipsec-howto.org
Honeynet Project Mirror: http://honeynet.spenneberg.org
next prev parent reply other threads:[~2003-12-15 13:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-15 11:34 Masquerade problems john bowers
2003-12-15 13:05 ` Ralf Spenneberg [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-07 17:30 MASQUERADE problems Jan-Aage Frydenbø-Bruvoll
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=1071493500.1740.15.camel@kermit \
--to=lists@spenneberg.org \
--cc=johnkbowers@hotmail.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.