Subject: How to setup a PPP link...
To: None <macbsd-general@sun-lamp.cs.berkeley.edu>
From: John D. Smerdon <jds@smerdon.plymouth.mi.us>
List: macbsd-general
Date: 04/19/1994 23:13:16
If you have mastered the art of kernel compiling, it doesn't take much to
compile in PPP support.

Add a "ppp" pseudo-device in your config file just like "sl".  Add a "2" at
the end of the line if you desire a PPP connection on each serial port.

In your Makefile, add "if_ppp.c" and "if_ppp.o" in all of the same places
that "if_loop.c" and "if_loop.c" are found.

Make.

Reboot.

Configure ppp0 (and ppp1).

If you haven't yet mastered the art of kernel compiling, I can make my
kernel available.

--
John D. Smerdon; Plymouth, Michigan; Contents are my opinion.
Internet: jds@smerdon.plymouth.mi.us; UUCP: umcc!smerdon!jds


------------------------------------------------------------------------------