mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +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>
|
<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 > /etc/kea/kea-dhcpd4.conf << "EOF"
|
<screen role="nodump" ><userinput>cat > /etc/kea/kea-dhcp4.conf << "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>
|
||||||
|
Loading…
Reference in New Issue
Block a user