summaryrefslogtreecommitdiff
path: root/docs/appendix/examples/ha.rst
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-11-30 13:39:30 +0100
committerRobert Göhler <github@ghlr.de>2019-11-30 13:42:59 +0100
commitdfc75fe5faa219fb31f43735c0b09c372a6699f2 (patch)
tree755bdc2ce3f6dac1e2b0ff9971f335734947c5d6 /docs/appendix/examples/ha.rst
parent28b51c0ba1b8b5244ce45f3f770fe4058d450fd4 (diff)
downloadvyos-documentation-dfc75fe5faa219fb31f43735c0b09c372a6699f2.tar.gz
vyos-documentation-dfc75fe5faa219fb31f43735c0b09c372a6699f2.zip
Examples: 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'