From owner-freebsd-net@FreeBSD.ORG Wed Jan 4 12:01:52 2012 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6E21065678 for ; Wed, 4 Jan 2012 12:01:52 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id E72E58FC23 for ; Wed, 4 Jan 2012 12:01:51 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id q04C1oKl051484; Wed, 4 Jan 2012 16:01:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id q04C1oZX051483; Wed, 4 Jan 2012 16:01:50 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 4 Jan 2012 16:01:50 +0400 From: Gleb Smirnoff To: Sami Halabi Message-ID: <20120104120150.GG34721@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-net@FreeBSD.org Subject: Re: kernel: nd6_setmtu0: new link MTU on ng29 (1218) is too small for IPv6 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jan 2012 12:01:52 -0000 On Wed, Jan 04, 2012 at 12:59:18PM +0200, Sami Halabi wrote: S> I'm using a FreeBSD8.2-R-p5 in conjunction with MPD5.5 port for creating S> pptp/l2tp tunnels. S> S> I'm using MPPC (Compression & Encryption), my current onfiguration i use S> only IPv4. S> S> I keep getting in the logs the following: S> Jan 4 08:31:55 mpd2 kernel: nd6_setmtu0: new link MTU on ng116 (1218) is S> too small for IPv6 S> Jan 4 09:16:21 mpd2 kernel: nd6_setmtu0: new link MTU on ng123 (1218) is S> too small for IPv6 S> Jan 4 12:55:32 mpd2 kernel: nd6_setmtu0: new link MTU on ng53 (1218) is S> too small for IPv6 S> S> although the NG tunnels don't negotiate IPv6. S> S> a close look to the MPD log i see that this happens for connections that S> set MRU/MTU 1400. S> S> I talked to MPD developer (Alexander Motin) and this isn't a MPD problem, S> rather than a kernel issue as the logs say. Message is logged by kernel, but MTU is set by userland. Can you check value of MTU with ifconfig, looking at an interface from most recent discussed message? Is it really 1218? -- Totus tuus, Glebius.