From owner-freebsd-net@FreeBSD.ORG Tue Feb 1 08:29:24 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89EA4106567A; Tue, 1 Feb 2011 08:29:24 +0000 (UTC) (envelope-from batcilla@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 30D2B8FC14; Tue, 1 Feb 2011 08:29:23 +0000 (UTC) Received: by qyk8 with SMTP id 8so3769410qyk.13 for ; Tue, 01 Feb 2011 00:29:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MEfeQ0GqZqEakUL8CWiLvUHD5QwQWzpH2gDKinzcAB8=; b=P7WKIQOZSBORMXEFdC1BjB+2VRHvIzjYpz0/4jv7XGyYR/gQ/0N57O9XmfcmRgMQFT BVJ71Mm3eJubd/WZRX8AsTDEA0OWE4vJW17TiG2kWnWSwTxC55VLZvNAFExCAJvANRfq ZsqoaUdmQSDMv4dwElY+BYAKngjcP6WLc1FaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AcjLgVbzONwCptEzhNmGf14DxO8aZOG8Ekx9VeNgs0nVaEylCbzIIn33+8oM63hKL1 yXgaPtISA/AeooLPirpMApiU02oA8Nilq6SKnROYA212/FoqoxFwquBuMgLe+c4PLquN rQBQKsF28teHHwUYE5xRPgO/Wb2kfBnaX1upg= MIME-Version: 1.0 Received: by 10.229.91.3 with SMTP id k3mr6764574qcm.84.1296547281157; Tue, 01 Feb 2011 00:01:21 -0800 (PST) Received: by 10.229.228.145 with HTTP; Tue, 1 Feb 2011 00:01:21 -0800 (PST) In-Reply-To: References: <4D47B924.5070403@freebsd.org> Date: Tue, 1 Feb 2011 10:01:21 +0200 Message-ID: From: batcilla itself To: Randy Bush Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Net Subject: Re: taps in rc.config X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 08:29:24 -0000 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 > > 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" >