Date: Tue, 1 Feb 2011 10:01:21 +0200 From: batcilla itself <batcilla@gmail.com> To: Randy Bush <randy@psg.com> Cc: FreeBSD Net <net@freebsd.org> Subject: Re: taps in rc.config Message-ID: <AANLkTin%2BcR8AG254SqV9FT4QYVGPwtNRjSokzG9P1yrp@mail.gmail.com> In-Reply-To: <m28vy019oz.wl%randy@psg.com> References: <m2d3nc1b8h.wl%randy@psg.com> <4D47B924.5070403@freebsd.org> <m28vy019oz.wl%randy@psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Randy, I believe this may help(found in /etc/defaults/rc.conf): #autobridge_interfaces="bridge0" # List of bridges to check #autobridge_bridge0="tap* em0" # Interface glob to automatically add to the bridge if used in addition to example below. //batcilla 2011/2/1 Randy Bush <randy@psg.com> > > 1/ wow does that (dynamips ciscos) actually run on BSD? > > yep > > > 2/ "why?" > > so we can have a routing research topology testbed of real cisco and > real juniper code. > > > first you need to create them right? > > ifconfig tap0 create 192.168.3.1/28 up > > > > I think you do: > > in rc.conf: > > cloned_interfaces="tap0 tap1 tap2 tap3" > > ifconfig_tap0=192.168.3.1/28 > > ifconfig_tap1=192.168.4.1/28 > > ifconfig_tap2=192.168.5.1/28 > > ifconfig_tap3=192.168.6.1/28 > > > > but I may not be remembering right. > > thanks. and what binds them to a particular ether so they respond to > arp? > > randy > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTin%2BcR8AG254SqV9FT4QYVGPwtNRjSokzG9P1yrp>