NetworkManager: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:


In a systemd driven system, NetworkManager pulls the <tt>[[Linux systemd and Network Status#network_target |network.target]]</tt>.
In a systemd driven system, NetworkManager pulls the <tt>[[Linux systemd and Network Status#network_target |network.target]]</tt>.
=Relationship between Network Manager and Network Scripts=
{{External|https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-NetworkManager_and_the_Network_Scripts.html}}
Also see {{Internal|Linux systemd and Network Status|Linux systemd and Network Status}}
=Alternative=
{{Internal|systemd-networkd|systemd-networkd}}


=Subjects=
=Subjects=
Line 37: Line 27:
* [[NetworkManager Configuration|Configuration]]
* [[NetworkManager Configuration|Configuration]]
* [[NetworkManager Operations|Operations]]
* [[NetworkManager Operations|Operations]]
* [[Relationship between Network Manager and Network Scripts]]
* Alternatives: [[systemd-networkd]]

Revision as of 21:20, 22 May 2017

External

Internal

Overview

NetworkManager is the default networking service in RHEL 7. It represents a dynamic network control and configuration daemon that attempts to keep network devices and connections up and active when they are available.

NetworkManager can configure network aliases, IP addresses, static routes, DNS information and VPN connections. NetworkManager also provides an API via D-Bus which allows applications to query and control network configuration and state.

Theoretically, NetworkManager should coexist with ifcfg scripts.

NetworkManager may overwrite the content of the following:

but it can be configured to not do so. See Configuration for more details.

In a systemd driven system, NetworkManager pulls the network.target.

Subjects