diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-05 23:21:35 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 16:18:03 +0300 |
| commit | d72e213cc7c2dd0099f305cda4a6ba527b27d1da (patch) | |
| tree | 783b5f504e1a8d367148f2c140a403dc35cb6868 /docs/configuration/vpn | |
| parent | 80c5ca4aebb666932f681d2be0e7712e22d97f47 (diff) | |
| download | vyos-documentation-d72e213cc7c2dd0099f305cda4a6ba527b27d1da.tar.gz vyos-documentation-d72e213cc7c2dd0099f305cda4a6ba527b27d1da.zip | |
docs: fix typos and a few grammar issues (ported from #1852 RST → MyST)
Ports the typo/grammar sweep originally captured in PR #1852 from .rst
files to their .md equivalents, plus the eventhandler grammar fix that
Copilot flagged in #1852's review (which the RST PR explicitly skipped
as scope-stretch).
Sources:
- 73 typo/grammar substitutions from PR #1852 (rebased from #1801)
- "Using environments is more preferable" → "Using environment variables
is preferable" (Copilot review comment on #1852)
#1852 itself is being discarded since it targets RST and we are phasing
out the RST tree in favor of MyST.
The 4 RST-linter line-wrap comments and 1 RST section-underline comment
from Copilot's #1852 review are RST-specific and do not apply to .md.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/configuration/vpn')
| -rw-r--r-- | docs/configuration/vpn/ipsec/md-ipsec_general.md | 6 | ||||
| -rw-r--r-- | docs/configuration/vpn/md-l2tp.md | 6 | ||||
| -rw-r--r-- | docs/configuration/vpn/md-openconnect.md | 2 | ||||
| -rw-r--r-- | docs/configuration/vpn/md-pptp.md | 8 | ||||
| -rw-r--r-- | docs/configuration/vpn/md-sstp.md | 8 |
5 files changed, 15 insertions, 15 deletions
diff --git a/docs/configuration/vpn/ipsec/md-ipsec_general.md b/docs/configuration/vpn/ipsec/md-ipsec_general.md index 6fc47386..62fcec8a 100644 --- a/docs/configuration/vpn/ipsec/md-ipsec_general.md +++ b/docs/configuration/vpn/ipsec/md-ipsec_general.md @@ -112,7 +112,7 @@ available. The use of PPKs in IKEv2 is described in {rfc}`8784`. .. cfgmod:: edit vpn authentication ppk <name> ``` -PPKs can be configued within VyOS under the `vpn ipsec authentication ppk` +PPKs can be configured within VyOS under the `vpn ipsec authentication ppk` config. ```{eval-rst} @@ -143,10 +143,10 @@ Optionally, you can require the use of PPK to have a successful connection. You can view the PPK column for information on if PPK is configured, and if it is in use. The output is in the format of `<configured> / <in use>`. -The options for configured are none if not conifugred, opt if configured +The options for configured are none if not configured, opt if configured but optional, and req is configured and required. The in use will show yes Possible values of the `configured` field are `none` if not -conifgured, `opt` if configured but optional, and `req` is +configured, `opt` if configured but optional, and `req` is configured and required. The in use will show yes ## Configuration IKE diff --git a/docs/configuration/vpn/md-l2tp.md b/docs/configuration/vpn/md-l2tp.md index d932d095..3b131b98 100644 --- a/docs/configuration/vpn/md-l2tp.md +++ b/docs/configuration/vpn/md-l2tp.md @@ -159,7 +159,7 @@ e.g. the loopback interface. ```{cfgcmd} set vpn l2tp remote-access authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` :::{note} @@ -229,7 +229,7 @@ in DM/CoA requests. Also DM/CoA server will bind to that address. ```{cfgcmd} set vpn l2tp remote-access authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` ```{cfgcmd} set vpn l2tp remote-access authentication radius rate-limit attribute \<attribute\> @@ -324,7 +324,7 @@ Specifies IPv6 negotiation preference. ```{cfgcmd} set vpn l2tp remote-access client-ipv6-pool \<IPv6-POOL-NAME\> prefix \<address\> mask \<number-of-bits\> -Use this comand to set the IPv6 address pool from which an l2tp client will +Use this command to set the IPv6 address pool from which an l2tp client will get an IPv6 prefix of your defined length (mask) to terminate the l2tp endpoint at their side. The mask length can be set between 48 and 128 bits long, the default value is 64. diff --git a/docs/configuration/vpn/md-openconnect.md b/docs/configuration/vpn/md-openconnect.md index 0bf804ff..af5dcf7b 100644 --- a/docs/configuration/vpn/md-openconnect.md +++ b/docs/configuration/vpn/md-openconnect.md @@ -156,7 +156,7 @@ Do you want to encrypt the private key with a passphrase? [y/N] N [edit] ``` -Each of the install command should be applied to the configuration and commited +Each of the install commands should be applied to the configuration and committed before using under the openconnect configuration: ```none diff --git a/docs/configuration/vpn/md-pptp.md b/docs/configuration/vpn/md-pptp.md index 5df63755..34f883cc 100644 --- a/docs/configuration/vpn/md-pptp.md +++ b/docs/configuration/vpn/md-pptp.md @@ -93,7 +93,7 @@ to a single source IP e.g. the loopback interface. ```{cfgcmd} set vpn pptp remote-access authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` :::{note} @@ -163,7 +163,7 @@ in DM/CoA requests. Also DM/CoA server will bind to that address. ```{cfgcmd} set vpn pptp remote-access authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` ```{cfgcmd} set vpn pptp remote-access authentication radius rate-limit attribute \<attribute\> @@ -204,7 +204,7 @@ If the RADIUS server sends the attribute `Stateful-IPv6-Address-Pool`, IPv6 addr will be allocated from a predefined IPv6 pool `prefix` whose name equals the attribute value. If the RADIUS server sends the attribute `Delegated-IPv6-Prefix-Pool`, IPv6 -delegation pefix will be allocated from a predefined IPv6 pool `delegate` +delegation prefix will be allocated from a predefined IPv6 pool `delegate` whose name equals the attribute value. :::{note} @@ -239,7 +239,7 @@ Specifies IPv6 negotiation preference. ```{cfgcmd} set vpn pptp remote-access client-ipv6-pool \<IPv6-POOL-NAME\> prefix \<address\> mask \<number-of-bits\> -Use this comand to set the IPv6 address pool from which an PPTP client +Use this command to set the IPv6 address pool from which a PPTP client will get an IPv6 prefix of your defined length (mask) to terminate the PPTP endpoint at their side. The mask length can be set from 48 to 128 bit long, the default value is 64. diff --git a/docs/configuration/vpn/md-sstp.md b/docs/configuration/vpn/md-sstp.md index 54383cc6..38596153 100644 --- a/docs/configuration/vpn/md-sstp.md +++ b/docs/configuration/vpn/md-sstp.md @@ -129,7 +129,7 @@ e.g. the loopback interface. ```{cfgcmd} set vpn sstp authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` :::{note} @@ -199,7 +199,7 @@ in DM/CoA requests. Also DM/CoA server will bind to that address. ```{cfgcmd} set vpn sstp authentication radius source-address \<address\> -Source IPv4 address used in all RADIUS server queires. +Source IPv4 address used in all RADIUS server queries. ``` ```{cfgcmd} set vpn sstp authentication radius rate-limit attribute \<attribute\> @@ -278,7 +278,7 @@ Specifies IPv6 negotiation preference. ```{cfgcmd} set vpn sstp client-ipv6-pool \<IPv6-POOL-NAME\> prefix \<address\> mask \<number-of-bits\> -Use this comand to set the IPv6 address pool from which an SSTP client will +Use this command to set the IPv6 address pool from which an SSTP client will get an IPv6 prefix of your defined length (mask) to terminate the SSTP endpoint at their side. The mask length can be set between 48 and 128 bits long, the default value is 64. @@ -555,7 +555,7 @@ nodeflate debug ``` -You can now "dial" the peer with the follwoing command: `sstpc --log-level 4 +You can now "dial" the peer with the following command: `sstpc --log-level 4 --log-stderr --user vyos --password vyos vpn.example.com -- call vyos`. A connection attempt will be shown as: |
