diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-20 18:09:45 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-20 18:09:45 +0100 |
commit | 2484e2f7c4044cca1694929d9ca2e2f413b3ae3c (patch) | |
tree | cd2f22c4cc81e69035758e712da538e861cfc64b /docs/system/host-information.rst | |
parent | c046551a8bf549a232c5fd61ad99294f802d5675 (diff) | |
download | vyos-documentation-2484e2f7c4044cca1694929d9ca2e2f413b3ae3c.tar.gz vyos-documentation-2484e2f7c4044cca1694929d9ca2e2f413b3ae3c.zip |
default-route: use dedicated chapter
Diffstat (limited to 'docs/system/host-information.rst')
-rw-r--r-- | docs/system/host-information.rst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/system/host-information.rst b/docs/system/host-information.rst index b60faa86..1f2f6918 100644 --- a/docs/system/host-information.rst +++ b/docs/system/host-information.rst @@ -146,31 +146,3 @@ Example: Set alias `router1` for system with hostname `RT01`: inet 10.20.30.41 } -Default Gateway/Route -===================== - -In the past (VyOS 1.1.8) used a gateway-address configured in the system tree -(`set system gateway-address <IP address>`) this is no longer supported and -existing configurations are migrated to the new CLI commands. - -It is replaced by inserting a static route into the routing table using: - -.. code-block:: none - - set protocols static route 0.0.0.0/0 next-hop <gateway ip> - -Delete the default route from the system - -.. code-block:: none - - delete protocols static route 0.0.0.0/0 - -Show default route: - -.. code-block:: none - - vyos@vyos$ show ip route 0.0.0.0 - Routing entry for 0.0.0.0/0 - Known via "static", distance 1, metric 0, best - Last update 3d00h23m ago - * 172.16.34.6, via eth1 |