1How 2 use slirp with pptpd-0.9.0
2
3o Grab the slirp-1.0c package and install it
4  ftp://blitzen.canberra.edu.au/pub/slirp/slirp-1.0c.tar.gz
5  (other versions might work also, but were not tested)
6
7Then install pptpd
8
9o ./configure --with-slirp
10
11o Set path to slirp in config.h right
12
13o Be sure to have a HOME variable set when you start 
14  pptpd, because slirp reads the HOME/.chap-secrets file
15  for authentication
16  This file must be filled in the same way as the 
17  chap-secrets for pppd
18
19o For the rest follow the pptpd instructions
20
21o I have tested this with a Solaris 2.4 server, gcc and 
22  pptpd running on this configuration. As client I used 
23  Win95 DUN 1.3. I only tested this on a local network because 
24  our routers still block port 47.
25  With this test I get a clean authentication.
26
27Harald Vogt, vogt@serc.nl
28Mon Jun 14 09:49:40 MET DST 1999
29
30