summaryrefslogtreecommitdiff
path: root/docs/vpn/dmvpn.rst
diff options
context:
space:
mode:
authorSquirePug <42793435+SquirePug@users.noreply.github.com>2019-10-30 14:27:42 +1100
committerGitHub <noreply@github.com>2019-10-30 14:27:42 +1100
commit85b00dbed71eb66a2f815289c37c6d472738a7e9 (patch)
treed286556516ed7087712e993210b635be72fe94ed /docs/vpn/dmvpn.rst
parente7419859954cdc549e3e3a514936817754e72dda (diff)
downloadvyos-documentation-85b00dbed71eb66a2f815289c37c6d472738a7e9.tar.gz
vyos-documentation-85b00dbed71eb66a2f815289c37c6d472738a7e9.zip
Update dmvpn.rst
Diffstat (limited to 'docs/vpn/dmvpn.rst')
-rw-r--r--docs/vpn/dmvpn.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/vpn/dmvpn.rst b/docs/vpn/dmvpn.rst
index 5b206c57..e53a013a 100644
--- a/docs/vpn/dmvpn.rst
+++ b/docs/vpn/dmvpn.rst
@@ -36,7 +36,7 @@ Baseline Configuration:
The tunnel will be set to mGRE if for encapsulation `gre` is set, and no
`remote-ip` is set. If the public ip is provided by DHCP the tunnel `local-ip`
-can be set to "0.0.0.0"
+can be set to "0.0.0.0". If you do set the `remote-ip` directive at any point, the interface will need to be `delete`'d from the config and recreated without the `remote-ip` config ever being set.
.. figure:: ../_static/images/vpn_dmvpn_topology01.png
:scale: 40 %
@@ -160,6 +160,11 @@ HUB Example Configuration:
set protocols static route 0.0.0.0/0 next-hop 1.1.1.2
set protocols static route 192.168.2.0/24 next-hop 10.0.0.2
set protocols static route 192.168.3.0/24 next-hop 10.0.0.3
+
+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)
SPOKE Configuration
^^^^^^^^^^^^^^^^^^^
@@ -412,4 +417,4 @@ SPOKE2 Example Configuration
.. _RFC2332: https://tools.ietf.org/html/rfc2332
.. _RFC1702: https://tools.ietf.org/html/rfc1702
-.. _RFC4301: https://tools.ietf.org/html/rfc4301 \ No newline at end of file
+.. _RFC4301: https://tools.ietf.org/html/rfc4301