home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / ppp.txt < prev    next >
Text File  |  1997-09-22  |  1KB  |  42 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR PPP:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: PPP - Point-to-Point protocol server/client
  6.  
  7. Version: 2.3.1
  8.  
  9. Author(s):  Paul Mackerras  <paulus@cs.anu.edu.au>
  10.  
  11.    Paul Mackerras
  12.    Dept. of Computer Science
  13.    Australian National University
  14.    Canberra  ACT  0200
  15.    AUSTRALIA
  16.  
  17. On the CD-ROM in: network/ppp.tar
  18.  
  19. Ftp source: cs.anu.edu.au:/pub/software/ppp
  20.  
  21. Size on the CD: 2.7 MB (partially compressed)
  22.  
  23. Description:
  24.  
  25.    The Point-to-Point Protocol (PPP) provides a method for transmitting
  26.    datagrams over serial point-to-point links.  PPP is composed of three
  27.    parts: a method for encapsulating datagrams over serial links, an exten-
  28.    sible Link Control Protocol (LCP), and a family of Network Control Pro-
  29.    tocols (NCP) for establishing and configuring different network-layer
  30.    protocols.
  31.  
  32.    The encapsulation scheme is provided by driver code in the kernel.  pppd
  33.    provides the basic LCP, authentication support, and an NCP for estab-
  34.    lishing and configuring the Internet Protocol (IP) (called the IP Con-
  35.    trol Protocol, IPCP).
  36.  
  37.    -- Quoted from pppd manpage 
  38.  
  39. Advertised architectures:  SunOS, Linux, OSF/1, Solaris, NetBSD, SVR4, Ultrix
  40.  
  41. Prerequisites: C compiler
  42.