Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 13:44:37 +0000
From:      lazy <lazy@daemons.aregreat.net>
To:        Joel CARNAT <joel.carnat@noos.fr>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PING filtering
Message-ID:  <3AAA2FC5.31AA94CC@daemons.aregreat.net>
References:  <20010310181643.29D2037B71B@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AAA2FC5.31AA94CC>