diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-30 14:10:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-30 14:10:13 +0100 |
commit | ce5c2f4c868131f6a936f9aa8f3def1c464302e4 (patch) | |
tree | 755bdc2ce3f6dac1e2b0ff9971f335734947c5d6 /docs/troubleshooting.rst | |
parent | 9504d78294c5bb89ffcca70fa687bbaed7177c42 (diff) | |
parent | dfc75fe5faa219fb31f43735c0b09c372a6699f2 (diff) | |
download | vyos-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/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 ------------- |