diff options
| author | Daniil Baturin <daniil@baturin.org> | 2020-01-12 11:46:37 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 11:46:37 +0700 | 
| commit | bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a (patch) | |
| tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/vpn | |
| parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
| parent | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (diff) | |
| download | vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.tar.gz vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.zip | |
Merge pull request #183 from StephenOrJames/master
Fix some typos and capitalizations
Diffstat (limited to 'docs/vpn')
| -rw-r--r-- | docs/vpn/dmvpn.rst | 2 | ||||
| -rw-r--r-- | docs/vpn/gre-ipsec.rst | 2 | ||||
| -rw-r--r-- | docs/vpn/l2tp.rst | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/docs/vpn/dmvpn.rst b/docs/vpn/dmvpn.rst index 344d5c3f..c4f53a72 100644 --- a/docs/vpn/dmvpn.rst +++ b/docs/vpn/dmvpn.rst @@ -164,7 +164,7 @@ HUB Example Configuration:  HUB on AWS Configuration Specifics  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Setting this up on AWS will require a "Custom Protocol Rule" for protocol number "47" (GRE) Allow Rule in TWO places. Firstly on the VPC Network ACL, and secondly on the security group network ACL attached to the EC2 instance. This has been tested as working for the offical AMI image on the AWS Marketplace. (Locate the correct VPC and security group by navigating through the details pane below your EC2 instance in the AWS console) +Setting this up on AWS will require a "Custom Protocol Rule" for protocol number "47" (GRE) Allow Rule in TWO places. Firstly on the VPC Network ACL, and secondly on the security group network ACL attached to the EC2 instance. This has been tested as working for the official AMI image on the AWS Marketplace. (Locate the correct VPC and security group by navigating through the details pane below your EC2 instance in the AWS console)  SPOKE Configuration  ^^^^^^^^^^^^^^^^^^^ diff --git a/docs/vpn/gre-ipsec.rst b/docs/vpn/gre-ipsec.rst index 38849f67..6d4bf1d0 100644 --- a/docs/vpn/gre-ipsec.rst +++ b/docs/vpn/gre-ipsec.rst @@ -25,7 +25,7 @@ what needs to be changed to make it work with a different protocol. We assume  that IPsec will use pre-shared secret authentication and will use AES128/SHA1  for the cipher and hash. Adjust this as necessary. -.. NOTE:: VMWare users should ensure that VMXNET3 adapters used, e1000 adapters +.. NOTE:: VMware users should ensure that VMXNET3 adapters used, e1000 adapters     have known issue with GRE processing  IPsec policy matching GRE diff --git a/docs/vpn/l2tp.rst b/docs/vpn/l2tp.rst index 768e5acd..71ab1c46 100644 --- a/docs/vpn/l2tp.rst +++ b/docs/vpn/l2tp.rst @@ -141,7 +141,7 @@ RADIUS authentication  ======================  To enable RADIUS based authentication, the authentication mode needs to be -changed withing the configuration. Previous settings like the local users, still +changed within the configuration. Previous settings like the local users, still  exists within the configuration, however they are not used if the mode has been  changed from local to radius. Once changed back to local, it will use all local  accounts again. | 
