Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 1995 10:13:35 +0900 (JST)
From:      Atsushi Murai <amurai@spec.co.jp>
To:        timb@europa.com (Tim Bach)
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: SNAP AND PPP
Message-ID:  <199502040113.KAA00553@tama.spec.co.jp>
In-Reply-To: <m0raSo3-000J8EC@europa.com> from "Tim Bach" at Feb 3, 95 10:34:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I thought i would try out the new ppp included with the snap release.
> Except i can't get it to work.It wants /etc/ppp.conf and a 1
                                        ^^^^^^^^^?? should be /etc/ppp/ppp.conf
   						    right ?
> a 2
> a 3
> No tunnel device is present.
> So how do i get it working?

Please rebuild your kernel with adding tunnel device.

     	/usr/src/sys/i386/conf/<YOURCONFIG>
	options		TUN
	pseudo-device   tun             1

And then make device file.

	mknod /dev/tun0 c 52 0

> Also /etc/share is linked to some tmp directory.
Sorry I don't have any idea for this.
-- 
Atsushi Murai                                       Internet: amurai@spec.co.jp
System Planning and Engineering Co,.Ltd.            Voice   : +81-33833-5341



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502040113.KAA00553>