diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-06 14:36:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-06 14:36:37 +0100 |
commit | 2f58753cdfee3c54a64f75a7b3c152935beb5f6f (patch) | |
tree | 2c0d379f8e8bc0e0ad42c0a6449509b09643d394 /docs/quick-start.rst | |
parent | f79ed081da04f62eb78fa13652e21ab12025bd85 (diff) | |
download | vyos-documentation-2f58753cdfee3c54a64f75a7b3c152935beb5f6f.tar.gz vyos-documentation-2f58753cdfee3c54a64f75a7b3c152935beb5f6f.zip |
dhcp: restructure chapters
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r-- | docs/quick-start.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 367bdb4c..c70d4cc5 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -70,8 +70,10 @@ on specific addresses only. set service ssh port '22' -Configure DHCP/DNS Servers -########################## +.. _dhcp-dns-quick-start: + +DHCP/DNS quick-start +#################### The following settings will configure DHCP and DNS services on your internal/LAN network, where VyOS will act as the default gateway and DNS server. @@ -81,7 +83,7 @@ where VyOS will act as the default gateway and DNS server. * DHCP clients will be assigned IP addresses within the range of `192.168.0.9 - 192.168.0.254` and have a domain name of `internal-network` * DHCP leases will hold for one day (86400 seconds) -* VyOS will serve as a full DNS recursor, replacing the need to utilize Google, +* VyOS will serve as a full DNS recursor, replacing the need to utilize Google, Cloudflare, or other public DNS servers (which is good for privacy) * Only hosts from your internal/LAN network can use the DNS recursor @@ -214,5 +216,5 @@ As above, commit your changes, save the configuration, and exit configuration mo Done vyos@vyos# exit vyos@vyos$ - + You now should have a simple yet secure and functioning router to experiment with further. Enjoy! |