From owner-freebsd-current@FreeBSD.ORG Sun Aug 17 16:10:48 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31FE31065679 for ; Sun, 17 Aug 2008 16:10:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C3B9D8FC1C for ; Sun, 17 Aug 2008 16:10:47 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7HG7r9J018368; Sun, 17 Aug 2008 10:07:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 17 Aug 2008 10:08:19 -0600 (MDT) Message-Id: <20080817.100819.-1625879062.imp@bsdimp.com> To: eakarsu_33@yahoo.com From: "M. Warner Losh" In-Reply-To: <136625.5517.qm@web45211.mail.sp1.yahoo.com> References: <136625.5517.qm@web45211.mail.sp1.yahoo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, cpghost@cordula.ws Subject: Re: Limiting icmp unreach response fron 348 to 200 packets/sec X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 16:10:48 -0000 In message: <136625.5517.qm@web45211.mail.sp1.yahoo.com> Erol Akarsu writes: : Hi, : : Thanks for helping this. : : Now, I am getting "Limiting icmp unreach response fron 348 to 200 packets/sec" : : In which conditions can we get this? does this effect functionality of the system? : How can I solve this issue? sysctl inet.inet.icmp.icmplim=500 for example. Not sure why you are getting so many unreachables though... Warner