From owner-freebsd-net@FreeBSD.ORG Sat Oct 20 20:54:45 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2235BCD8; Sat, 20 Oct 2012 20:54:45 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4BC8FC08; Sat, 20 Oct 2012 20:54:43 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q9KKseNZ028325; Sun, 21 Oct 2012 03:54:40 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <50830F8B.4030204@rdtc.ru> Date: Sun, 21 Oct 2012 03:54:35 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Nikolay Nevzorov Subject: Re: kern/171520: [alc] alc network driver + tso + vlan does not work. References: <201210180141.q9I1f53s052539@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 20:54:45 -0000 20.10.2012 20:06, Nikolay Nevzorov wrote: >> Synopsis: [alc] alc network driver + tso + vlan does not work. It seems you use libalias-based NAT, don't you? man ipfw says in the BUGS section: Due to the architecture of libalias(3), ipfw nat is not compatible with the TCP segmentation offloading (TSO). Thus, to reliably nat your net- work traffic, please disable TSO on your NICs using ifconfig(8). Eugene Grosbein