1SYSTEMD-NETWORKD.SERVICE(8)systemd-networkd.serviceSYSTEMD-NETWORKD.SERVICE(8)
2
3
4

NAME

6       systemd-networkd.service, systemd-networkd - Network manager
7

SYNOPSIS

9       systemd-networkd.service
10
11       /usr/lib/systemd/systemd-networkd
12

DESCRIPTION

14       systemd-networkd is a system service that manages networks. It detects
15       and configures network devices as they appear, as well as creating
16       virtual network devices.
17
18       To configure low-level link settings independently of networks, see
19       systemd.link(5).
20
21       systemd-networkd will create network devices based on the configuration
22       in systemd.netdev(5) files, respecting the [Match] sections in those
23       files.
24
25       systemd-networkd will manage network addresses and routes for any link
26       for which it finds a .network file with an appropriate [Match] section,
27       see systemd.network(5). For those links, it will flush existing network
28       addresses and routes when bringing up the device. Any links not matched
29       by one of the .network files will be ignored. It is also possible to
30       explicitly tell systemd-networkd to ignore a link by using
31       Unmanaged=yes option, see systemd.network(5).
32
33       When systemd-networkd exits, it generally leaves existing network
34       devices and configuration intact. This makes it possible to transition
35       from the initramfs and to restart the service without breaking
36       connectivity. This also means that when configuration is updated and
37       systemd-networkd is restarted, netdev interfaces for which
38       configuration was removed will not be dropped, and may need to be
39       cleaned up manually.
40

CONFIGURATION FILES

42       The configuration files are read from the files located in the system
43       network directory /usr/lib/systemd/network, the volatile runtime
44       network directory /run/systemd/network and the local administration
45       network directory /etc/systemd/network.
46
47       Networks are configured in .network files, see systemd.network(5), and
48       virtual network devices are configured in .netdev files, see
49       systemd.netdev(5).
50

SEE ALSO

52       systemd(1), systemd.link(5), systemd.network(5), systemd.netdev(5),
53       systemd-networkd-wait-online.service(8)
54
55
56
57systemd 241                                        SYSTEMD-NETWORKD.SERVICE(8)
Impressum