Merge branch 'master' of https://github.com/gigovich/cheat into gigovich-master

This commit is contained in:
Chris Lane 2018-08-20 11:40:34 -04:00
commit 795bcaffcb
1 changed files with 3 additions and 0 deletions

View File

@ -36,5 +36,8 @@ nmcli dev status
# <iface_name> -- the name of the interface
nmcli con add type ethernet con-name <name> ifname <iface_name>
# Import OpenVPN connection settings from file:
nmcli con import type openvpn file <path_to_ovpn_file>
# Bring up the ethernet connection
nmcli con up <name>