From owner-freebsd-net@freebsd.org Sat Jun 25 19:16:18 2016 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 E151AB806DC for ; Sat, 25 Jun 2016 19:16:18 +0000 (UTC) (envelope-from marieheleneka@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 794BA116E for ; Sat, 25 Jun 2016 19:16:18 +0000 (UTC) (envelope-from marieheleneka@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id r201so64211537wme.1 for ; Sat, 25 Jun 2016 12:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=TXiYw8q70yaoq8fsO10rJDRKKHj6lwAPxJdLx96OXzQ=; b=mzd0SRlj9LZCIff10EJgBdngn3W6dDAr5gK4W+DD0SubD4Amf+H58IaeoKmTynlruN xJe0lMYurQXTc1y40zHT0dIS6TgSgWqLJfM4Y8d7szGqvjzJW46s7cG1hyi6cNQC25Kl dDLkbBu22zi9k9nFubcCUUpMxajUVKTR36srkKaikfDMSOf7ws1oi+gvbqiVCXd0/4bf pm6btdDNhtv0NGK72HAD3QzyiDFN7vBjrgVUKo223SMcFf1+iXP7hAqA11NW6q/cSdzF 6jLEhMMI7wzSJCFGwKd3Xbm+eobs3n9SODTDaH3V1mElEtnGMnah1uBSdkni6qFUmgez dJEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=TXiYw8q70yaoq8fsO10rJDRKKHj6lwAPxJdLx96OXzQ=; b=DBnKC+W87AWlm+8R26HkC91sClhijsvJ/LuOiIyRHV0F2C9k7V3MR751yXbRMzp9BK pheErnrjzZkeY9GajeLdEycHUuu8T0KhzZoEHxVup2z5CCVk3mNGuxug2nXORw+aSLKk FZHj5ZIU1l4Bak2ULg7FWuyXoCk5ox+H+vLYw9cR2qWyAFDbkF0CZ5nzp9NgEC5nM5E2 aSId5HUtmN6WgyeCDah9IChtYp6+0rsVeaeKSm4lom9BlpmKJ2XAIRkmqBhfN+LHmQOZ fEaEsYUGlJGOzFRQAvWe5GasOVsSKaCyJD8UW4yr/qUyaaXPYVngvfhBopaPjtWylgrM FVIA== X-Gm-Message-State: ALyK8tLFQGAzsx2xkefxccwkFKLWpULKEgnq0ZJrGVpnwR08En4Bv9tUj6fv+1p12M3f9TsAyYNc0Wu4kjcI1w== X-Received: by 10.194.157.162 with SMTP id wn2mr10001705wjb.103.1466882176407; Sat, 25 Jun 2016 12:16:16 -0700 (PDT) MIME-Version: 1.0 References: <20160625164240.7cea7587@copperhead.int.arc7.info> In-Reply-To: <20160625164240.7cea7587@copperhead.int.arc7.info> From: Marie Helene Kvello-Aune Date: Sat, 25 Jun 2016 19:16:06 +0000 Message-ID: Subject: Re: ifconfig: BRDGADD lo1: invalid argument To: org.freebsd.security@io7m.com, freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 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, 25 Jun 2016 19:16:19 -0000 Check that lo1 has same MTU as bridge0. Regards, Marie Helene On Sat, Jun 25, 2016 at 8:38 PM wrote: > Hello. > > I'm trying to create a bridge interface to isolate some jails on > private addresses. I'm on a near-pristine install of 10.3, updated to > 10.3-p5 via freebsd-update. > > The virtual interface to which the jails will be bound: > > # ifconfig lo1 create > > The bridge: > > # ifconfig bridge create > bridge0 > # ifconfig bridge0 addm em0 > # ifconfig bridge0 addm lo1 > ifconfig: BRDGADD lo1: Invalid argument > > I can find one reference to this error message online from 2007: > > > https://lists.freebsd.org/pipermail/freebsd-net/2007-December/016102.html > > ... but this doesn't appear to be the problem I'm having (it seems as > though it was caused by an out-of-sync kernel and world, which I > obviously don't have). > > Any ideas how to get this working? > > M > _______________________________________________ > 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" >