mirror of
https://github.com/cheat/cheat.git
synced 2024-11-25 15:31:36 +01:00
Merge branch 'master' of https://github.com/gigovich/cheat into gigovich-master
This commit is contained in:
commit
795bcaffcb
@ -36,5 +36,8 @@ nmcli dev status
|
|||||||
# <iface_name> -- the name of the interface
|
# <iface_name> -- the name of the interface
|
||||||
nmcli con add type ethernet con-name <name> ifname <iface_name>
|
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
|
# Bring up the ethernet connection
|
||||||
nmcli con up <name>
|
nmcli con up <name>
|
||||||
|
Loading…
Reference in New Issue
Block a user