X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=NeXT%2FExamples%2Fpppup.direct;fp=NeXT%2FExamples%2Fpppup.direct;h=4958fc6deaa054d0e8bcd46d9baddd913ab66b7c;hp=0000000000000000000000000000000000000000;hb=b5c0cf380b11e37f580e6f2affcb78d5ccedade0;hpb=c178bf94c8aa2e30d3934dde8b5371d05ad41f7e diff --git a/NeXT/Examples/pppup.direct b/NeXT/Examples/pppup.direct new file mode 100644 index 0000000..4958fc6 --- /dev/null +++ b/NeXT/Examples/pppup.direct @@ -0,0 +1,19 @@ +#!/bin/sh -f +# +# -*- Fundamental -*- +# +# kdebug 1 is SC_DEBUG +# 2 is SC_LOG_INPKT +# 4 is SC_LOG_OUTPKT +# 8 is SC_LOG_RAWIN +# 16 is SC_LOG_FLUSH +# +# add together to get debugging you want +# Remember: for HW flow control you must you /dev/cufa or /dev/cufb +# +# This is used to start a ppp session over a link that is directly +# connected to another computer. Make sure the peer runs at the +# same speed. +# +/usr/local/bin/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 +exit 0