diff options
author | Robert Göhler <github@ghlr.de> | 2020-01-09 21:05:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 21:05:05 +0100 |
commit | a90516e53cf583f3b8af8f0403a77f35f5ed9194 (patch) | |
tree | a64a7bc87eb293559b7c87364757c081459e822e | |
parent | b7526b5732ae14965a03c471bbd2ae705147b34d (diff) | |
parent | 2a59df86ae98e5911fe8ca7a143f0472bac8a24e (diff) | |
download | vyos-documentation-a90516e53cf583f3b8af8f0403a77f35f5ed9194.tar.gz vyos-documentation-a90516e53cf583f3b8af8f0403a77f35f5ed9194.zip |
Merge pull request #178 from PedroPerezElastic/azure/fixes
Azure fixes
-rw-r--r-- | docs/appendix/examples/azure-vpn-bgp.rst | 2 | ||||
-rw-r--r-- | docs/appendix/examples/azure-vpn-dual-bgp.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/appendix/examples/azure-vpn-bgp.rst b/docs/appendix/examples/azure-vpn-bgp.rst index 57f82396..176e0ae0 100644 --- a/docs/appendix/examples/azure-vpn-bgp.rst +++ b/docs/appendix/examples/azure-vpn-bgp.rst @@ -6,6 +6,8 @@ Route-Based Site-to-Site VPN to Azure (BGP over IKEv2/IPsec) This guide shows an example of a route-based IKEv2 site-to-site VPN to Azure using VTI and BGP for dynamic routing updates. +For redundant / active-active configurations see `Route-Based Redundant Site-to-Site VPN to Azure (BGP over IKEv2/IPsec) <https://docs.vyos.io/en/crux/appendix/examples/azure-vpn-dual-bgp.html>`_ + Prerequisites ^^^^^^^^^^^^^ diff --git a/docs/appendix/examples/azure-vpn-dual-bgp.rst b/docs/appendix/examples/azure-vpn-dual-bgp.rst index cbe9a4d9..13d4b5a2 100644 --- a/docs/appendix/examples/azure-vpn-dual-bgp.rst +++ b/docs/appendix/examples/azure-vpn-dual-bgp.rst @@ -10,7 +10,7 @@ and BGP for dynamic routing updates. Prerequisites ^^^^^^^^^^^^^ -- A pair of Azure VNet Gateways deployed in active-passive +- A pair of Azure VNet Gateways deployed in active-active configuration with BGP enabled. - A local network gateway deployed in Azure representing |