From owner-freebsd-newbies Sun Sep 3 1:35:10 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from magnolia.wanadoo.fr (smtp-rt-11.wanadoo.fr [193.252.19.62]) by hub.freebsd.org (Postfix) with ESMTP id 7522737B424 for ; Sun, 3 Sep 2000 01:35:07 -0700 (PDT) Received: from villosa.wanadoo.fr (193.252.19.122) by magnolia.wanadoo.fr; 3 Sep 2000 10:25:51 +0200 Received: from Mix-Toulouse-204-242.abo.wanadoo.fr (193.250.237.242) by villosa.wanadoo.fr; 3 Sep 2000 10:25:29 +0200 Date: Sun, 3 Sep 2000 10:34:43 +0200 (CEST) From: Junichi Saito To: Janko van Roosmalen Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [the subject was: no tunnel device available, I forgot to put it] On Sun, 3 Sep 2000, Janko van Roosmalen wrote: >On FreeBSD 3.2 I use: > > pseudo-device tun 2 > >to make two tunnel devices. I have no experience with FreeBSD 4.0. But you >could give it a try. > >Janko van Roosmalen - Netherlands Thank you for the reply. I tried it but to no avail. What I can't understand is why even the GENERIC kernel dosen't work. j. >On Sun, 3 Sep 2000 j.saito@wanadoo.fr wrote: >> >> 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 mtu 1500 >> lo0: flags=8049 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' ? >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message