diff options
author | macaddict89 <macaddict89@gmail.com> | 2024-03-02 18:10:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-02 18:10:08 -0500 |
commit | d66af8e66073c5821f1c99bfdd9781f07f925a0c (patch) | |
tree | 31620575e077fadf0af5add61cf4d5e487f791af /docs/quick-start.rst | |
parent | d4ddfafdcf1bf640a01604abe8b4764d9e059388 (diff) | |
download | vyos-documentation-d66af8e66073c5821f1c99bfdd9781f07f925a0c.tar.gz vyos-documentation-d66af8e66073c5821f1c99bfdd9781f07f925a0c.zip |
Quick Start - Set interface description to match DHCP scope
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r-- | docs/quick-start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 49f5aeb6..3acbed25 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -56,7 +56,7 @@ commands: set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description 'OUTSIDE' set interfaces ethernet eth1 address '192.168.0.1/24' - set interfaces ethernet eth1 description 'INSIDE' + set interfaces ethernet eth1 description 'LAN' SSH Management |