diff options
Diffstat (limited to 'docs/configuration/vpn')
| -rw-r--r-- | docs/configuration/vpn/dmvpn.md | 6 | ||||
| -rw-r--r-- | docs/configuration/vpn/l2tp.md | 2 | ||||
| -rw-r--r-- | docs/configuration/vpn/pptp.md | 2 | ||||
| -rw-r--r-- | docs/configuration/vpn/sstp.md | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/vpn/dmvpn.md b/docs/configuration/vpn/dmvpn.md index 79a6af7b..9aab5a4a 100644 --- a/docs/configuration/vpn/dmvpn.md +++ b/docs/configuration/vpn/dmvpn.md @@ -54,7 +54,7 @@ Baseline DMVPN topology .. cfgcmd:: set protocols nhrp tunnel <tunnel> dynamic-map <address> nbma-domain-name <fqdn> - Specifies that the {abbr}`NBMA (Non-broadcast multiple-access network)` + Specifies that the :abbr:`NBMA (Non-broadcast multiple-access network)` addresses of the next hop servers are defined in the domain name nbma-domain-name. For each A record opennhrp creates a dynamic NHS entry. @@ -87,8 +87,8 @@ Baseline DMVPN topology ```{eval-rst} .. cfgcmd:: set protocols nhrp tunnel <tunnel> map nbma-address <address> - Creates static peer mapping of protocol-address to {abbr}`NBMA (Non-broadcast - multiple-access network)` address. + Creates static peer mapping of protocol-address to + :abbr:`NBMA (Non-broadcast multiple-access network)` address. If the IP prefix mask is present, it directs opennhrp to use this peer as a next hop server when sending Resolution Requests matching this subnet. diff --git a/docs/configuration/vpn/l2tp.md b/docs/configuration/vpn/l2tp.md index edd3146b..2d89647d 100644 --- a/docs/configuration/vpn/l2tp.md +++ b/docs/configuration/vpn/l2tp.md @@ -545,7 +545,7 @@ set vpn l2tp remote-access default-ipv6-pool IPv6-POOL ```{eval-rst} .. cfgcmd:: set vpn l2tp remote-access ppp-options mppe <require | prefer | deny> - Specifies {abbr}`MPPE (Microsoft Point-to-Point Encryption)` negotiation + Specifies :abbr:`MPPE (Microsoft Point-to-Point Encryption)` negotiation preference. * **require** - ask client for mppe, if it rejects drop connection diff --git a/docs/configuration/vpn/pptp.md b/docs/configuration/vpn/pptp.md index 030d4bbf..014e6b7a 100644 --- a/docs/configuration/vpn/pptp.md +++ b/docs/configuration/vpn/pptp.md @@ -461,7 +461,7 @@ set vpn pptp remote-access default-ipv6-pool IPv6-POOL ```{eval-rst} .. cfgcmd:: set vpn pptp remote-access ppp-options mppe <require | prefer | deny> - Specifies {abbr}`MPPE (Microsoft Point-to-Point Encryption)` negotiation + Specifies :abbr:`MPPE (Microsoft Point-to-Point Encryption)` negotiation preference. * **require** - ask client for mppe, if it rejects drop connection diff --git a/docs/configuration/vpn/sstp.md b/docs/configuration/vpn/sstp.md index 28520e20..0d9582bf 100644 --- a/docs/configuration/vpn/sstp.md +++ b/docs/configuration/vpn/sstp.md @@ -503,7 +503,7 @@ set vpn sstp default-ipv6-pool IPv6-POOL ```{eval-rst} .. cfgcmd:: set vpn sstp ppp-options mppe <require | prefer | deny> - Specifies {abbr}`MPPE (Microsoft Point-to-Point Encryption)` negotiation + Specifies :abbr:`MPPE (Microsoft Point-to-Point Encryption)` negotiation preference. * **require** - ask client for mppe, if it rejects drop connection |
