From owner-freebsd-newbies Sat Sep 2 15:11:49 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from lantana.wanadoo.fr (smtp-rt-8.wanadoo.fr [193.252.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 6256037B440 for <freebsd-newbies@freebsd.org>; Sat, 2 Sep 2000 15:11:44 -0700 (PDT) Received: from amyris.wanadoo.fr (193.252.19.150) by lantana.wanadoo.fr; 3 Sep 2000 00:02:40 +0200 Received: from Mix-Toulouse-203-194.abo.wanadoo.fr (193.250.3.194) by amyris.wanadoo.fr; 3 Sep 2000 00:02:39 +0200 Date: Sun, 3 Sep 2000 00:11:44 +0200 (CEST) From: j.saito@wanadoo.fr X-Sender: junichi@momotaro.bsd.org To: freebsd-newbies@freebsd.org Message-ID: <Pine.BSF.4.21.0009030007240.294-100000@momotaro.bsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For some reason, there is no tunnel device available on my system (FreeBSD 4.0-RELEASE). I compiled the kernel with the support for it, but when I run 'ifconfig -a' (as root), I only get this: ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 The divices files exist. ls -l /dev/tun* crw------- 1 uucp dialer 52, 0 Aug 27 15:47 /dev/tun0 crw------- 1 uucp dialer 52, 1 Aug 27 15:47 /dev/tun1 crw------- 1 uucp dialer 52, 2 Aug 27 15:47 /dev/tun2 crw------- 1 uucp dialer 52, 3 Aug 27 15:47 /dev/tun3 The same is true with the GENERIC kernel. What can be the reason ? Are there some other options to enable other than 'pseudo-device tun' ? tia. j. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message