Fix a naming issue on the kea-dhcp4.conf file

This commit is contained in:
Thomas Trepl 2023-06-27 22:11:00 +02:00
parent 057e7a198c
commit 557180558c

View File

@ -356,14 +356,14 @@ EOF</userinput></screen>
<title>IPv4 DHCP Server Configuration</title> <title>IPv4 DHCP Server Configuration</title>
<para> <para>
A sample configuration file is created in <filename>/etc/kea/kea-dhcpd4.conf</filename>. A sample configuration file is created in <filename>/etc/kea/kea-dhcp4.conf</filename>.
Adjust the file to suit your needs or overwrite it by using Adjust the file to suit your needs or overwrite it by using
the following sample as the <systemitem class="username">root</systemitem> the following sample as the <systemitem class="username">root</systemitem>
user: user:
</para> </para>
<screen role="nodump" ><userinput>cat &gt; /etc/kea/kea-dhcpd4.conf &lt;&lt; "EOF" <screen role="nodump" ><userinput>cat &gt; /etc/kea/kea-dhcp4.conf &lt;&lt; "EOF"
<literal>// Begin /etc/kea/kea-dhcpd4.conf <literal>// Begin /etc/kea/kea-dhcp4.conf
{ {
"Dhcp4": { "Dhcp4": {
// Add names of your network interfaces to listen on. // Add names of your network interfaces to listen on.
@ -441,13 +441,13 @@ EOF</userinput></screen>
] ]
} }
} }
// End /etc/kea/kea-dhcpd4.conf</literal> // End /etc/kea/kea-dhcp4.conf</literal>
EOF</userinput></screen> EOF</userinput></screen>
<para> <para>
The configuration for IPv6 is similar to the configuration The configuration for IPv6 is similar to the configuration
of IPv4. The configuration file is of IPv4. The configuration file is
<filename>/etc/kea/kea-dhcpd6.conf</filename>. <filename>/etc/kea/kea-dhcp6.conf</filename>.
</para> </para>
</sect3> </sect3>