mirror of
https://github.com/tiyn/wiki.git
synced 2026-03-03 22:34:46 +01:00
networkmanager: added prioritization
This commit is contained in:
@@ -19,7 +19,7 @@ After installation `networkmanager.service` has to be enabled by the used
|
|||||||
[init-system](/wiki/linux/init.md) (for example
|
[init-system](/wiki/linux/init.md) (for example
|
||||||
[systemD](/wiki/linux/systemd.md#startstopenabledisable-a-service)).
|
[systemD](/wiki/linux/systemd.md#startstopenabledisable-a-service)).
|
||||||
|
|
||||||
### OpenVPN
|
### OpenVPN Integration
|
||||||
|
|
||||||
NetworkManager needs a plugin to work with openvpn configurations.
|
NetworkManager needs a plugin to work with openvpn configurations.
|
||||||
This plugin can be installed with the `networkmanager-openvpn` package.
|
This plugin can be installed with the `networkmanager-openvpn` package.
|
||||||
@@ -28,6 +28,14 @@ OpenVPNs `.ovpn` files can then be imported by running
|
|||||||
`nmcli connection import type openvpn file <openvpn-file>`.
|
`nmcli connection import type openvpn file <openvpn-file>`.
|
||||||
Afterwards they can be modified accordingly.
|
Afterwards they can be modified accordingly.
|
||||||
|
|
||||||
|
### Prioritize Connections
|
||||||
|
|
||||||
|
Connections can be prioritized making NetworkManager chose specific ones over others.
|
||||||
|
This can be done using `nm-connection-editor`.
|
||||||
|
Select the connection and navigate to `General`.
|
||||||
|
Then set the priority under `Connect automaticcally with priority` where `0` is the highest
|
||||||
|
priority, `1` being the next highest and so on.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
This section focusses on the troubleshooting of situations where the system does not connect
|
This section focusses on the troubleshooting of situations where the system does not connect
|
||||||
|
|||||||
Reference in New Issue
Block a user