From efed37a3c939a7b4b166791caa6c00bd9ed194b6 Mon Sep 17 00:00:00 2001 From: Givi Khojanashvili Date: Mon, 12 Mar 2018 12:19:17 +0300 Subject: [PATCH] Add nmcli import example. Fix typos in `nmcli add` command. --- cheat/cheatsheets/nmcli | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cheat/cheatsheets/nmcli b/cheat/cheatsheets/nmcli index 3623470..00e5643 100644 --- a/cheat/cheatsheets/nmcli +++ b/cheat/cheatsheets/nmcli @@ -34,7 +34,10 @@ nmcli dev status # Add a dynamic ethernet connection - parameters: # -- the name of the connection # -- the name of the interface -ncmli con add type ethernet con-name ifname +nmcli con add type ethernet con-name ifname + +# Import OpenVPN connection settings from file: +ncmli con import type openvpn file # Bring up the ethernet connection nmcli con up