How to connect/disconnect OpenVPN from CLI in Ubuntu 18
0
Some guides suggest connecting from client with this command: sudo openvpn --config client1.ovpn But they only tell you how to disconnect with GUIs and I'm in the CLI. 1) Is this the best CLI way to connect from client machine? 2) What's the best way to close the connection (and possibly bring the interface down)? sudo kill <pid> seems wrong but perhaps that's what you're supposed to do...
openvpn
share | improve this question
asked Feb 2 at 10:28
JSStuball JSStuball
123 4