Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2045  / 3 Years ago, fri, october 22, 2021, 2:24:49

How do i install gopenvpn and configure it in ubuntu 11.10 x64?
I managed to build it from source code, but when i start it i get the following



No OpenVPN configuration files were found in /etc/openvpn


More From » networking

 Answers
4
No OpenVPN configuration files were found in /etc/openvpn


The above output means there is no server.conf or client.conf in /etc/openvpn directory.
You have to manually copy config file and edit it.
ex:



sudo cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/


check here
https://help.ubuntu.com/11.10/serverguide/openvpn.html


[#39622] Saturday, October 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
unsmmoth

Total Points: 72
Total Questions: 113
Total Answers: 95

Location: Thailand
Member since Tue, Oct 6, 2020
4 Years ago
;