Connect from mint gui to windows openvpn server

Need help configuring your VPN? Just post here and you'll get that help.

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
User avatar
SpongeB0b
OpenVpn Newbie
Posts: 3
Joined: Sun Sep 17, 2017 5:58 am

Connect from mint gui to windows openvpn server

Post by SpongeB0b » Sun Sep 17, 2017 6:12 am

Hello people,

I have an up & running open server under windows and everything working well.

Now I try to connect a Mint machine (18.2-xfce-32bit) trough the gui

Image


I completed all the field etc.. and when I try to establish the connection the last line that I see in the status of the serve is:

Sun Sep 17 08:06:23 2017 mintmachine/192.168.0.12:42991 MULTI: Learn: 4a:ff:fe:81:20:30 -> mintmachine/192.168.0.12:42991

when I launch a ping from the client (mint) to the server

I have a line at every ping ->

Sun Sep 17 08:10:05 2017 mintmachine/192.168.0.12:42991 MULTI: Learn: 41:00:40:01:d5:1d -> mintmachine/192.168.0.12:42991

and I got no ping :/

any idea ?

User avatar
SpongeB0b
OpenVpn Newbie
Posts: 3
Joined: Sun Sep 17, 2017 5:58 am

Re: Connect from mint gui to windows openvpn server

Post by SpongeB0b » Sun Oct 01, 2017 4:55 pm

So i've made a new windows OpenVPN server (from scratch) with the last release (2.4.4)

Windows to windows machine it's work perfectly.

When I try to connect From my Mint machine (18.2-xfce-32bit) to this new Windows OpenVPN server I receive those error (server log) ->
server log(IP hidden) wrote:Authenticate/Decrypt packet error: packet HMAC authentication failed
TLS Error: incoming packet authentication failed from [AF_INET6]::ffxx:xx.xxx.xxx.xxx:xxxxx
I disabled the TCP/IP v6 protocol on both on my machine windows ->
Image
and it's work.

I have disabled the TCP/IP V6 protocol in my vpn config on my mint machine also.

in my server config I have enable

Code: Select all

compress lz4-v2
But I don't found the equivalant in the GUI in Mint

So how can I edit this file ->

Code: Select all

/etc/NetworkManager/system-connections/testovpn/testovpn
Image

I think my OpenVPN config is inside, but unfortunatly when I try to open it I get ->
Image

And like I'm a noob under linux I don't know how force it to read/write it

Thank you people.

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

Re: Connect from mint gui to windows openvpn server

Post by TinCanTech » Sun Oct 01, 2017 10:17 pm

The problem is network-manager ..

You can just run the configs via the service wrapper.

Post Reply