isdn4k-utils/ipppd
Michael Hipp 0568925a4d Minor changes in some syslog() functions. 1998-11-05 09:42:37 +00:00
..
.Config.in Added Matjaz Godec's Radius Patches 1998-04-29 14:29:50 +00:00
Makefile.ORIG started to apply radius patch 1998-03-08 13:01:45 +00:00
Makefile.in fixes to compile and install under 2.0.36 1998-10-16 12:38:16 +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.RADIUS Fixes to compile under non-CVS Linux 2.1.126 1998-10-29 17:28:49 +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 Fixed autoconfig for 2.0.36 1998-10-13 22:37:11 +00:00
auth.c Minor changes in some syslog() functions. 1998-11-05 09:42:37 +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 Fixes to compile under non-CVS Linux 2.1.126 1998-10-29 17:28:49 +00:00
ccp.h Changes for LZS compression 1998-07-08 16:48:24 +00:00
chap.c More RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +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 fixes to compile and install under 2.0.36 1998-10-16 12:38:16 +00:00
configure.in fixes to compile and install under 2.0.36 1998-10-16 12:38:16 +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 More RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +00:00
ipcp.h initial check in 1997-03-07 16:01:42 +00:00
ipppd.h Fixes to compile under non-CVS Linux 2.1.126 1998-10-29 17:28:49 +00:00
ipppd.man.in /dev/ppp/ioptions.<devname> -> /etc/ppp/ioptions.<devname> 1998-10-12 11:54:42 +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 Fixed sigsegv on Alpha, where sizeof(long) > 4 1998-09-23 08:10:25 +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 RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +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 Fixes to compile under non-CVS Linux 2.1.126 1998-10-29 17:28:49 +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 More RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +00:00
route.h more glibc patches 1998-03-12 15:07:19 +00:00
sys-linux.c Minor changes in some syslog() functions. 1998-11-05 09:42:37 +00:00
upap.c Added Matjaz Godec's Radius Patches 1998-04-29 14:29:50 +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.