From owner-freebsd-net@FreeBSD.ORG Sat Dec 31 16:05:09 2011 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 14E89106564A for ; Sat, 31 Dec 2011 16:05:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id B01CC8FC13 for ; Sat, 31 Dec 2011 16:05:08 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so19974882vcb.13 for ; Sat, 31 Dec 2011 08:05:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=kH9wAdJoTob92AHOamMbKk/S3MHXUqq/8e2E+m05xzo=; b=JVRHaRAwtVa94EgFIm7z5Ka9zMDxgVj0KLxGk83kGVO1SzmgFkKfdy/C2jBNAPHu8d 8orq1W35CI127/RyLZmnPItmeMkRWbkUumMeN3UIPtwAfv80XX3xPpMPPUOkhmuyqwFW /6b2a50JZE/cgdsG4+0xuLhcAeTPAbujEx98U= MIME-Version: 1.0 Received: by 10.220.213.137 with SMTP id gw9mr24812160vcb.3.1325347507950; Sat, 31 Dec 2011 08:05:07 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Sat, 31 Dec 2011 08:05:07 -0800 (PST) In-Reply-To: References: <4EF038B9.5050203@gmx.com> <4EF18D7D.1050609@gmx.com> <4EF61535.4030507@gmx.com> <4EF8394F.8050108@gmx.com> <4EFAE551.8040101@gmx.com> Date: Sat, 31 Dec 2011 08:05:07 -0800 X-Google-Sender-Auth: ok6eWoa6ExkmD2V3sJysDZ7Cs1k Message-ID: From: Adrian Chadd To: saeedeh motlagh Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, Alexander Lunev , Nikos Vassiliadis , Alireza Torabi Subject: Re: vlan without ip address 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: Sat, 31 Dec 2011 16:05:09 -0000 This has worked for me in the past. Have you disabled all the hardware vlan and ip offload options on those interfaces? You should be able to use tcpdump on the parent interfaces to see if the tagged packets are going in/out. Adrian