Re: echo request deny

2001-02-07 Thread Louis A. Mamakos
On Tue, 6 Feb 2001, milunovic wrote: Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request If you just want to block echo_requests and don't want to block any other ICMP

echo request deny

2001-02-06 Thread milunovic
Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: echo request deny

2001-02-06 Thread David Malone
On Tue, Feb 06, 2001 at 12:05:47PM +, milunovic wrote: Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request You can limit the icmp response rate with: sysctl -w

Re: echo request deny

2001-02-06 Thread Mike Silbersack
On Tue, 6 Feb 2001, David Malone wrote: On Tue, Feb 06, 2001 at 12:05:47PM +, milunovic wrote: Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request You can limit the icmp response

Re: echo request deny

2001-02-06 Thread mouss
At 12:05 06/02/01 +, milunovic wrote: Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request 'ifconfig ifacename down' does the same, and even more. just kidding:) I don't see a valid reason

Re: echo request deny

2001-02-06 Thread Nick Rogness
On Tue, 6 Feb 2001, milunovic wrote: Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1/proc/.../icmp_echo_request If you just want to block echo_requests and don't want to block any other ICMP why