From owner-freebsd-newbies Mon Sep 4 0:15:53 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from smtp3.port.ru (mx3.port.ru [194.67.23.37]) by hub.freebsd.org (Postfix) with ESMTP id 9688437B42C for ; Mon, 4 Sep 2000 00:15:48 -0700 (PDT) Received: from [212.96.98.35] (helo=[212.96.98.35]) by smtp3.port.ru with esmtp (Exim 3.14 #47) id 13VqTm-000CCL-00; Mon, 04 Sep 2000 11:15:44 +0400 Date: Mon, 4 Sep 2000 11:15:49 +0400 (MSD) From: Jaroshenko Serge X-Sender: jaroshenko@freebsd.merlin.ru To: j.saito@wanadoo.fr 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 All correct! Do ifconfig -a: de0: flags=8843 mtu 1500 inet XXX.XXX.XXX.XXX netmask 0xffffff00 broadcast 192.168.5.255 ether 00:80:48:da:1f:56 media: 10base2/BNC status: active supported media: autoselect 10base5/AUI 10base2/BNC 10baseT/UTP 10baseT/UTP lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xffffff00 Just run command (for example): ^^^^^^^^^^^^^^^^ ppp -auto MY_ISP ^^^^^^^^^^^^^^^^ and ifconfig -a (for me): de0: flags=8843 mtu 1500 inet XXX.XXX.XXX.XXX netmask 0xffffff00 broadcast 192.168.5.255 ether 00:80:48:da:1f:56 media: 10base2/BNC status: active supported media: autoselect 10base5/AUI 10base2/BNC 10baseT/UTP 10baseT/UTP lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xffffff00 tun0: flags=8051 mtu 1500 inet XXX.XXX.XXX.XXX --> XXX.XXX.XXX.XXX netmask 0xffffffff Opened by PID 205 Interface tun0, for me, compile as module (no "pseudo-device tun" in kernel config file and no other options). When I run connection to my ISP, kernel auto load if_tun.ko and configure interface tun0 (with ppp.conf, ppp.* in /etc/ppp directory). Good luck! (Sory for bad english!) Serge. 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' ? > > tia. > > j. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-newbies" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message