264 lines
8.2 KiB
HTML
264 lines
8.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of NETWORKD.CONF</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>NETWORKD.CONF</H1>
|
|
Section: networkd.conf (5)<BR>Updated: <BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
networkd.conf, networkd.conf.d - Global Network configuration files
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
|
|
/etc/systemd/networkd.conf
|
|
<P>
|
|
|
|
/etc/systemd/networkd.conf.d/*.conf
|
|
<P>
|
|
|
|
/lib/systemd/networkd.conf.d/*.conf
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
These configuration files control global network parameters. Currently the DHCP Unique Identifier (DUID).
|
|
<A NAME="lbAE"> </A>
|
|
<H2>CONFIGURATION DIRECTORIES AND PRECEDENCE</H2>
|
|
|
|
<P>
|
|
|
|
The default configuration is defined during compilation, so a configuration file is only needed when it is necessary to deviate from those defaults. By default, the configuration file in
|
|
/etc/systemd/
|
|
contains commented out entries showing the defaults as a guide to the administrator. This file can be edited to create local overrides.
|
|
<P>
|
|
|
|
When packages need to customize the configuration, they can install configuration snippets in
|
|
/usr/lib/systemd/*.conf.d/
|
|
or
|
|
/usr/local/lib/systemd/*.conf.d/. The main configuration file is read before any of the configuration directories, and has the lowest precedence; entries in a file in any configuration directory override entries in the single configuration file. Files in the
|
|
*.conf.d/
|
|
configuration subdirectories are sorted by their filename in lexicographic order, regardless of in which of the subdirectories they reside. When multiple files specify the same option, for options which accept just a single value, the entry in the file with the lexicographically latest name takes precedence. For options which accept a list of values, entries are collected as they occur in files sorted lexicographically.
|
|
<P>
|
|
|
|
Files in
|
|
/etc/
|
|
are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages. It is recommended to prefix all filenames in those subdirectories with a two-digit number and a dash, to simplify the ordering of the files.
|
|
<P>
|
|
|
|
To disable a configuration file supplied by the vendor, the recommended way is to place a symlink to
|
|
/dev/null
|
|
in the configuration directory in
|
|
/etc/, with the same filename as the vendor configuration file.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>[NETWORK] SECTION OPTIONS</H2>
|
|
|
|
<P>
|
|
|
|
The following options are available in the
|
|
"[Network]"
|
|
section:
|
|
<P>
|
|
|
|
<I>SpeedMeter=</I>
|
|
<DL COMPACT><DT id="1"><DD>
|
|
Takes a boolean. If set to yes, then
|
|
<B>systemd-networkd</B>
|
|
measures the traffic of each interface, and
|
|
<B>networkctl status </B><B></B><I>INTERFACE</I><B> shows the measured speed. </B>Defaults to no.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>SpeedMeterIntervalSec=</I>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Specifies the time interval to calculate the traffic speed of each interface. If
|
|
<I>SpeedMeter=no</I>, the value is ignored. Defaults to 10sec.
|
|
</DL>
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>[DHCP] SECTION OPTIONS</H2>
|
|
|
|
<P>
|
|
|
|
This section configures the DHCP Unique Identifier (DUID) value used by DHCP protocol. DHCPv6 client protocol sends the DHCP Unique Identifier and the interface Identity Association Identifier (IAID) to a DHCP server when acquiring a dynamic IPv6 address. DHCPv4 client protocol sends IAID and DUID to the DHCP server when acquiring a dynamic IPv4 address if
|
|
<B>ClientIdentifier=duid</B>. IAID and DUID allows a DHCP server to uniquely identify the machine and the interface requesting a DHCP IP. To configure IAID and ClientIdentifier, see
|
|
<B><A HREF="/cgi-bin/man/man2html?5+systemd.network">systemd.network</A></B>(5).
|
|
<P>
|
|
|
|
The following options are understood:
|
|
<P>
|
|
|
|
<I>DUIDType=</I>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Specifies how the DUID should be generated. See
|
|
m[blue]<B>RFC 3315</B>m[]<FONT SIZE="-2">[1]</FONT>
|
|
for a description of all the options.
|
|
<P>
|
|
The following values are understood:
|
|
<P>
|
|
|
|
<B>vendor</B>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
If
|
|
"DUIDType=vendor", then the DUID value will be generated using
|
|
"43793"
|
|
as the vendor identifier (systemd) and hashed contents of
|
|
<B><A HREF="/cgi-bin/man/man2html?5+machine-id">machine-id</A></B>(5). This is the default if
|
|
<I>DUIDType=</I>
|
|
is not specified.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>uuid</B>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
If
|
|
"DUIDType=uuid", and
|
|
<I>DUIDRawData=</I>
|
|
is not set, then the product UUID is used as a DUID value. If a system does not have valid product UUID, then an application-specific
|
|
<B><A HREF="/cgi-bin/man/man2html?5+machine-id">machine-id</A></B>(5)
|
|
is used as a DUID value. About the application-specific machine ID, see
|
|
<B><A HREF="/cgi-bin/man/man2html?3+sd_id128_get_machine_app_specific">sd_id128_get_machine_app_specific</A></B>(3).
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>link-layer-time[:</B><B></B><I>TIME</I><B>]</B>, <B>link-layer</B>
|
|
<DL COMPACT><DT id="6"><DD>
|
|
If
|
|
"link-layer-time"
|
|
or
|
|
"link-layer"
|
|
is specified, then the MAC address of the interface is used as a DUID value. The value
|
|
"link-layer-time"
|
|
can take additional time value after a colon, e.g.
|
|
"link-layer-time:2018-01-23 12:34:56 UTC". The default time value is
|
|
"2000-01-01 00:00:00 UTC".
|
|
</DL>
|
|
|
|
<P>
|
|
In all cases,
|
|
<I>DUIDRawData=</I>
|
|
can be used to override the actual DUID value that is used.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>DUIDRawData=</I>
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Specifies the DHCP DUID value as a single newline-terminated, hexadecimal string, with each byte separated by
|
|
":". The DUID that is sent is composed of the DUID type specified by
|
|
<I>DUIDType=</I>
|
|
and the value configured here.
|
|
<P>
|
|
The DUID value specified here overrides the DUID that
|
|
<B><A HREF="/cgi-bin/man/man2html?8+systemd-networkd.service">systemd-networkd.service</A></B>(8)
|
|
generates from the machine ID. To configure DUID per-network, see
|
|
<B><A HREF="/cgi-bin/man/man2html?5+systemd.network">systemd.network</A></B>(5). The configured DHCP DUID should conform to the specification in
|
|
m[blue]<B>RFC 3315</B>m[]<FONT SIZE="-2">[2]</FONT>,
|
|
m[blue]<B>RFC 6355</B>m[]<FONT SIZE="-2">[3]</FONT>. To configure IAID, see
|
|
<B><A HREF="/cgi-bin/man/man2html?5+systemd.network">systemd.network</A></B>(5).
|
|
<P>
|
|
|
|
<B>Example 1. A DUIDType=vendor with a custom value</B>
|
|
<P>
|
|
<DL COMPACT><DT id="8"><DD>
|
|
|
|
|
|
|
|
<PRE>
|
|
DUIDType=vendor
|
|
DUIDRawData=00:00:ab:11:f9:2a:c2:77:29:f9:5c:00
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
This specifies a 14 byte DUID, with the type DUID-EN ("00:02"), enterprise number 43793 ("00:00:ab:11"), and identifier value
|
|
"f9:2a:c2:77:29:f9:5c:00".
|
|
</DL>
|
|
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<P>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+systemd">systemd</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?5+systemd.network">systemd.network</A></B>(5),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+systemd-networkd.service">systemd-networkd.service</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?5+machine-id">machine-id</A></B>(5),
|
|
<B><A HREF="/cgi-bin/man/man2html?3+sd_id128_get_machine_app_specific">sd_id128_get_machine_app_specific</A></B>(3)
|
|
<A NAME="lbAI"> </A>
|
|
<H2>NOTES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="9"> 1.<DD>
|
|
RFC 3315
|
|
<DL COMPACT><DT id="10"><DD>
|
|
<A HREF="https://tools.ietf.org/html/rfc3315#section-9">https://tools.ietf.org/html/rfc3315#section-9</A>
|
|
</DL>
|
|
|
|
<DT id="11"> 2.<DD>
|
|
RFC 3315
|
|
<DL COMPACT><DT id="12"><DD>
|
|
<A HREF="http://tools.ietf.org/html/rfc3315#section-9">http://tools.ietf.org/html/rfc3315#section-9</A>
|
|
</DL>
|
|
|
|
<DT id="13"> 3.<DD>
|
|
RFC 6355
|
|
<DL COMPACT><DT id="14"><DD>
|
|
<A HREF="http://tools.ietf.org/html/rfc6355">http://tools.ietf.org/html/rfc6355</A>
|
|
</DL>
|
|
|
|
<P>
|
|
</DL>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="15"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="16"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="17"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="18"><A HREF="#lbAE">CONFIGURATION DIRECTORIES AND PRECEDENCE</A><DD>
|
|
<DT id="19"><A HREF="#lbAF">[NETWORK] SECTION OPTIONS</A><DD>
|
|
<DT id="20"><A HREF="#lbAG">[DHCP] SECTION OPTIONS</A><DD>
|
|
<DT id="21"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
<DT id="22"><A HREF="#lbAI">NOTES</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:04 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|