0

I am using Ubuntu . I am new to Linux OS and it is very hard for me even to install a single program. So, I am finding the easiest way to connect to a VPN which I can implement at my level.

2
  • In Ubuntu, go to Settings and type VPN in the search box. VPN is under the network section and you can add a VPN connection there.
    – anon
    Commented Feb 4, 2020 at 17:20
  • Do you have any particular VPN in mind? Your work VPN? Privacy VPN?
    – gronostaj
    Commented Feb 4, 2020 at 17:21

1 Answer 1

0

To install openvpn, use apt install openvpn
To connect via terminal, use sudo openvpn --config <config file> --daemon (--daemon is optional, use it to make the process keep running in the background instead of keeping the terminal open)

That's the method I use. You could probably install an openvpn GUI though :)

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .