summaryrefslogtreecommitdiff
path: root/docs/appendix/examples/ha.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-30 14:10:13 +0100
committerGitHub <noreply@github.com>2019-11-30 14:10:13 +0100
commitce5c2f4c868131f6a936f9aa8f3def1c464302e4 (patch)
tree755bdc2ce3f6dac1e2b0ff9971f335734947c5d6 /docs/appendix/examples/ha.rst
parent9504d78294c5bb89ffcca70fa687bbaed7177c42 (diff)
parentdfc75fe5faa219fb31f43735c0b09c372a6699f2 (diff)
downloadvyos-documentation-ce5c2f4c868131f6a936f9aa8f3def1c464302e4.tar.gz
vyos-documentation-ce5c2f4c868131f6a936f9aa8f3def1c464302e4.zip
Merge pull request #155 from rebortg/reserverd_addressspace
migrate to reserved address space
Diffstat (limited to 'docs/appendix/examples/ha.rst')
-rw-r--r--docs/appendix/examples/ha.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/appendix/examples/ha.rst b/docs/appendix/examples/ha.rst
index 6dbc0334..5cf5126f 100644
--- a/docs/appendix/examples/ha.rst
+++ b/docs/appendix/examples/ha.rst
@@ -313,7 +313,7 @@ We use small /30's from 10.254.60/24 for the point-to-point links.
router1
~~~~~~~
-Replace the 99.99.99.99 with whatever the other router's IP address is.
+Replace the 203.0.113.3 with whatever the other router's IP address is.
.. code-block:: none
@@ -328,7 +328,7 @@ Replace the 99.99.99.99 with whatever the other router's IP address is.
set interfaces wireguard wg01 ip ospf retransmit-interval '5'
set interfaces wireguard wg01 ip ospf transmit-delay '1'
set interfaces wireguard wg01 peer OFFSITE1 allowed-ips '0.0.0.0/0'
- set interfaces wireguard wg01 peer OFFSITE1 endpoint '99.99.99.99:50001'
+ set interfaces wireguard wg01 peer OFFSITE1 endpoint '203.0.113.3:50001'
set interfaces wireguard wg01 peer OFFSITE1 persistent-keepalive '15'
set interfaces wireguard wg01 peer OFFSITE1 pubkey 'GEFMOWzAyau42/HwdwfXnrfHdIISQF8YHj35rOgSZ0o='
set interfaces wireguard wg01 port '50001'