From 889c1efb8dbdd3bde33c15e168d21c59436e0367 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 26 Sep 1999 23:18:54 +0000 Subject: [PATCH] Show an example of ``set cd off'' --- share/examples/ppp/ppp.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 1f6082c279e..daed4a03185 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -503,9 +503,13 @@ sloop: # we've authenticated ourselves. When this has happened, we wait # 60 seconds for a RING. # +# Note, it's important that we tell ppp not to expect carrier, otherwise +# we'll drop out at the ``NO CARRIER'' stage. +# dialback: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-ATZ-OK \ ATDT\\T TIMEOUT 60 CONNECT" + set cd off set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp TIMEOUT 15 DIALBACK \ \"\" NO\\sCARRIER \"\" TIMEOUT 60 RING ATA CONNECT"