From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 15:00:51 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2026D16A4CE for ; Mon, 28 Feb 2005 15:00:51 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E4843D48 for ; Mon, 28 Feb 2005 15:00:50 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id j1SF5ai7047596; Mon, 28 Feb 2005 16:05:36 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id j1SF5ZDD047595; Mon, 28 Feb 2005 16:05:35 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 28 Feb 2005 16:05:35 +0100 From: Ruben de Groot To: Andrea Venturoli Message-ID: <20050228150535.GA47556@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Andrea Venturoli , freebsd-questions@freebsd.org References: <126dd6ff2a2fb1bed0f0b1e52dc42d96@nesys.it> <4222FE1F.6060008@netfence.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4222FE1F.6060008@netfence.it> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: tap interface, bridging and freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 15:00:51 -0000 On Mon, Feb 28, 2005 at 12:18:55PM +0100, Andrea Venturoli typed: > Andrea Riela wrote: > > >but I don't see a tap interface in /dev or with ifconfig ... > > You won't see any network interface in /dev; just run ifconfig -a and > check: you won't find any of the listed devices in /dev. That's right; they live in /dev/net/ : > ifconfig -l rl0 plip0 lo0 tun0 ppp0 > ls -l /dev/net total 0 crw------- 1 root wheel 253, 3 Feb 12 07:23 lo0 crw------- 1 root wheel 253, 2 Feb 12 07:23 plip0 crw------- 1 root wheel 253, 5 Feb 12 07:23 ppp0 crw------- 1 root wheel 253, 1 Feb 12 07:23 rl0 crw------- 1 root wheel 253, 4 Feb 12 07:23 tun0 Ruben