Problem with my ovpn file to connect on my raspberry pi3

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
DjaDja974MRU
OpenVpn Newbie
Posts: 5
Joined: Wed Aug 07, 2019 6:42 am

Problem with my ovpn file to connect on my raspberry pi3

Post by DjaDja974MRU » Thu Aug 15, 2019 1:55 pm

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

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

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

Post by TinCanTech » 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.

DjaDja974MRU
OpenVpn Newbie
Posts: 5
Joined: Wed Aug 07, 2019 6:42 am

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

Post by DjaDja974MRU » Thu Aug 15, 2019 2:40 pm

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 ? :?

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

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

Post by TinCanTech » Thu Aug 15, 2019 2:52 pm


DjaDja974MRU
OpenVpn Newbie
Posts: 5
Joined: Wed Aug 07, 2019 6:42 am

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

Post by DjaDja974MRU » Fri Aug 16, 2019 7:53 am

Ok I just reinstall openvpn client on my computer... It's work now :)

Post Reply