Date: Tue, 31 Aug 1999 23:36:26 +0200 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Brian Somers <brian@Awfulhak.org> Cc: "Jordan K. Hubbard" <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp Makefile Message-ID: <31401.936135386@critter.freebsd.dk> In-Reply-To: Your message of "Tue, 31 Aug 1999 22:22:49 BST." <199908312122.WAA02632@keep.lan.Awfulhak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199908312122.WAA02632@keep.lan.Awfulhak.org>, Brian Somers writes:
> # ppp install
> Working in interactive mode
> Warning: No available tunnel devices found (Device not configured).
> Warning: bundle_Create: Device not configured
> # echo /dev/tun*
> /dev/tun0
> # ifconfig tun0 inet 1.2.3.4 5.6.7.8
> ifconfig: interface tun0 does not exist
>
>Errum, Poul ? Any suggestions/fixes ? Or am I pointing in the wrong
>direction ?
Uhm, sorry, wasn't paying attention there: The tun device is created
when you open it, Ie:
rover# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 212.242.40.130 netmask 0xfffffff0 broadcast 212.242.40.143
ether 00:e0:18:98:93:7d
media: autoselect (100baseTX) status: active
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
rover# date < /dev/tun0
Tue Aug 31 21:35:05 GMT 1999
rover# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 212.242.40.130 netmask 0xfffffff0 broadcast 212.242.40.143
ether 00:e0:18:98:93:7d
media: autoselect (100baseTX) status: active
supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
rover#
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31401.936135386>
