Diff for /embedaddon/mpd/doc/mpd20.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2021/03/17 00:39:23
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Link layer</EM><BR>   <b>:</b> <EM>Link layer</EM><BR>
 <b>Previous:</b> <A HREF="mpd19.html"><EM>Mpd Layers</EM></A><BR>  <b>Previous:</b> <A HREF="mpd19.html"><EM>Mpd Layers</EM></A><BR>
Line 27  the link shown at the command line prompt.</p> Line 27  the link shown at the command line prompt.</p>
 "bundle" means that connection should be processed locally with  "bundle" means that connection should be processed locally with
 specified bundle. "forward" means that connection should be forwarded  specified bundle. "forward" means that connection should be forwarded
 using repeater to the specified link. "drop" means that connection  using repeater to the specified link. "drop" means that connection
should be dropped. Optional "regexp" parameneter defines regularshould be dropped. Optional "regexp" parameter defines regular
 expression which will be checked against peer auth name.</p>  expression which will be checked against peer auth name.</p>
 <p>Actions from list are checked in order of definition until regexp  <p>Actions from list are checked in order of definition until regexp
 match will be found. Actions processed at three points. First time  match will be found. Actions processed at three points. First time
Line 107  human-readable. However, it confuses some broken PPP i Line 107  human-readable. However, it confuses some broken PPP i
   
 <dt><b><code>set link fsm-timeout <em>seconds</em></code></b><dd><p>This command is analogous to the same command at the bundle layer,  <dt><b><code>set link fsm-timeout <em>seconds</em></code></b><dd><p>This command is analogous to the same command at the bundle layer,
 but it applies to link-layer FSM's such as Link Control Protocol (LCP).  but it applies to link-layer FSM's such as Link Control Protocol (LCP).
The default is two seconds; normally this value shouldn't be changed.</p>The default is two seconds; normally this value should not be changed.</p>
   
 <dt><b><code>set link keep-alive <em>seconds</em> <em>max</em></code></b><dd><p>This command enables the sending of LCP echo packets on the link.  <dt><b><code>set link keep-alive <em>seconds</em> <em>max</em></code></b><dd><p>This command enables the sending of LCP echo packets on the link.
 The first echo packet is sent after <code><em>seconds</em></code>  The first echo packet is sent after <code><em>seconds</em></code>
Line 193  encryption keys.</p> Line 193  encryption keys.</p>
 <p>Default <code><b>disable</b></code> and <code><b>accept</b></code>.</p>  <p>Default <code><b>disable</b></code> and <code><b>accept</b></code>.</p>
   
 <dt><b><code>eap</code></b><dd><p>Extensible Authentication Protocol. For details see  <dt><b><code>eap</code></b><dd><p>Extensible Authentication Protocol. For details see
<A HREF="mpd21.html#eap">eap</A>.</p><A HREF="mpd21.html#eap">the EAP chapter</A>.</p>
 <p>Default <code><b>disable</b></code> and <code><b>accept</b></code>.</p>  <p>Default <code><b>disable</b></code> and <code><b>accept</b></code>.</p>
   
 <dt><b><code>incoming</code></b><dd><p>This option enables the acceptance of incoming connections.  <dt><b><code>incoming</code></b><dd><p>This option enables the acceptance of incoming connections.
Line 229  included in each LCP packet we send, which helps detec Line 229  included in each LCP packet we send, which helps detec
 conditions.</p>  conditions.</p>
 <p>The <code>check-magic</code> option causes mpd to verify that the peer's  <p>The <code>check-magic</code> option causes mpd to verify that the peer's
 magic number is correct in all received LCP frames.</p>  magic number is correct in all received LCP frames.</p>
<p>Some old broken PPP implementations don't handle magic numbers correctly,<p>Some old broken PPP implementations do not handle magic numbers correctly,
 so these options need to be disabled in these cases.</p>  so these options need to be disabled in these cases.</p>
 <p>Default for both options is <code><b>enable</b></code>.</p>  <p>Default for both options is <code><b>enable</b></code>.</p>
 <p>Note that the two most common reasons for seeing ``loopback condition  <p>Note that the two most common reasons for seeing ``loopback condition
Line 265  for instance if IAS is used as RADIUS server.</p> Line 265  for instance if IAS is used as RADIUS server.</p>
 <p>Default <code><b>disable</b></code>.</p>  <p>Default <code><b>disable</b></code>.</p>
   
 <dt><b><code>peer-as-calling</code></b><dd><p>Forces mpd to send remote tunnel address in Calling-Station-Id   <dt><b><code>peer-as-calling</code></b><dd><p>Forces mpd to send remote tunnel address in Calling-Station-Id 
instead of addres supplied by remote peer via tunnel (for PPTP and L2TP).instead of address supplied by remote peer via tunnel (for PPTP and L2TP).
 Can be enabled for untrusted peers.</p>  Can be enabled for untrusted peers.</p>
 <p>Default is <code><b>disable</b></code>.</p>  <p>Default is <code><b>disable</b></code>.</p>
   
Line 277  Can be enabled for untrusted peers.</p> Line 277  Can be enabled for untrusted peers.</p>
   
 <H3>4.3.1. <A HREF="mpd21.html#21">EAP</A></H3>  <H3>4.3.1. <A HREF="mpd21.html#21">EAP</A></H3>
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Link layer</EM><BR>   <b>:</b> <EM>Link layer</EM><BR>
 <b>Previous:</b> <A HREF="mpd19.html"><EM>Mpd Layers</EM></A><BR>  <b>Previous:</b> <A HREF="mpd19.html"><EM>Mpd Layers</EM></A><BR>

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>