diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-15 14:19:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 14:19:03 +0100 |
commit | 0ab34ddda4eba65688536141d3d12b5e05484d9f (patch) | |
tree | 38bf1319d07d39ca0c05efeec643fd207f7fad3f | |
parent | baf330c08cbfca1a29d3918586f708904acf2ca5 (diff) | |
download | vyos-documentation-0ab34ddda4eba65688536141d3d12b5e05484d9f.tar.gz vyos-documentation-0ab34ddda4eba65688536141d3d12b5e05484d9f.zip |
dmvpn: fix blueprint chapter levels
-rw-r--r-- | docs/appendix/examples/dmvpn.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/appendix/examples/dmvpn.rst b/docs/appendix/examples/dmvpn.rst index 08a51838..74dc169d 100644 --- a/docs/appendix/examples/dmvpn.rst +++ b/docs/appendix/examples/dmvpn.rst @@ -22,11 +22,12 @@ The below referenced IP address `192.0.2.1` is used as example address representing a global unicast address under which the HUB can be contacted by each and every individual spoke. +************* Configuration -============= +************* Hub ---- +=== .. code-block:: none @@ -74,13 +75,13 @@ Hub set vpn ipsec profile NHRPVPN ike-group 'IKE-HUB' Spoke ------ +===== The individual spoke configurations only differ in the local IP address on the ``tun10`` interface. See the above diagram for the individual IP addresses. spoke01 -^^^^^^^ +------- .. code-block:: none @@ -211,4 +212,3 @@ spoke01 transport input all ! end - |