From owner-freebsd-questions Sun Mar 11 10: 1:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f102.law11.hotmail.com [64.4.17.102]) by hub.freebsd.org (Postfix) with ESMTP id E76D537B71A for ; Sun, 11 Mar 2001 10:01:46 -0800 (PST) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 11 Mar 2001 10:01:46 -0800 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 11 Mar 2001 18:01:45 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: joel.carnat@noos.fr, questions@freebsd.org Subject: Re: PING filtering Date: Sun, 11 Mar 2001 11:01:45 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Mar 2001 18:01:46.0110 (UTC) FILETIME=[562CE9E0:01C0AA55] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Setup ipfw (see handbook) Then add the line: /sbin/ipfw add 1 deny log icmp from any to any in icmptypes 0 To any startup script or just type it in yourself. That should work (I didn't test it). If it doesn't, the ipfw manpage should help. ICMP type 1 is an echo reply, FYI. You shouldn't try to defeat the upload ratio of legit FTP servers. Charles Burns >From: Joel CARNAT >To: freebsd-questions@FreeBSD.ORG >Subject: PING filtering >Date: Sat, 10 Mar 2001 19:16:44 +0100 > >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 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message