mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fix a naming issue on the kea-dhcp4.conf file
This commit is contained in:
parent
057e7a198c
commit
557180558c
@ -356,14 +356,14 @@ EOF</userinput></screen>
|
||||
<title>IPv4 DHCP Server Configuration</title>
|
||||
|
||||
<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
|
||||
the following sample as the <systemitem class="username">root</systemitem>
|
||||
user:
|
||||
</para>
|
||||
|
||||
<screen role="nodump" ><userinput>cat > /etc/kea/kea-dhcpd4.conf << "EOF"
|
||||
<literal>// Begin /etc/kea/kea-dhcpd4.conf
|
||||
<screen role="nodump" ><userinput>cat > /etc/kea/kea-dhcp4.conf << "EOF"
|
||||
<literal>// Begin /etc/kea/kea-dhcp4.conf
|
||||
{
|
||||
"Dhcp4": {
|
||||
// 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>
|
||||
|
||||
<para>
|
||||
The configuration for IPv6 is similar to the configuration
|
||||
of IPv4. The configuration file is
|
||||
<filename>/etc/kea/kea-dhcpd6.conf</filename>.
|
||||
<filename>/etc/kea/kea-dhcp6.conf</filename>.
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user