From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 19:31:14 2010 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 B7B64106566C for ; Wed, 3 Mar 2010 19:31:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA698FC1D for ; Wed, 3 Mar 2010 19:31:14 +0000 (UTC) Received: by pvg3 with SMTP id 3so583635pvg.13 for ; Wed, 03 Mar 2010 11:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=iSUfLnDdP4v5SgC6FS4T+v80eSPI+kKusu+MnWg42iw=; b=YGX+zNma4u84vr4V0YHSQ2x4AnLp7NEwYdRRrVAFDhGaagkPQFRRdKlPb8Cc5h2nLt cdMyqwwTQ/JxOzpUCztSX6BCvcZ9zEDLDy84qUiAncdkakDQZNgCo7Okardi4hBWr5bz YKAsmDjwIawLJsI02OpCITd1XYsrVIhDIyiB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OtziGXdddf8rbIyqjzPvtIHc46Kd6FcM7KLd0tTMQh43+xgjKuHR5A8rIu6pQwGQzW 0/De6MeBrnD1XVlpo1DwAJBp7u6CUl9kNbpy3JJSGITbgLiLb8ahXz3OBUhkfEH5Eq/9 jeNuZmyBUvXcvk3yGCaWDTeoWXGTwQ9Q2+aPQ= MIME-Version: 1.0 Received: by 10.142.151.5 with SMTP id y5mr792026wfd.70.1267644669612; Wed, 03 Mar 2010 11:31:09 -0800 (PST) In-Reply-To: <35f70db11003031117v5f2dd34ah62d4722b58bfb135@mail.gmail.com> References: <35f70db11003031117v5f2dd34ah62d4722b58bfb135@mail.gmail.com> Date: Wed, 3 Mar 2010 13:31:09 -0600 Message-ID: <11167f521003031131q36687a70hb493720b087fabe3@mail.gmail.com> From: "Sam Fourman Jr." To: ross.cameron@linuxpro.co.za Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: 802.11QinQ support 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, 03 Mar 2010 19:31:14 -0000 On Wed, Mar 3, 2010 at 1:17 PM, Ross Cameron wrote: > Hi there all > > Does anyone know off hand if FreeBSD 8.0 or -CURRENT supports > 802.1QinQ aka netsted VLans? I don't believe FreeBSD supports QinQ yet, however it apparently has always been possible to do nested vlans with netgraph. My trouble with netgraph has always been that there was never a sufficient amount of examples on the web to be able to do anything useful with it. Sam Fourman Jr. Fourman Networks