From owner-freebsd-questions Sat Mar 10 10:45: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daemons.aregreat.net (dsl-64-129-240-161.telocity.com [64.129.240.161]) by hub.freebsd.org (Postfix) with ESMTP id 8ECB437B718 for ; Sat, 10 Mar 2001 10:44:58 -0800 (PST) (envelope-from lazy@daemons.aregreat.net) Received: from perplexed ([64.129.240.161] helo=daemons.aregreat.net ident=lazy) by daemons.aregreat.net with esmtp (Exim 3.20 #1) id 14bjfh-0006GE-00; Sat, 10 Mar 2001 13:44:37 +0000 Message-ID: <3AAA2FC5.31AA94CC@daemons.aregreat.net> Date: Sat, 10 Mar 2001 13:44:37 +0000 From: lazy X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Joel CARNAT Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PING filtering References: <20010310181643.29D2037B71B@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG edit /etc/rc.firewall add (${oif} = your [outside] interface): ${fwcmd} add deny log icmp from any to any via ${oif} icmptype 8 you should have the rule look like (# ipfw -a list): 00900 0 0 deny log logamount 100 icmp from any to any via xl0 icmptype 8 Joel CARNAT wrote: > > hello ! > > I noticed that som POP3 server didn't reply to PINGs... > 1- How can I make my machine don't reply to PING so that my upload ratio (I'm using cable connection) won't explose ? > 2- Can I syslog PING request from other machines ? > > thX for answer :) > > Joel CARNAT : > ============= > FreeBSD: The Power To Server ! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "Every man has his price. Mine is $3.95." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message