From owner-freebsd-security@FreeBSD.ORG Sat Sep 4 05:52:49 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1633316A4CE for ; Sat, 4 Sep 2004 05:52:49 +0000 (GMT) Received: from smtp2.eunet.yu (smtp2.eunet.yu [194.247.192.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD64943D31 for ; Sat, 4 Sep 2004 05:52:47 +0000 (GMT) (envelope-from kolicz@eunet.yu) Received: from smtp2.EUnet.yu (root@localhost) by smtp2.eunet.yu (8.12.11/8.12.10) with SMTP id i845qkxM007972 for ; Sat, 4 Sep 2004 07:52:46 +0200 Received: from kolic.net (P-2.58.EUnet.yu [213.240.2.58]) by smtp2.eunet.yu (8.12.11/8.12.10) with ESMTP id i845qjSZ007896 for ; Sat, 4 Sep 2004 07:52:45 +0200 Received: by kolic.net (Postfix, from userid 1001) id 677A04178; Sat, 4 Sep 2004 07:50:40 +0200 (CEST) Date: Sat, 4 Sep 2004 07:50:40 +0200 From: Zoran Kolic To: freebsd-security@freebsd.org Message-ID: <20040904055040.GA668@kolic.net> References: <20040903120107.55AA316A4E1@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040903120107.55AA316A4E1@hub.freebsd.org> Subject: Re: ipfw rules or something alike X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 05:52:49 -0000 > I use, thus far, "allow icmp from any to any icmptypes 0,3,4,8,11". That > include 'echo request', of course. Someone else may have a better idea. You want to be pinged? Why don't you let something in and something out? I.e.: add 10000 allow icmp from any to any icmptypes 8 out add 10100 allow icmp from any to any icmptypes 0 in add 10200 allow icmp from any to any icmptypes 11 in What kind of comp you wonna configure? Best regards ZK