Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 21:43:39 -0600
From:      David Syphers <dbsypher@uchicago.edu>
To:        "alexus" <ml@db.nexgen.com>, <freebsd-ipfw@FreeBSD.ORG>
Subject:   Re: disable ping to box using ipfw
Message-ID:  <4.3.2.7.2.20010330213837.00c173a0@nsit-popmail.uchicago.edu>
In-Reply-To: <003001c0b988$d02e7410$9865fea9@book>

next in thread | previous in thread | raw e-mail | index | archive | help
At 09:17 PM 3/30/01 -0500, alexus wrote:
>does anyone know how i can disable ping to my box using ipfw?

${fwcmd} add deny icmp from any to ${ip}

building on the 'client' prototype (change reference to the ip for 'simple' 
prototype).  However, ping is not allowed by default, and so if your system 
is set to default deny, nobody can ping the machine if you're using even an 
unmodified client (or simple) prototype.

-David


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20010330213837.00c173a0>