From owner-freebsd-net@FreeBSD.ORG Tue Feb 1 07:43:42 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 23787106564A; Tue, 1 Feb 2011 07:43:42 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1548FC0A; Tue, 1 Feb 2011 07:43:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.local.psg.com) by ran.psg.com with esmtp (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PkAtp-000JAX-Ij; Tue, 01 Feb 2011 07:43:41 +0000 Date: Tue, 01 Feb 2011 16:43:40 +0900 Message-ID: From: Randy Bush To: Julian Elischer In-Reply-To: <4D47B924.5070403@freebsd.org> References: <4D47B924.5070403@freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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 07:43:42 -0000 > 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