diff options
author | Robert Göhler <github@ghlr.de> | 2019-11-30 13:31:27 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2019-11-30 13:31:27 +0100 |
commit | 28b51c0ba1b8b5244ce45f3f770fe4058d450fd4 (patch) | |
tree | 13c9fda35c5e2d88e3c6ecc8375b63475d0a768b /docs/troubleshooting.rst | |
parent | e063b6ad4c82b9b3dcdff855bc0b88adee31d367 (diff) | |
download | vyos-documentation-28b51c0ba1b8b5244ce45f3f770fe4058d450fd4.tar.gz vyos-documentation-28b51c0ba1b8b5244ce45f3f770fe4058d450fd4.zip |
troubleshooting: migrate to reserved address space
Diffstat (limited to 'docs/troubleshooting.rst')
-rw-r--r-- | docs/troubleshooting.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 477d1a4c..148bce4c 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -27,7 +27,7 @@ Several options are available when more extensive troubleshooting is needed: .. code-block:: none - vyos@vyos:~$ ping 8.8.8.8 + vyos@vyos:~$ ping 10.1.1.1 Possible completions: <Enter> Execute the current command adaptive Ping options @@ -247,8 +247,8 @@ Will clear the screen and show you the output of ``show interfaces`` every eth0.5 198.51.100.4/24 u/u WAN lo 127.0.0.1/8 u/u ::1/128 - vti0 172.32.254.2/30 u/u - vti1 172.32.254.9/30 u/u + vti0 172.25.254.2/30 u/u + vti1 172.25.254.9/30 u/u Clear Command ------------- |