From owner-freebsd-net@FreeBSD.ORG Wed Jan 19 21:47:24 2005 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 D0A4116A4CE for ; Wed, 19 Jan 2005 21:47:24 +0000 (GMT) Received: from mailhost.schluting.com (schluting.com [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8B843D5E for ; Wed, 19 Jan 2005 21:47:24 +0000 (GMT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 5F42823F4 for ; Wed, 19 Jan 2005 13:47:24 -0800 (PST) Received: from mailhost.schluting.com ([127.0.0.1]) by localhost (schluting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97842-08 for ; Wed, 19 Jan 2005 13:47:17 -0800 (PST) Received: from [131.252.209.122] (smelly.cat.pdx.edu [131.252.209.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhost.schluting.com (Postfix) with ESMTP id 597DB2280 for ; Wed, 19 Jan 2005 13:47:17 -0800 (PST) Message-ID: <41EED564.6010104@schluting.com> Date: Wed, 19 Jan 2005 13:47:16 -0800 From: Charlie Schluting User-Agent: Mozilla Thunderbird 1.0 (X11/20041215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-net@freebsd.org" References: <41EECAC0.3000801@schluting.com> <8eea0408050119132242cd8464@mail.gmail.com> In-Reply-To: <8eea0408050119132242cd8464@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by your mom at schluting.com Subject: Re: vlans changed? 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, 19 Jan 2005 21:47:24 -0000 Jon Simola wrote: > On Wed, 19 Jan 2005 13:01:52 -0800, Charlie Schluting > wrote: > > >>Now, in 5.3, the only thing I can get working is to configure the em0 int with >>the IP, and set the trunk to have the native vlan corresponding to that IP. Weird. > > > Sounds like you're not getting the module loaded. By your description > above, you're no longer sending tagged frames over the trunk. Except that I've compiled device vlan into the kernel.. > My rc.conf bits: > > ifconfig_em1="up media auto" > cloned_interfaces="vlan100" > ifconfig_vlan100="inet xx.xx.xx.254 netmask 0xffffff00 vlan 100 vlandev em1" > Yep, that should work, I know :) >>Also, is there a way to stop em(4) from stripping dot1q tags in hardware? I'd >>like to see them with tcpdump. What kind of a performance hit does this involve? > > > # tcpdump -c4 -nvvvei em1 > > Seems to work fine (it's the -e switch that does it). Ah, thanks :) -Charlie