From owner-freebsd-ipfw Fri Mar 30 18:36: 9 2001 Delivered-To: freebsd-ipfw@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 891F037B71D for ; Fri, 30 Mar 2001 18:36:07 -0800 (PST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f2V2hmP86506; Fri, 30 Mar 2001 20:43:48 -0600 (CST) (envelope-from nick@rogness.net) Date: Fri, 30 Mar 2001 20:43:48 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: alexus Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <001801c0b986$fe523310$9865fea9@book> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 30 Mar 2001, alexus wrote: > how can i disable incoming ping of my box? Yes: ipfw add deny icmp from any to any in via fxp0 icmptypes 8 > > is it possible disable outgoing and enable incoming? > Yes, it is: ipfw add deny icmp from any to any out via fxp0 icmptypes 8 Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message