1999-02-26 06:25:11 +00:00
|
|
|
|
1997-06-10 09:10:03 +00:00
|
|
|
MPD MULTI-LINK PPP DAEMON FOR FREEBSD
|
|
|
|
|
1999-02-26 06:25:11 +00:00
|
|
|
Version 2.0b1
|
1997-06-10 09:10:03 +00:00
|
|
|
Written by Archie Cobbs <archie@whistle.com>
|
|
|
|
Based on IIJ-PPP by Toshiharu OHNO <tony-o@iij.ad.jp>
|
|
|
|
|
|
|
|
* WHAT IS IT?
|
|
|
|
|
|
|
|
A user-mode PPP daemon based on iij-ppp which supports multi-link PPP.
|
|
|
|
It is a complete re-write of the original iij-ppp code.
|
|
|
|
|
|
|
|
* HOW STABLE IS IT?
|
|
|
|
|
|
|
|
Most of this code has been thoroughly tested. Some parts, such
|
|
|
|
as compression, have not been tested very much at all. However,
|
|
|
|
the core of the daemon is very solid.
|
|
|
|
|
1998-09-19 22:45:44 +00:00
|
|
|
* HOW DO I BUILD AND INSTALL IT?
|
|
|
|
|
|
|
|
cd src
|
|
|
|
make depend all install
|
|
|
|
|
1997-06-10 09:10:03 +00:00
|
|
|
* HOW DO I SET IT UP?
|
|
|
|
|
1999-02-26 06:25:11 +00:00
|
|
|
Complete documentation is included in the "doc" subdirectory.
|
|
|
|
|
1998-09-19 22:45:44 +00:00
|
|
|
You will need to create your own versions of the four required
|
|
|
|
configuration files in /etc/ppp:
|
1997-06-10 09:10:03 +00:00
|
|
|
|
1998-09-19 22:45:44 +00:00
|
|
|
mpd.conf - General configuration
|
|
|
|
mpd.links - Description of available links
|
|
|
|
mpd.script - Modem scripts
|
|
|
|
mpd.secret - Login/password pairs
|
1997-06-10 09:10:03 +00:00
|
|
|
|
|
|
|
If you're familiar with iij-ppp, the configuration method is
|
|
|
|
similar: commands are read from a file.
|
|
|
|
|
1998-09-19 22:45:44 +00:00
|
|
|
Check the "conf" subdirectory for configuration file examples.
|
|
|
|
|
|
|
|
Then append the following lines to /etc/syslog.conf and create an
|
|
|
|
empty /var/log/mpd.log file to get proper logging:
|
|
|
|
|
|
|
|
!mpd
|
|
|
|
*.* /var/log/mpd.log
|
|
|
|
|
|
|
|
Add a corresponding line to /etc/newsyslog.conf as well to get
|
|
|
|
proper log rotation.
|
|
|
|
|
|
|
|
If you want to start it as a background daemon at boot time,
|
|
|
|
add the appropriate line to /etc/rc.local, e.g.:
|
|
|
|
|
|
|
|
echo -n " mpd" ; /usr/local/bin/mpd -b
|
|
|
|
|
1997-06-10 09:10:03 +00:00
|
|
|
* WHAT'S THE COPYRIGHT STATUS?
|
|
|
|
|
|
|
|
Berkeley style: see ``COPYRIGHT.iij'' and ``COPYRIGHT.whistle''.
|
|
|
|
|
|
|
|
* WHERE CAN I GO FOR HELP?
|
|
|
|
|
1999-02-26 06:25:11 +00:00
|
|
|
Email questions to the freebsd-net@freebsd.org mailing list.
|
|
|
|
|