Deleted Added
full compact
spppcontrol.8 (88536) spppcontrol.8 (88551)
1.\" Copyright (C) 1997, 2001 by Joerg Wunsch, Dresden
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (C) 1997, 2001 by Joerg Wunsch, Dresden
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23.\" POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/spppcontrol/spppcontrol.8 88536 2001-12-27 16:52:23Z joerg $
25.\" $FreeBSD: head/sbin/spppcontrol/spppcontrol.8 88551 2001-12-27 21:20:33Z joerg $
26.\"
27.Dd December 27, 2001
28.Os
29.Dt SPPPCONTROL 8
30.Sh NAME
31.Nm spppcontrol
32.Nd display or set parameters for an sppp interface
33.Sh SYNOPSIS

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

159connection is up.
160.It Ar rechallenge
161With CHAP, send re-challenges at random intervals while the connection
162is in network phase. (The intervals are currently in the range of 300
163through approximately 800 seconds.) This is the default, and will not
164be explicitly displayed in
165.Ql list
166mode.
26.\"
27.Dd December 27, 2001
28.Os
29.Dt SPPPCONTROL 8
30.Sh NAME
31.Nm spppcontrol
32.Nd display or set parameters for an sppp interface
33.Sh SYNOPSIS

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

159connection is up.
160.It Ar rechallenge
161With CHAP, send re-challenges at random intervals while the connection
162is in network phase. (The intervals are currently in the range of 300
163through approximately 800 seconds.) This is the default, and will not
164be explicitly displayed in
165.Ql list
166mode.
167.It Ar lcp-timeout Ns \&= Ns Em timeout-value
168Allows to change the value of the LCP restart timer. Values are
169specified in milliseconds. The value must be between 10 and 20000 ms,
170defaulting to 3000 ms.
167.It Ar enable-vj
168Enable negotiation of Van Jacobsen header compression. (Enabled by default.)
169.It Ar disable-vj
170Disable negotiation of Van Jacobsen header compression.
171.El
172.Sh EXAMPLES
173.Bd -literal
174# spppcontrol bppp0
175bppp0: phase=dead
176 myauthproto=chap myauthname="uriah"
177 hisauthproto=chap hisauthname="ifb-gw" norechallenge
171.It Ar enable-vj
172Enable negotiation of Van Jacobsen header compression. (Enabled by default.)
173.It Ar disable-vj
174Disable negotiation of Van Jacobsen header compression.
175.El
176.Sh EXAMPLES
177.Bd -literal
178# spppcontrol bppp0
179bppp0: phase=dead
180 myauthproto=chap myauthname="uriah"
181 hisauthproto=chap hisauthname="ifb-gw" norechallenge
182 lcp-timeout=3000
178 enable-vj
179.Ed
180.Pp
181Display the settings for bppp0. The interface is currently in
182.Em dead
183phase, i.e. the LCP layer is down, and no traffic is possible. Both
184ends of the connection use the CHAP protocol, my end tells remote the
185system name

--- 48 unchanged lines hidden ---
183 enable-vj
184.Ed
185.Pp
186Display the settings for bppp0. The interface is currently in
187.Em dead
188phase, i.e. the LCP layer is down, and no traffic is possible. Both
189ends of the connection use the CHAP protocol, my end tells remote the
190system name

--- 48 unchanged lines hidden ---