home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / usr / template / client / etc / ppp / Examples / pppup.remote < prev    next >
Encoding:
Text File  |  1995-11-06  |  693 b   |  23 lines

  1. #!/bin/csh -f
  2. #
  3. # -*- Fundamental -*-
  4. #
  5. #
  6. # kdebug 1  is SC_DEBUG
  7. #        2  is SC_LOG_INPKT
  8. #        4  is SC_LOG_OUTPKT
  9. #        8  is SC_LOG_RAWIN
  10. #        16 is SC_LOG_FLUSH
  11. # add together to get debugging you want
  12. # Remember: for HW flow control you must you /dev/cufa or /dev/cufb
  13. #
  14. # This script is used as the shell for a user account entitiled ppp.
  15. # When users log into this account, PPP is automatically started
  16. # (through this script).  The 'echo' command is to help the remote
  17. # process synchronize with this end.
  18. echo Starting PPP
  19. /usr/bin/mesg n
  20. /bin/stty -tostop litout
  21. exec /usr/etc/pppd passive bsdcomp 10,10 lcp-echo-interval 15 lcp-echo-failure 3 debug kdebug 17 57600
  22.