Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2001 13:57:02 -0400
From:      "Ryan Masse" <mail@max-info.net>
To:        "Child" <child@child.net.au>
Cc:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   Re: tun device not configured
Message-ID:  <00c001c0ec56$994bd400$3200a8c0@Home>
References:  <5.0.2.1.0.20010604035141.00ac7eb0@mx.child.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
does tun exist in you /dev?

do and ls -la | grep tun u should get something similar to:

lan1# ls -la | grep tun
crw-------   1 uucp  dialer     52,   0 Jun  3 13:56 tun0
crw-------   1 uucp  dialer     52,   1 Feb  6 21:30 tun1
crw-------   1 uucp  dialer     52,   2 Feb  6 21:30 tun2
crw-------   1 uucp  dialer     52,   3 Feb  6 21:30 tun3
lan1#

if not do;

cd /dev
./MAKEDEV tun0 tun1 tun2 tun3

Ryan


> dear all
> I am trying to setup a second tun connection
> I have the tun1-tun4 devices in /dev
> and they are compiled into my kernel as pseudo-device   tun     4
> but when running ppp
> I get dev not configured and ifconfig doesnt list them either
>
> helpo
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00c001c0ec56$994bd400$3200a8c0>