From owner-freebsd-questions Sun Jun 3 10:59:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (comp1.mastery.ca [209.202.88.60]) by hub.freebsd.org (Postfix) with ESMTP id 91B4237B401 for ; Sun, 3 Jun 2001 10:59:13 -0700 (PDT) (envelope-from mail@max-info.net) Received: from 78kw954 (dyn216-8-130-5.ADSL.mnsi.net [216.8.130.5]) (authenticated) by comp1.mastery.ca (8.11.3/8.11.1) with ESMTP id f53HwwN10010; Sun, 3 Jun 2001 13:59:00 -0400 (EDT) (envelope-from mail@max-info.net) Message-ID: <00c001c0ec56$994bd400$3200a8c0@Home> From: "Ryan Masse" To: "Child" Cc: "FreeBSD-Questions" References: <5.0.2.1.0.20010604035141.00ac7eb0@mx.child.net.au> Subject: Re: tun device not configured Date: Sun, 3 Jun 2001 13:57:02 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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