From owner-freebsd-net@freebsd.org Fri Aug 14 03:15:40 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B82F9A03C4 for ; Fri, 14 Aug 2015 03:15:40 +0000 (UTC) (envelope-from james@lottspot.com) Received: from mx0.lottspot.com (sfo.lottspot.com [198.199.98.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3408618A8 for ; Fri, 14 Aug 2015 03:15:38 +0000 (UTC) (envelope-from james@lottspot.com) Received: from localhost (localhost [127.0.0.1]) by mail.lottspot.com (Postfix) with ESMTP id 96CAF411FB; Thu, 13 Aug 2015 20:15:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lottspot.com; h= date:date:subject:subject:from:from:x-mailer:message-id :content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:references:received:received; s=mail; t= 1439522087; bh=00kmlrYI7p2VODeQUYgBsjIFc/YYz6ACWmUhwu/xqWY=; b=M 1S23jI3SppZrDaKyyvGgHQeGCgmQVU6rr2IMK+2FkCVBrnp0gMirpIPyeDeirFNG +iYodS7f1hyLAsx4m2BTH7qKaZsfit98x+b9SlWmsYwEx1xNwVA8pW1fNWt5F3C6 piZX6TNfb7e//qyAYharG38iGQc/x4D5P3ZK6Td+mg= X-Virus-Scanned: amavisd-new at lottspot.com Received: from mx0.lottspot.com ([127.0.0.1]) by localhost (mail.lottspot.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bCZTrdEKXRap; Thu, 13 Aug 2015 20:14:47 -0700 (PDT) Received: from [192.168.0.7] (h69-131-58-73.nrfdvt.dsl.dynamic.tds.net [69.131.58.73]) by mx0.lottspot.com (Postfix) with ESMTPSA id D7C5C41187; Thu, 13 Aug 2015 20:14:46 -0700 (PDT) References: <55CD1CE6.2010502@lottspot.com> <3e2b39d46709d7329feb57065ce08478@mailbox.ijs.si> Mime-Version: 1.0 (1.0) In-Reply-To: <3e2b39d46709d7329feb57065ce08478@mailbox.ijs.si> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <2AC28251-EFFD-4B9C-BC54-A11172875E1D@lottspot.com> Cc: "freebsd-net@freebsd.org" X-Mailer: iPhone Mail (12F70) From: James Lott Subject: Re: Ethernet tunneling options under FreeBSD Date: Thu, 13 Aug 2015 23:12:57 -0400 To: Mark Martinec X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 03:15:40 -0000 Wow vxlans look awesome! I am definitely going to experiment with those next= !=20 Thanks for the great suggestions though everyone, this thread gave me a lot m= ore to experiment with > On Aug 13, 2015, at 7:39 PM, Mark Martinec w= rote: >=20 > 2015-08-14 00:40 James Lott wrote: >> I am in the process of planning a build out of a L2 VPN, in which I'd >> like to have my primary "switch" and DHCP server be a FreeBSD system. >> I would like to join each new host to the VPN by establishing an IP >> tunnel with the primary "switch" which transports ethernet frames over >> the tunnel. >> So far, the only protocol I have found supported by FreeBSD which >> seems capable of this is EtherIP. As far as I can tell, it doesn't >> look like there is any support for L2TPv3, and none of the PPP >> implementations available appear to support BCP. >> I'm not completely opposed to using EtherIP, but if there is something >> more modern which will meet my needs, I would probably try that first. >> So my question becomes: >> * Does anyone know of a method supported under FreeBSD (other than >> EtherIP) for tunneling ethernet over IP that they may be able to >> suggest I check out? >=20 > vxlan ? It is new with FreeBSD 10.2. >=20 >=20 > Mark > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"