home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / communication / ppp.0.3.README < prev    next >
Encoding:
Text File  |  1993-05-28  |  1.2 KB  |  35 lines

  1. ppp-0.3.tar.z
  2. =============
  3. (Point-To-Point Protocol for network connections over serial line)
  4.  
  5.  
  6. This is just a hack so I could use ppp on the NeXT.  It will probably
  7. crash your machine one day.  No support is offered, but you may send
  8. bug reports anyway (I might have some spare time).
  9.  
  10. This ppp implementation consists of two parts: ppp and ppp_reloc.
  11. The ppp program is run on each end of the ppp connection.  ppp_reloc
  12. is a kernel loadable module (see next-config for an example of
  13. loading the module at boot time).
  14.  
  15. Optionally one may use the 'chat' program to automatically dialup
  16. the remote host.  I've added an option to ppp to call a dial script
  17. (see chatcmd for an example).
  18.  
  19. You have to run everything as root if you don't set the setuid flags.
  20.  
  21. Note that if you are using chat, you should pass the first argument
  22. of the chat command to chat, like this:
  23.  
  24. chat -p $* -l LCK..cufa ABORT "NO CARRIER" ABORT BUSY "" AT OK ATS0=3DT2914623 CONNECT "" ogin: ACCOUNT ssword: \\qPASSWORD
  25.  
  26. This lets chat place the right process id in the lock file.
  27.  
  28. HISTORY:
  29.  
  30. Thu May 27 16:27:13 PDT 1993
  31.  
  32. - Updated to 3.0
  33. - Added process id argument for chat
  34. - fixed bug with unrecognized protocol NAK
  35.