From owner-freebsd-questions@FreeBSD.ORG Sat Apr 25 23:13:14 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0428E225 for ; Sat, 25 Apr 2015 23:13:14 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FAC71605 for ; Sat, 25 Apr 2015 23:13:13 +0000 (UTC) Received: from moby.local ([88.65.184.187]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LvlTo-1ZMelR3nQ4-017W7g; Sun, 26 Apr 2015 01:13:05 +0200 Message-ID: <553C1F66.4060901@gmx.com> Date: Sun, 26 Apr 2015 01:12:38 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Victor Sudakov , freebsd-questions@freebsd.org Subject: Re: tunneling L2 tagged traffic over IP References: <20150425174935.GA48023@admin.sibptus.tomsk.ru> In-Reply-To: <20150425174935.GA48023@admin.sibptus.tomsk.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:pGP2ClgMSMHSJOjy+QG5iI1x4XkDL69NCcyAotnf3r03TqGhiJR dfQc912f5WKCn1OW9Lq+hlhVh35uy87elJCiBVXWkQVerA8nKYvG1NuMv0OdZxlCUL63sBw 94ScXp3/9eI8oTda9uwYgbvC7DNUwL+t+M/vxgEvavF1kHyO83595txE4yAM6M50/urEBxL KsvxyWpezKQ4dc6c0NE6A== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2015 23:13:14 -0000 On 04/25/15 19:49, Victor Sudakov wrote: > Dear Colleagues, > > Could you advise a solution for tunneling L2 (Ethernet) traffic over IP? > > There is a solution in bridge(4) using the EtherIP protocol, but it > works with untagged frames only. I need to tunnel 802.1q tagged frames > as well. > > Any ideas? > > Hi, You can do this with netgraph. Check this post: http://lists.freebsd.org/pipermail/freebsd-net/2005-October/008861.html HTH, Nikos