Re: IPFW - Allowed but Denied is shown in my logs
From: Giorgos Keramidas (keramida_at_ceid.upatras.gr)
Date: 08/04/04
- Previous message: adrian kok: "netstat -an"
- In reply to: Srot BULL: "IPFW - Allowed but Denied is shown in my logs"
- Next in thread: Srot BULL: "Re: IPFW - Allowed but Denied is shown in my logs"
- Reply: Srot BULL: "Re: IPFW - Allowed but Denied is shown in my logs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 4 Aug 2004 13:38:48 +0300 To: Srot BULL <pwd8jmr22w@me.point.ne.jp>
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...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: adrian kok: "netstat -an"
- In reply to: Srot BULL: "IPFW - Allowed but Denied is shown in my logs"
- Next in thread: Srot BULL: "Re: IPFW - Allowed but Denied is shown in my logs"
- Reply: Srot BULL: "Re: IPFW - Allowed but Denied is shown in my logs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|