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

  1. #!/bin/sh -f
  2. #
  3. # -*- Fundamental -*-
  4. #
  5. # kdebug 1  is SC_DEBUG
  6. #        2  is SC_LOG_INPKT
  7. #        4  is SC_LOG_OUTPKT
  8. #        8  is SC_LOG_RAWIN
  9. #        16 is SC_LOG_FLUSH
  10. # add together to get debugging you want
  11. # Remember: for HW flow control you must you /dev/cufa or /dev/cufb
  12. #
  13. # This is used to start a ppp session over a link that is directly
  14. # connected to another computer.  Make sure the peer runs at the
  15. # same speed.
  16. #
  17. /usr/etc/pppd bsdcomp 10,10 ipcp-restart 4 ipcp-max-configure 5 lcp-echo-failure 3 lcp-echo-interval 30 debug crtscts kdebug 17 -pap -chap /dev/ttyfb 38400 lock
  18. exit 0
  19.