This file is based on the original file by the original author of QuickPPP. It
has now been updated to cover the new version by Rob Bradford. The original is 
called README-OLD.

Original QuickPPP and README by Claudio Leite <static@staticky.com> modified
version by Rob Bradford <rbradford@wellington-school.org.uk>

--

 QuickPPP is a simple utility that sets up a PPP connection to your ISP
using pppd. While its fairly simple to use, its not foolproof, so make sure
you enter the right stuff! It uses PAP authentication, so it will work with
pretty much any ISP that works in Windows9x DialUp Networking (I think it
will work with all of them.) It has been tried with a few ISPs and it has
worked great.

To use:

	Log in as root (important)

	either-
	 1- run the precompiled binary (glibc(RH6 etc))

		./quickppp

	 2- or if that fails, compile your own (requires gcc)

		make
		./quickppp

		-or-

		gcc -o quickppp quickppp.c -s
		./quickppp

Run through all the steps. And test the configuration by selecting test
connection, this will launch pppd. If you experiance problems, and you think
you may have made a mistake entering the values. Select the apropriate stage
and re-enter the values, then select copy files and test again.

To access the internet type pppd at the console (must be logged in as root), to
disconnect do a ps -A and find the PID for pppd, and then kill <pidnumber>.

Thanks for using  QuickPPP!

Any problems email me or (Claudio Leite <static@staticky.com).

I would personally like to thank Static for writing such a good program in the 
first place.

