Date: Mon, 28 Feb 2005 16:05:35 +0100 From: Ruben de Groot <mail25@bzerk.org> To: Andrea Venturoli <ml.diespammer@netfence.it> Cc: freebsd-questions@freebsd.org Subject: Re: tap interface, bridging and freebsd 5.3 Message-ID: <20050228150535.GA47556@ei.bzerk.org> In-Reply-To: <4222FE1F.6060008@netfence.it> References: <126dd6ff2a2fb1bed0f0b1e52dc42d96@nesys.it> <4222FE1F.6060008@netfence.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050228150535.GA47556>