Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 16:09:02 -0700
From:      Paul Vixie <paul@redbarn.org>
To:        The Doctor <doctor@doctor.nl2k.ab.ca>
Cc:        Allan Jude <allanjude@freebsd.org>,  freebsd-virtualization@freebsd.org
Subject:   Re: Multiple VM hosting using bhyve
Message-ID:  <57EC4D8E.7000005@redbarn.org>
In-Reply-To: <20160927220029.GA45391@doctor.nl2k.ab.ca>
References:  <20160927201118.GC64360@doctor.nl2k.ab.ca> <ff64db03-c468-aa4d-a7b0-7f5999656061@freebsd.org> <20160927210207.GA34361@doctor.nl2k.ab.ca> <a25cb936-d833-4cec-b1e1-ee8940bc2347@freebsd.org> <20160927220029.GA45391@doctor.nl2k.ab.ca>

next in thread | previous in thread | raw e-mail | index | archive | help


The Doctor wrote:
> How do I "bridge" these "Taps"?

here's rc.conf from my second bhyve milking machine:

hostname="mm2.redbarn.org"
defaultrouter="149.20.59.1"
ipv6_defaultrouter="2001:4f8:3:1006::1"

ifconfig_igb0="inet 149.20.56.188/29"
ifconfig_igb0_ipv6="inet6 2001:4f8:3:1007::4/64"

autobridge_interfaces="bridge0"
autobridge_bridge0="tap* igb1"
ifconfig_igb1="up media 1000baseTX"
cloned_interfaces="bridge0 tap0 tap1 tap2 tap3 tap4 tap5 tap6 tap7"
ifconfig_bridge0="inet 149.20.59.4/24"
ifconfig_bridge0_ipv6="inet6 2001:4f8:3:1006::4/64 auto_linklocal up"
ifconfig_tap0="up"
ifconfig_tap1="up"
ifconfig_tap2="up"
ifconfig_tap3="up"
ifconfig_tap4="up"
ifconfig_tap5="up"
ifconfig_tap6="up"
ifconfig_tap7="up"


-- 
P Vixie




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57EC4D8E.7000005>