
INSTALLATION:

If you don't want encryption, edit 'Makefile' and set AUTH to 'none' and
then type "make" to build ppptcp.  You will get a version of ppptcp that
has simple IP host matching authentication.

If you want encryption, READ THE FILE "auth.crypt/README.crypt" and then
set AUTH to 'crypt' in the Makefile.  Encryption requires RSA and DES
sources and assumes it will find them in ../rsaref and ../des respectively.
Modify "auth.crypt/Makefile" if the RSA/DES sources are located elsewhere.

Once you have modified the Makefile appropriately, just type 'make' to
build ppptcp.  If encryption is enabled, "genkeys" will be built in the
auth.crypt directory in addition to 'ppptcp'.

You might check ppptcp.sh out, it's a script to monitor a ppptcp
connection on the client end and restart it as necessary.

The precompiled binaries are for Linux x86 ELF with no encryption.

This program has been tested with Linux 2.x.x, pppd 2.x.x, RSAref 2.0,
and libdes-4.01, compiled with gcc on x86 and sparc architectures.

