Deleted Added
full compact
ppp.8 (24939) ppp.8 (25067)
1.\" manual page [] for ppp 0.94 beta2 + alpha
1.\" manual page [] for ppp 0.94 beta2 + alpha
2.\" $Id: ppp.8,v 1.28 1997/04/13 00:54:45 brian Exp $
2.\" $Id: ppp.8,v 1.29 1997/04/14 23:48:17 brian Exp $
3.Dd 20 September 1995
4.Os FreeBSD
5.Dt PPP 8
6.Sh NAME
7.Nm ppp
8.Nd
9Point to Point Protocol (aka iijppp)
10.Sh SYNOPSIS

--- 425 unchanged lines hidden (view full) ---

436
437Modifying the dial delay is very useful when running
438.Nm
439in demand
440dial mode on both ends of the link. If each end has the same timeout,
441both ends wind up calling each other at the same time if the link
442drops and both ends have packets queued.
443
3.Dd 20 September 1995
4.Os FreeBSD
5.Dt PPP 8
6.Sh NAME
7.Nm ppp
8.Nd
9Point to Point Protocol (aka iijppp)
10.Sh SYNOPSIS

--- 425 unchanged lines hidden (view full) ---

436
437Modifying the dial delay is very useful when running
438.Nm
439in demand
440dial mode on both ends of the link. If each end has the same timeout,
441both ends wind up calling each other at the same time if the link
442drops and both ends have packets queued.
443
444At some locations, the serial link may not be reliable, and carrier
445may be lost at inappropriate times. It is possible to have
446.Nm
447redial should carrier be unexpectedly lost during a session.
448.Bd -literal -offset indent
449set reconnect timeout ntries
450.Ed
451
452This command tells ppp to re-establish the connection
453.Ar ntries
454times on loss of carrier with a pause of
455.Ar timeout
456seconds before each try. For example,
457.Bd -literal -offset indent
458set reconnect 3 5
459.Ed
460
461tells
462.Nm
463that on an unexpected loss of carrier, it should wait
464.Ar 3
465seconds before attempting to reconnect. This may happen up to
466.Ar 5
467times before
468.Nm
469gives up. The default value of ntries is zero (no redial). Care
470should be taken with this option. If the local timeout is slightly
471longer than the remote timeout, the reconnect feature will always be
472triggered (up to the given number of times) after the remote side
473times out and hangs up.
474
444If the
445.Fl background
446flag is specified, all phone numbers are dialed at most once until
447a connection is made. The next number redial period specified with
448the
449.Dq set redial
475If the
476.Fl background
477flag is specified, all phone numbers are dialed at most once until
478a connection is made. The next number redial period specified with
479the
480.Dq set redial
450command is honoured.
481command is honoured, as is the reconnect tries value.
451
452To terminate the program, type
453
454 PPP ON tama> close
455 ppp ON tama> quit all
456
457.Pp
458A simple

--- 646 unchanged lines hidden ---
482
483To terminate the program, type
484
485 PPP ON tama> close
486 ppp ON tama> quit all
487
488.Pp
489A simple

--- 646 unchanged lines hidden ---