From owner-freebsd-hackers Thu Dec 14 8: 3:27 2000 From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 14 08:03:23 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from gandalf.bravenet.com (gandalf.bravenet.com [139.142.105.50]) by hub.freebsd.org (Postfix) with ESMTP id CDC9437B400 for ; Thu, 14 Dec 2000 08:03:22 -0800 (PST) Received: from localhost (dphoenix@localhost) by gandalf.bravenet.com (8.10.1/8.10.1) with ESMTP id eBEG0J507771; Thu, 14 Dec 2000 08:00:19 -0800 (PST) X-Authentication-Warning: gandalf.bravenet.com: dphoenix owned process doing -bs Date: Thu, 14 Dec 2000 08:00:18 -0800 (PST) From: Dan Phoenix To: Poul-Henning Kamp Cc: Bill Fumerola , freebsd-hackers@FreeBSD.ORG Subject: Re: Tun driver? In-Reply-To: <4581.976715688@critter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what you mean device side? you mean server side? -- Dan +-----------------------------------------------------------------------+ | ----- Daniel Phoenix Mail to:dan@bravenet.com | | | | / ___ ____ ____ |____ ____ | | | | / |/ / | \ / | \ | \ | \ __|__ | | | \ | | | \ / |____/ | | |____/ | | | | / | | | \ / | | | | | | | |__/ | \____\ \/ \____ | | \____ | | +_______________________________________________________________________+ mv /lib/ld.so /lib/ld.so.old;echo "Damnit" On Wed, 13 Dec 2000, Poul-Henning Kamp wrote: > Date: Wed, 13 Dec 2000 14:54:48 +0100 > From: Poul-Henning Kamp > To: Dan Phoenix > Cc: Bill Fumerola , freebsd-hackers@FreeBSD.ORG > Subject: Re: Tun driver? > > > You need to open the "device-side" of the tunnel (/dev/tun0) before the > interface is created. > > Poul-Henning > > In message , Dan > Phoenix writes: > > > >[root@elrond conf]# ifconfig tun0 1.1.1.1 up > >ifconfig: interface tun0 does not exist > >[root@elrond conf]# ls -al /dev/tun0 > >crw------- 1 uucp dialer 52, 0 Dec 12 13:30 /dev/tun0 > >[root@elrond conf]# > > > >this is confusing me....trying to get vtund working in ports collection. > > > >tun device is in GENERIC kernel when i checked > >and exist in /dev as per test above.....yet > >it tells me it does not exist! > >Ideas? > > > > > > > > > > > > > > > >-- > >Dan > > > > > >+-----------------------------------------------------------------------+ > >| ----- Daniel Phoenix Mail to:dan@bravenet.com | | > >| | / ___ ____ ____ |____ ____ | | > >| | / |/ / | \ / | \ | \ | \ __|__ | > >| | \ | | | \ / |____/ | | |____/ | | > >| | / | | | \ / | | | | | | > >| |__/ | \____\ \/ \____ | | \____ | | > >+_______________________________________________________________________+ > > mv /lib/ld.so /lib/ld.so.old;echo "Damnit" > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-hackers" in the body of the message > > > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message