From owner-freebsd-net@FreeBSD.ORG Thu Nov 18 14:51:09 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C68816A4CE for ; Thu, 18 Nov 2004 14:51:09 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8131643D48 for ; Thu, 18 Nov 2004 14:51:08 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id CD4286520C; Thu, 18 Nov 2004 14:51:06 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64442-01-2; Thu, 18 Nov 2004 14:51:06 +0000 (GMT) Received: from empiric.dek.spc.org (adsl-67-124-246-45.dsl.snfc21.pacbell.net [67.124.246.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id CEC7E651F4; Thu, 18 Nov 2004 14:51:05 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id B6E306334; Thu, 18 Nov 2004 06:51:01 -0800 (PST) Date: Thu, 18 Nov 2004 06:51:01 -0800 From: Bruce M Simpson To: Elton Machado Message-ID: <20041118145101.GI697@empiric.icir.org> References: <419CACF2.5020402@norteglobal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <419CACF2.5020402@norteglobal.com> cc: net@freebsd.org Subject: Re: How can I create and use a Tap device X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 14:51:09 -0000 On Thu, Nov 18, 2004 at 02:08:50PM +0000, Elton Machado wrote: > I need a virtual ethernet device, can I use tap for that? Yes. > How can I create it? Read the man page. BMS