summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-26 23:18:54 +0000
committerbrian <brian@FreeBSD.org>1999-09-26 23:18:54 +0000
commit960ae0fee65634802393a8f3526e541f760a0e0e (patch)
tree4eba62d20fcc752737f7ac55e3c9557d7d83a70f /share/examples/ppp
parent814514a6402a4a3d6bf10c54ac9d4892be30769d (diff)
downloadFreeBSD-src-960ae0fee65634802393a8f3526e541f760a0e0e.zip
FreeBSD-src-960ae0fee65634802393a8f3526e541f760a0e0e.tar.gz
Show an example of ``set cd off''
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/ppp.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index 1f6082c..daed4a0 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"
OpenPOWER on IntegriCloud