isdn4k-utils/ipppd
fritz f39097b937 Corrected install target, added uninstall target 1997-03-24 03:12:12 +00:00
..
.Config.in Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
Makefile.ORIG Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
Makefile.in Corrected install target, added uninstall target 1997-03-24 03:12:12 +00:00
NOTES.IPPPD initial check in 1997-03-07 15:57:03 +00:00
README initial check in 1997-03-07 15:57:03 +00:00
README.cbcp.ORIG initial check in 1997-03-07 15:57:03 +00:00
README.linux.ORIG initial check in 1997-03-07 15:57:03 +00:00
README.mschap80.ORIG initial check in 1997-03-07 15:57:03 +00:00
TODO.4.MP initial check in 1997-03-07 15:57:03 +00:00
auth.c Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
cbcp.c initial check in 1997-03-07 15:57:03 +00:00
cbcp.h initial check in 1997-03-07 15:57:03 +00:00
ccp.c initial check in 1997-03-07 15:57:03 +00:00
ccp.h initial check in 1997-03-07 15:57:03 +00:00
chap.c initial check in 1997-03-07 15:57:03 +00:00
chap.h initial check in 1997-03-07 15:57:03 +00:00
chap_ms.c initial check in 1997-03-07 15:57:03 +00:00
chap_ms.h initial check in 1997-03-07 15:57:03 +00:00
config.h.in Added autoconf support for ipppd 1997-03-24 01:21:37 +00:00
configure Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
configure.in Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
fsm.c initial check in 1997-03-07 15:57:03 +00:00
fsm.h initial check in 1997-03-07 15:57:03 +00:00
install-sh Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
ipcp.c initial check in 1997-03-07 15:57:03 +00:00
ipcp.h initial check in 1997-03-07 15:57:03 +00:00
ipppd.8 initial check in 1997-03-07 15:57:03 +00:00
ipxcp.c initial check in 1997-03-07 15:57:03 +00:00
ipxcp.h initial check in 1997-03-07 15:57:03 +00:00
isexpired.c initial check in 1997-03-07 15:57:03 +00:00
lcp.c initial check in 1997-03-07 15:57:03 +00:00
lcp.h initial check in 1997-03-07 15:57:03 +00:00
magic.c initial check in 1997-03-07 15:57:03 +00:00
magic.h initial check in 1997-03-07 15:57:03 +00:00
main.c initial check in 1997-03-07 15:57:03 +00:00
md4.c initial check in 1997-03-07 15:57:03 +00:00
md4.h initial check in 1997-03-07 15:57:03 +00:00
md5.c initial check in 1997-03-07 15:57:03 +00:00
md5.h initial check in 1997-03-07 15:57:03 +00:00
options.c initial check in 1997-03-07 15:57:03 +00:00
patchlevel.h initial check in 1997-03-07 15:57:03 +00:00
pathnames.h Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:17:55 +00:00
pppd.8 initial check in 1997-03-07 15:57:03 +00:00
pppd.h initial check in 1997-03-07 15:57:03 +00:00
protos.h initial check in 1997-03-07 15:57:03 +00:00
sys-linux.c initial check in 1997-03-07 15:57:03 +00:00
upap.c initial check in 1997-03-07 15:57:03 +00:00
upap.h initial check in 1997-03-07 15:57:03 +00:00

README

Introduction.
*************

The Point-to-Point Protocol (PPP) provides a standard way to transmit
datagrams over a serial link, as well as a standard way for the
machines at either end of the link (the `peers') to negotiate various
optional characteristics of the link.  Using PPP, a serial link can be
used to transmit Internet Protocol (IP) datagrams, allowing TCP/IP
connections between the peers.  PPP is defined in several RFC (Request
For Comments) documents, in particular RFCs 1661, 1662, 1332 and 1334.
Other RFCs describe standard ways to transmit datagrams from other
network protocols (e.g., DECnet, OSI, Appletalk), but this package
only supports IP.


This implementation consists of two parts:

- kernel code, which implements an interface between the isdn4linux
  subsystem and the networking code. The interface also forwards
  control frames to the ippp-device

- The PPP daemon (ipppd), which negotiates with the peer to establish
  the link and configures the ippp network interface. Ipppd includes 
  support for authentication, so you can control which other systems 
  may make a PPP connection and what IP addresses they may use.