From owner-freebsd-questions@FreeBSD.ORG Wed Oct 31 11:11:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D45D16A417 for ; Wed, 31 Oct 2007 11:11:22 +0000 (UTC) (envelope-from eric@boudrand.net) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id C0D8313C481 for ; Wed, 31 Oct 2007 11:11:21 +0000 (UTC) (envelope-from eric@boudrand.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix2-g20.free.fr (Postfix) with ESMTP id EF1961D73860 for ; Wed, 31 Oct 2007 09:37:24 +0100 (CET) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 6E5983F61B7 for ; Wed, 31 Oct 2007 11:37:45 +0100 (CET) Received: from [127.0.0.1] (unknown [82.64.161.97]) by smtp5-g19.free.fr (Postfix) with ESMTP id 2BF103F61A3 for ; Wed, 31 Oct 2007 11:37:45 +0100 (CET) Message-ID: <47285AF7.4060905@boudrand.net> Date: Wed, 31 Oct 2007 11:37:43 +0100 From: Eric Boudrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 071031-0, 31/10/2007), Outbound message X-Antivirus-Status: Clean Subject: ICMP and discard oversize frame X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 11:11:22 -0000 Hello, I am running a FreeBSD router with two ethernet cards. I have reduced the MTU to 800 in order to generate ICMP packet "Fragmentation needed but DF was set". I can find in log : rl1: discard oversize frame (ether type 800 flag 3 len 875 > max 814) But there is no ICMP sent. By default, is this feature disabled ? How can I see these ICMP packets generated ? Regards. Eric