From owner-freebsd-net@freebsd.org Fri Dec 4 14:51:56 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 DA062A40738; Fri, 4 Dec 2015 14:51:56 +0000 (UTC) (envelope-from ludovit.koren@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 861D91046; Fri, 4 Dec 2015 14:51:56 +0000 (UTC) (envelope-from ludovit.koren@gmail.com) Received: by wmec201 with SMTP id c201so77643802wme.0; Fri, 04 Dec 2015 06:51:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-mail-address:date:message-id:user-agent :mime-version:content-type; bh=1ng20DpJy73O2AeUGNBuxxNCYRLXnECDlxjMoWqNf+4=; b=IpMOT+iqyIqbwWS3OAg/uOW3S+YRCFaoxWUtXRtLdP/Zas5nYvGrlrP2XeUus1Zqc8 XdSyd9yGQP94EO6i+WPV1q/2WUh/n4uYkbKXYHAtTZdIXFvIV40fkGVcHouRYk61a52m 3pEv46cvepsUMcUvJhNQnv/zgThrkOinBsSZayRQin9nYRBXE4qAGwgBFTlaLv5pDGrK MSDZiUD6soNW+pmlpLUr5ALxMwEcTMaQdS0Gwa5QcTafxSczyirrySMnjBa6e1tPJvnv a63dL6pLk/YLKB+OCKzNwGCgXILhsYNSZ1MTbjXZ3MiQf8rNT9tMjH3mHQj0KCGdm5ie HkVA== X-Received: by 10.28.226.86 with SMTP id z83mr5891823wmg.77.1449240714102; Fri, 04 Dec 2015 06:51:54 -0800 (PST) Received: from jedi.localdomain (109-230-45-66.dynamic.orange.sk. [109.230.45.66]) by smtp.gmail.com with ESMTPSA id w141sm3778375wmw.24.2015.12.04.06.51.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Dec 2015 06:51:53 -0800 (PST) Received: by jedi.localdomain (Postfix, from userid 1001) id B79A911332; Fri, 4 Dec 2015 15:51:52 +0100 (CET) From: Ludovit Koren To: freebsd-net@freebsd.org, freebsd-virtualization@freebsd.org Subject: bce bridge problem User-Mail-Address: ludovit.koren@gmail.com Date: Fri, 04 Dec 2015 15:51:52 +0100 Message-ID: <8637vimflj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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, 04 Dec 2015 14:51:56 -0000 Hi, I am trying to configure bhyve with FreeBSD Guest and Centos Guest. I am using FreeBSD 10.2 RELEASE or 11.0 CURRENT (November 19) as a host. The host is setup with bce as bridging interface. The network in the host is not working. (I did a similar setup with FreeBSD 10-STABLE and Centos using bge and the host network is running). I found a problem regarding bce and bridging: https://lists.freebsd.org/pipermail/freebsd-net/2010-August/026203.html but it is few years old. Have anybody problem with bce driver and bridging? Any solution or workarounds? Thank you very much in advance for your advice. Regards, lk