From owner-freebsd-net@FreeBSD.ORG Wed Dec 8 14:53:05 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E856616A4CF for ; Wed, 8 Dec 2004 14:53:05 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2F943D55 for ; Wed, 8 Dec 2004 14:53:05 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 76510 invoked from network); 8 Dec 2004 14:43:01 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 8 Dec 2004 14:43:01 -0000 Message-ID: <41B71553.278B66A4@freebsd.org> Date: Wed, 08 Dec 2004 15:53:07 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Michal Mertl References: <41B714DA.6090505@traveller.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org cc: Robert Watson Subject: Re: New ICMP limits X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 14:53:06 -0000 Michal Mertl wrote: > > Hello, > > I think some network administrators may want to set different maximum rate > for different types of ICMP replies. Currently the limit > net.inet.icmp.icmplim is enforced independently for the following cases - > ICMP echo-reply, ICMP timestamp reply, ICMP port unreachable (generated as a > response to a packet received on a UDP port with no listening application). > It's in addition a bit misused (or at least misnamed) for limiting sending > of TCP reset packets on closed and open ports. > > Andre Oppermann wrote a patch which adds support for limiting the sending of > ICMP host unreachable messages. These are generated by a router when it > can't send the packet to the destination, such as when it's about to send to > an unused IP address on a directly connected network. Michael, I'll take care of this but I'm busy right now. Look into it later this week. -- Andre