--- embedaddon/mpd/doc/mpd20.html 2016/11/01 09:56:12 1.1.1.3 +++ embedaddon/mpd/doc/mpd20.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Link layer
Previous: Mpd Layers
@@ -27,7 +27,7 @@ the link shown at the command line prompt.

"bundle" means that connection should be processed locally with specified bundle. "forward" means that connection should be forwarded using repeater to the specified link. "drop" means that connection -should be dropped. Optional "regexp" parameneter defines regular +should be dropped. Optional "regexp" parameter defines regular expression which will be checked against peer auth name.

Actions from list are checked in order of definition until regexp match will be found. Actions processed at three points. First time @@ -107,7 +107,7 @@ human-readable. However, it confuses some broken PPP i

set link fsm-timeout seconds

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). -The default is two seconds; normally this value shouldn't be changed.

+The default is two seconds; normally this value should not be changed.

set link keep-alive seconds max

This command enables the sending of LCP echo packets on the link. The first echo packet is sent after seconds @@ -193,7 +193,7 @@ encryption keys.

Default disable and accept.

eap

Extensible Authentication Protocol. For details see -eap.

+the EAP chapter.

Default disable and accept.

incoming

This option enables the acceptance of incoming connections. @@ -229,7 +229,7 @@ included in each LCP packet we send, which helps detec conditions.

The check-magic option causes mpd to verify that the peer's magic number is correct in all received LCP frames.

-

Some old broken PPP implementations don't handle magic numbers correctly, +

Some old broken PPP implementations do not handle magic numbers correctly, so these options need to be disabled in these cases.

Default for both options is enable.

Note that the two most common reasons for seeing ``loopback condition @@ -265,7 +265,7 @@ for instance if IAS is used as RADIUS server.

Default disable.

peer-as-calling

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.

Default is disable.

@@ -277,7 +277,7 @@ Can be enabled for untrusted peers.

4.3.1. EAP


-Mpd 5.8 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Link layer
Previous: Mpd Layers