Page 1 of 1

Problem with my ovpn file to connect on my raspberry pi3

Posted: Thu Aug 15, 2019 1:55 pm
by DjaDja974MRU
Hi,

I have problem with my ovpn file.

I tried to install pivpn on my rapberry pi 3 to run it as openvpn server . following the tutorial bellow :

https://www.youtube.com/watch?v=15VjDVCISj0

I had set another port for my vpn server instead of the default vpn port (1194).

When i launch it, it refuse to connect to my vpn.

Here my log :

log
Options error: Unrecognized option or missing parameter(s) in [CMD-LINE]:1: msg-channel (2.3.4)
Use --help for more information.


Here my ovpn file :

ovpnfile
client
dev tun
proto udp
remote test1234.myddns.me 2568
resolv-retry infinite
nobind
persist-key
persist-tun
key-direction 1
remote-cert-tls server
tls-version-min 1.2
verify-x509-name server_ld7yp8QJHfGURGn0 name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>


Thanks for your help

Re: Problem with my ovpn file to connect on my raspberry pi3

Posted: Thu Aug 15, 2019 1:59 pm
by TinCanTech
DjaDja974MRU wrote:
Thu Aug 15, 2019 1:55 pm
Options error: Unrecognized option or missing parameter(s) in [CMD-LINE]:1: msg-channel (2.3.4)
msg-channel is not an openvpn directive.

Re: Problem with my ovpn file to connect on my raspberry pi3

Posted: Thu Aug 15, 2019 2:40 pm
by DjaDja974MRU
TinCanTech wrote:
Thu Aug 15, 2019 1:59 pm
DjaDja974MRU wrote:
Thu Aug 15, 2019 1:55 pm
Options error: Unrecognized option or missing parameter(s) in [CMD-LINE]:1: msg-channel (2.3.4)
msg-channel is not an openvpn directive.

How to do to resolve this ? :?

Re: Problem with my ovpn file to connect on my raspberry pi3

Posted: Thu Aug 15, 2019 2:52 pm
by TinCanTech

Re: Problem with my ovpn file to connect on my raspberry pi3

Posted: Fri Aug 16, 2019 7:53 am
by DjaDja974MRU
Ok I just reinstall openvpn client on my computer... It's work now :)