From 0ffb2a4055e2ee94fef494bf3d4b7df2258b482d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 24 Sep 2021 13:05:43 +0200 Subject: [PATCH] [#2050] Wordsmithing, emphasis --- doc/examples/template-power-user-home/info.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/examples/template-power-user-home/info.md b/doc/examples/template-power-user-home/info.md index 1a49c5ab2d..cad8de5af7 100644 --- a/doc/examples/template-power-user-home/info.md +++ b/doc/examples/template-power-user-home/info.md @@ -51,7 +51,7 @@ The assumption is that there are 2 hosts that will be running the Kea setup: The network is 192.168.1.0/24. It is assumed that 192.168.1.1 is your default router. -The whole network is split into dynamic and static pools: +The whole subnet is split into dynamic and static pools: - 192.168.1.100 - 192.168.1.199 - this is the dynamic pool. When new devices appear in your network, they will be assigned dynamic addresses from this pool. @@ -61,8 +61,8 @@ The whole network is split into dynamic and static pools: To deploy this setup, you need to conduct the following steps: 1. Install CA and DHCPv4 on host1, copy the config files to the typical locations. It's typically - /etc/kea on Linux and /usr/local/etc/kea on FreeBSD. The files are typically called - kea-ctrl-agent.conf and kea-dhcp4.conf. Please consult your start-up scripts. + ``/etc/kea`` on Linux and ``/usr/local/etc/kea`` on FreeBSD. The files are typically called + ``kea-ctrl-agent.conf`` and ``kea-dhcp4.conf``. Please consult your start-up scripts. 2. At the very least alter the following to match your setup: @@ -92,7 +92,7 @@ To deploy this setup, you need to conduct the following steps: server2 and user server's 1 IP address and port. 5. Install CA and DHCPv4 on host2, similar to steps 1 and 2. Note the config file for the - standby server is very similar, except the definition of "this-server-name" field + standby server is very similar, except the definition of ``this-server-name`` field (and possibly inteface names). In many cases you can simply copy over the file and just tweak it a little bit. -- 2.47.2