nmcli*: update pages (#10544)

This commit is contained in:
Lena
2023-08-02 07:26:52 +02:00
committed by GitHub
parent cc5486d66e
commit 7b54c62b5b
5 changed files with 34 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
# nmcli connection
> Connection management with NetworkManager.
> Manage connections with NetworkManager.
> This subcommand can also be called with `nmcli c`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
@@ -8,7 +8,7 @@
`nmcli connection`
- Activate a connection by specifying a UUID:
- Activate a connection:
`nmcli connection up uuid {{uuid}}`
@@ -28,6 +28,6 @@
`nmcli connection add ifname {{interface_name}} type {{ethernet}} ip4 {{10.0.0.7/8}} gw4 {{10.0.0.1}} ipv4.dns {{10.0.0.1}} ipv6.method {{ignore}}`
- Create a VPN connection using OpenVPN from a OVPN file:
- Create a VPN connection using OpenVPN from an OVPN file:
`nmcli connection import type {{openvpn}} file {{path/to/vpn_config.ovpn}}`