diff options
author | brian <brian@FreeBSD.org> | 1999-09-26 23:18:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-09-26 23:18:54 +0000 |
commit | 960ae0fee65634802393a8f3526e541f760a0e0e (patch) | |
tree | 4eba62d20fcc752737f7ac55e3c9557d7d83a70f /share | |
parent | 814514a6402a4a3d6bf10c54ac9d4892be30769d (diff) | |
download | FreeBSD-src-960ae0fee65634802393a8f3526e541f760a0e0e.zip FreeBSD-src-960ae0fee65634802393a8f3526e541f760a0e0e.tar.gz |
Show an example of ``set cd off''
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 4 |
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" |