NetworkManager: Difference between revisions
PureTryOut (talk | contribs) (Created page with "NetworkManager is a program that provides automatic detection and configuration for systems to connect to networks. = Installation = NetworkManager is in the repositories and...") |
m (+ Category:Networking) |
||
Line 23: | Line 23: | ||
Support for other VPN types is provided by plugins. They are provided in the following packages: | Support for other VPN types is provided by plugins. They are provided in the following packages: | ||
* {{Pkg|networkmanager-openvpn}} for OpenVPN | * {{Pkg|networkmanager-openvpn}} for OpenVPN | ||
[[Category:Networking]] |
Revision as of 13:54, 13 September 2019
NetworkManager is a program that provides automatic detection and configuration for systems to connect to networks.
Installation
NetworkManager is in the repositories and can be installed with the networkmanager package. It comes with a command line interface and a curses-based interface, nmcli
and nmtui
respectively.
Additional interfaces:
- plasma-nm for Plasma integration and applet
- network-manager-applet for a GTK system tray applet
Start the daemon after installation:
rc-service networkmanager start
Wireless networks
NetworkManager supports wireless networks through iwd. After installation, enable the server and restart NetworkManager:
rc-service iwd start rc-service networkmanager restart
VPN support
Since version 1.16, NetworkManager has support for Wireguard[1].
Support for other VPN types is provided by plugins. They are provided in the following packages:
- networkmanager-openvpn for OpenVPN