Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2004 13:38:48 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Srot BULL <pwd8jmr22w@me.point.ne.jp>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IPFW - Allowed but Denied is shown in my logs
Message-ID:  <20040804103848.GA31620@orion.daedalusnetworks.priv>
In-Reply-To: <41109ABF.4090904@me.point.ne.jp>
References:  <41109ABF.4090904@me.point.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-08-04 17:13, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote:
>
> This is found in my /etc/ipfw.rules
> ### Allow out non-secure standard www function	###
> $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state
>
> ### Allow out send & get email function ###
> $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state
> $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state
>
> ### deny and log everything else that's trying to get out.	###
> ### This rule enforces the block all by default logic.		###
> $CMD 00299 deny log all from any to any out via $IFN
>
> Why are the above firewall logs telling me that it has denied my TCP
> packets and yet I am not experiencing some problems in my emails and
> access to the internet through port 80. [...]

Show us the full ruleset.  Otherwise we're just guessing...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040804103848.GA31620>