isdn4k-utils/ipppd
Michael Hipp b3499512ab More defines for older kernels 1998-03-30 09:53:34 +00:00
..
.Config.in fixed typo 1997-06-24 21:31:36 +00:00
Makefile.ORIG started to apply radius patch 1998-03-08 13:01:45 +00:00
Makefile.in not every CPU is from Intel (greetings from Digital :-)) 1998-03-15 22:36:39 +00:00
NOTES.IPPPD CCP changes and additions 1998-03-22 18:52:36 +00:00
README changes in IPX routing-protocol negotiation 1997-05-19 10:16:30 +00:00
README.linux.ORIG initial check in 1997-03-07 16:01:42 +00:00
README.mschap80.ORIG CBCP changes, added maxconnect patches 1997-05-06 13:04:08 +00:00
TODO.4.MP started to apply radius patch 1998-03-08 13:01:45 +00:00
aclocal.m4 Get rid of including ../.config in Makefile 1997-10-26 23:06:26 +00:00
auth.c More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
cbcp.c started to apply radius patch 1998-03-08 13:01:45 +00:00
cbcp.h initial check in 1997-03-07 16:01:42 +00:00
ccp.c More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
ccp.h More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
chap.c started to apply radius patch 1998-03-08 13:01:45 +00:00
chap.h initial check in 1997-03-07 16:01:42 +00:00
chap_ms.c changes in IPX routing-protocol negotiation 1997-05-19 10:16:30 +00:00
chap_ms.h initial check in 1997-03-07 16:01:42 +00:00
compressions.h here it is again. Hopefully this works. 1998-03-23 11:45:28 +00:00
config.h.in Added autoconf support for ipppd 1997-03-24 01:21:37 +00:00
configure Get rid of including ../.config in Makefile 1997-10-26 23:06:26 +00:00
configure.in Get rid of including ../.config in Makefile 1997-10-26 23:06:26 +00:00
fsm.c started to apply radius patch 1998-03-08 13:01:45 +00:00
fsm.h initial check in 1997-03-07 16:01:42 +00:00
install-sh Added autoconf support for ipppd, renamed Makefile.linux to Makefile.ORG 1997-03-24 01:18:01 +00:00
ipcp.c started to apply radius patch 1998-03-08 13:01:45 +00:00
ipcp.h initial check in 1997-03-07 16:01:42 +00:00
ipppd.h More defines for older kernels 1998-03-30 09:53:34 +00:00
ipppd.man.in Get rid of including ../.config in Makefile 1997-10-26 23:06:26 +00:00
ipxcp.c started to apply radius patch 1998-03-08 13:01:45 +00:00
ipxcp.h changes in IPX routing-protocol negotiation 1997-05-19 10:16:30 +00:00
isexpired.c initial check in 1997-03-07 16:01:42 +00:00
lcp.c started to apply radius patch 1998-03-08 13:01:45 +00:00
lcp.h initial check in 1997-03-07 16:01:42 +00:00
magic.c changes in IPX routing-protocol negotiation 1997-05-19 10:16:30 +00:00
magic.h initial check in 1997-03-07 16:01:42 +00:00
main.c More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
md4.c Minor bug fixes. Cleanup. 1997-04-26 17:17:47 +00:00
md4.h initial check in 1997-03-07 16:01:42 +00:00
md5.c started to apply radius patch 1998-03-08 13:01:45 +00:00
md5.h started to apply radius patch 1998-03-08 13:01:45 +00:00
options.c CCP changes and additions 1998-03-22 18:52:36 +00:00
patchlevel.h CCP changes and additions 1998-03-22 18:52:36 +00:00
pathnames.h.in Get rid of including ../.config in Makefile 1997-10-26 23:06:26 +00:00
protos.h initial check in 1997-03-07 16:01:42 +00:00
radius.c new files 1998-03-08 13:05:20 +00:00
route.h more glibc patches 1998-03-12 15:07:19 +00:00
sys-linux.c More changes for CCP: additions for individiual link CCP. 1998-03-25 13:13:40 +00:00
upap.c started to apply radius patch 1998-03-08 13:01:45 +00:00
upap.h started to apply radius patch 1998-03-08 13:01:45 +00:00

README

Report bugs, problems etc. to: i4l-ippp@franken.de
--------------------------------------------------

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.