2

I've gone through many tutorials, wiki pages youtube videos about installing. They all are showing how to install openvpn server and use the same with client.

I was using the config files from tcpvpn.com in Windows and in Manjaro. All I had to do was import the config file and put username and passcode, it would connect and poof internet was working.

I also tried to learn the difference between server and client. All I got was openvpn is community edition? Please help me here, I am struggling to work this out from last 7 to 8 days.

Whenever I import the config files of different countries in network manager it has a blank field of ca.crt, I don't know what to do?

phuclv
  • 30,396
  • 15
  • 136
  • 260

1 Answers1

2

I don't think this should be hard. All there is to do is open a terminal and issue:

sudo apt-get install openvpn

Then start openvpn with:

sudo openvpn --config /path/to/configfile.conf

Said config file can be placed anywhere you please, but if it contains references to external files, I suggest placing them all in the same directory and cding to it before starting openvpn.

simlev
  • 3,912