Deleted Added
full compact
ppp.8 (44261) ppp.8 (44305)
1.\" $Id: ppp.8,v 1.150 1999/02/18 00:52:15 brian Exp $
1.\" $Id: ppp.8,v 1.151 1999/02/25 12:00:04 brian Exp $
2.Dd 20 September 1995
3.nr XX \w'\fC00'
4.Os FreeBSD
5.Dt PPP 8
6.Sh NAME
7.Nm ppp
8.Nd Point to Point Protocol (a.k.a. user-ppp)
9.Sh SYNOPSIS

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

3583Refer to the
3584.Em AUTHENTICATING INCOMING CONNECTIONS
3585section for details.
3586.Pp
3587In all cases, if the interface is already configured,
3588.Nm
3589will try to maintain the interface IP numbers so that any existing
3590bound sockets will remain valid.
2.Dd 20 September 1995
3.nr XX \w'\fC00'
4.Os FreeBSD
5.Dt PPP 8
6.Sh NAME
7.Nm ppp
8.Nd Point to Point Protocol (a.k.a. user-ppp)
9.Sh SYNOPSIS

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

3583Refer to the
3584.Em AUTHENTICATING INCOMING CONNECTIONS
3585section for details.
3586.Pp
3587In all cases, if the interface is already configured,
3588.Nm
3589will try to maintain the interface IP numbers so that any existing
3590bound sockets will remain valid.
3591.It set ccpretry Ar period
3592.It set chapretry Ar period
3593.It set ipcpretry Ar period
3594.It set lcpretry Ar period
3595.It set papretry Ar period
3591.It "set ccpretry|ccpretries" Ar "[timeout [reqtries [trmtries]]]"
3592.It "set chapretry|chapretries" Ar "[timeout [reqtries]]"
3593.It "set ipcpretry|ipcpretries" Ar "[timeout [reqtries [trmtries]]]"
3594.It "set lcpretry|lcpretries" Ar "[timeout [reqtries [trmtries]]]"
3595.It "set papretry|papretries" Ar "[timeout [reqtries]]"
3596These commands set the number of seconds that
3597.Nm
3598will wait before resending Finite State Machine (FSM) Request packets.
3599The default
3596These commands set the number of seconds that
3597.Nm
3598will wait before resending Finite State Machine (FSM) Request packets.
3599The default
3600.Ar period
3600.Ar timeout
3601for all FSMs is 3 seconds (which should suffice in most cases).
3601for all FSMs is 3 seconds (which should suffice in most cases).
3602.Pp
3603If
3604.Ar reqtries
3605is specified, it tells
3606.Nm
3607how many configuration request attempts it should make while receiving
3608no reply from the peer before giving up. The default is 5 attempts for
3609CCP, LCP and IPCP and 3 attempts for PAP and CHAP.
3610.Pp
3611If
3612.Ar trmtries
3613is specified, it tells
3614.Nm
3615how many terminate requests should be sent before giving up waiting for the
3616peers response. The default is 3 attempts. Authentication protocols are
3617not terminated and it is therefore invalid to specify
3618.Ar trmtries
3619for PAP or CHAP.
3620.Pp
3621In order to avoid netogiations with the peer that will never converge,
3622.Nm
3623will only send at most 3 times the configured number of
3624.Ar reqtries
3625in any given negotiation session before giving up and closing that layer.
3602.It set log [local] [+|-] Ns Ar value...
3603This command allows the adjustment of the current log level. Refer
3604to the Logging Facility section for further details.
3605.It set login Ar chat-script
3606This
3607.Ar chat-script
3608compliments the dial-script. If both are specified, the login
3609script will be executed after the dial script. Escape sequences

--- 565 unchanged lines hidden ---
3626.It set log [local] [+|-] Ns Ar value...
3627This command allows the adjustment of the current log level. Refer
3628to the Logging Facility section for further details.
3629.It set login Ar chat-script
3630This
3631.Ar chat-script
3632compliments the dial-script. If both are specified, the login
3633script will be executed after the dial script. Escape sequences

--- 565 unchanged lines hidden ---