From: Mart Frauenlob <mart.frauenlob@chello.at>
To: netfilter@vger.kernel.org
Subject: Re: Bastille/netfilter with Linux 2.6.28 blocks connections
Date: Wed, 07 Jan 2009 21:15:22 +0100 [thread overview]
Message-ID: <49650D5A.8080309@chello.at> (raw)
In-Reply-To: <669090226@web.de>
Roland Häder wrote:
>> line 144: -A PUB_IN -s 192.168.1.0/24 -j LOG --log-prefix "PUB_IN DROP 8 "
>>
>> says: 'PUB_IN DROP 8'
>>
>> your log says: Jan 5 13:49:12 firebox kernel: INPUT DROP 8
>>
>> this is not the rule matching in the log. otherwise it would say PUB_IN
>> DROP 8 in your logs.
>>
> Okay please redownload this file:
> http://www.mxchange.org/downloads/firebox/iptables.list
>
> I have updated it. Output of "iptables -v" said version 1.4.2
>
> Roland
>
ok,
your log says connections come into interface 'ppp0'.
those get dropped because there's no allow rule for them.
to do it with your configuration, you need two rules like:
-A INPUT -i ppp0 -j PUB_IN
-A OUTPUT -o ppp0 -j PUB_OUT
greets
mart
next prev parent reply other threads:[~2009-01-07 20:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 20:04 Bastille/netfilter with Linux 2.6.28 blocks connections Roland Häder
2009-01-07 20:15 ` Mart Frauenlob [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-07 21:55 Roland Häder
2009-01-07 22:16 ` Mart Frauenlob
2009-01-07 1:16 ` Roland Haeder
2009-01-07 21:09 Roland Häder
2009-01-07 21:04 Roland Häder
2009-01-07 15:45 Roland Häder
2009-01-07 19:43 ` Mart Frauenlob
2009-01-05 16:52 Roland Häder
2009-01-05 16:37 Roland Häder
2009-01-07 8:51 ` Michele Petrazzo - Unipex srl
2009-01-05 13:41 Roland Häder
2009-01-05 14:37 ` Michele Petrazzo - Unipex srl
2009-01-07 15:16 ` Mart Frauenlob
2009-01-03 21:02 Roland Häder
2009-01-05 11:47 ` Michele Petrazzo - Unipex srl
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=49650D5A.8080309@chello.at \
--to=mart.frauenlob@chello.at \
--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