0

I'm still very new to understanding all this VPN / Server stuff so please bear in mind when helping.

I am trying to connect to an OpenVPN Server set up by my client. I am wondering how to do I connect as a client to this server via the Ubuntu terminal? All they have provided to me is the key and the WAN and LAN of their network.

Thank you.

1 Answers1

0

First of all you would need to install the OpenVPN client. After that,

If you got an *.ovpn file from your vendor, then you can refer to this thread to get a quick start: How to setup OpenVPN Client

Otherwise, you would need to refer to "Step 8 — Creating the Client Configuration Infrastructure" as documented in this link: How To Set Up an OpenVPN Server on Ubuntu 18.04.

I hope this helps.