summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-12-03 21:38:52 +0000
committernate <nate@FreeBSD.org>1996-12-03 21:38:52 +0000
commit8620fc8544ff62f29a19ab194cb21a092e314a97 (patch)
treebb44448442ea3de595c180ce0d9d0398f57509f7 /usr.sbin/ppp/ppp.8.m4
parent1aa66460f8fa844a7fec1e9c9cf4bca3e5528b72 (diff)
downloadFreeBSD-src-8620fc8544ff62f29a19ab194cb21a092e314a97.zip
FreeBSD-src-8620fc8544ff62f29a19ab194cb21a092e314a97.tar.gz
Added my 'ddial' patches to user-PPP. The new mode tries it's darndest
to keep the link up, so it re-dials whenever it detects the link go down. This is useful for 'dedicated' links who use PPP. It's been used for over a year w/out problems at different sites.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m415
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 1b25f8b..8deb7e3 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,5 +1,5 @@
.\" manual page [] for ppp 0.94 beta2 + alpha
-.\" $Id: ppp.8,v 1.18 1996/10/06 13:32:33 jkh Exp $
+.\" $Id: ppp.8,v 1.19 1996/10/31 19:55:05 joerg Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -9,7 +9,7 @@
Point to Point Protocol (aka iijppp)
.Sh SYNOPSIS
.Nm
-.Op Fl auto | Fl direct | Fl dedicated
+.Op Fl auto | ddial | dedicated | direct
.Op Ar system
.Sh DESCRIPTION
This is a user process
@@ -53,6 +53,13 @@ will act as a daemon and wait for a packet to be sent over the
link. When this happens, the daemon automatically dials and establishes the
connection.
+In almost the same manner ddial mode (dedicated dialing or demon dialing)
+also automatically dials and establishes the connection. However, it
+differs in that it will dial the remote site any time it detects the
+link is down, even if there are no packets to be sent. This mode is
+useful for full-time connections who worry less about line charges
+and more about being connected full time.
+
.It Supports server-side PPP connections.
Can act as server which accepts incoming
.Em PPP
@@ -280,6 +287,8 @@ remote peer.
To play with demand dialing, you must use the
.Fl auto
+or
+.Fl ddial
option. You must also specify the destination label in
.Pa /etc/ppp/ppp.conf
to use. It should contain the
@@ -293,6 +302,8 @@ command to define the remote peer's IP address. (refer to
When
.Fl auto
+or
+.Fl ddial
is specified,
.Nm
runs as a daemon but you can still configure or examine its
OpenPOWER on IntegriCloud