Re: [Openvpn-users] Strange DCO && UDP problem

2023-08-15 Thread Lev Stipakov
Yeah there is definitely something wrong with dco driver behavior on that Windows machine. Looks like some TCP packets (running over UDP tunnel) got lost? There is more we could do to look into it, but I need some time to prepare necessary steps. Meanwhile it would be nice to test from a different

Re: [Openvpn-users] [ext] Re: Strange DCO && UDP problem

2023-08-14 Thread Lev Stipakov
I checked the logs you've sent to me in private and data channel params are identical in both dco and non-dco cases. It would be nice to get the logs from the driver when you get admin access to the Windows machine. Also would be interesting to know if this is reproducible on more than one Window

Re: [Openvpn-users] [ext] Re: Strange DCO && UDP problem

2023-08-14 Thread Lev Stipakov
Hi, > Attached are the verb 4 logs from the client > mssfix 1400 makes no difference, though Sadly I could not find anything wrong there. Could you try with verb 6 please? And if possible the same with --disable-dco. > > Does it reproduce on different client machines? > > Not sure yet. By the w

Re: [Openvpn-users] Strange DCO && UDP problem

2023-08-14 Thread Lev Stipakov
Hi, > Once I switch the 2.6.5 windows client (with DCO) to UDP mode, we > still have fast downstream (measured on the client, 644Mbit/s) but > only 0.76Mbit/s upstream. Interesting. We haven't seen this before. > So it's some sort of DCO issue -- but only with UDP. Any ideas how we > could exami

Re: [Openvpn-users] Does anyone suggestion regarding this error?

2023-02-10 Thread Lev Stipakov
Looks like you have a tls-auth key in your server config and some client is trying to connect without tls-auth in its config. pe 10. helmik. 2023 klo 14.42 Huma Yari (huma.y...@kingart-games.com) kirjoitti: > > Hello everyone, > > > > We are having openvpn and it is a few days that I can see the f

Re: [Openvpn-users] OpenVPN-2.6.0-I004-amd64.msi still fails to work on Microsoft Windows 11 if opvpn-dco is enabled

2023-02-09 Thread Lev Stipakov
I have created a ticket https://github.com/OpenVPN/ovpn-dco-win/issues/35 where further updates will be posted. Also it seems that dco on Linux has the same issue with Mullvad. to 9. helmik. 2023 klo 12.07 Lev Stipakov (lstipa...@gmail.com) kirjoitti: > > Hi Stella, > > Just a heads-

Re: [Openvpn-users] OpenVPN-2.6.0-I004-amd64.msi still fails to work on Microsoft Windows 11 if opvpn-dco is enabled

2023-02-09 Thread Lev Stipakov
Hi Stella, Just a heads-up. I assume you use Mullvad. I downloaded mullvad ovpn profile and was able to reproduce this issue - no error in openvpn or driver log, but no traffic flow. I'm looking into that. to 9. helmik. 2023 klo 7.19 Stella Ashburne (rewe...@gmx.com) kirjoitti: > > Hi > > I down

Re: [Openvpn-users] OpenVPN-2.6.0-I003-amd64.msi does not work on Microsoft Windows 11 if ovpn-dco is enabled

2023-01-30 Thread Lev Stipakov
Hi Stella, Please post an openvpn log file with verb 4. You can also add --disable-dco to the config and see if it makes any difference. -Lev ___ Openvpn-users mailing list Openvpn-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listi

[Openvpn-users] OpenVPN Windows DCO driver

2022-08-26 Thread Lev Stipakov
Dear all, The DCO driver for Windows (https://github.com/openvpn/ovpn-dco-win) implements OpenVPN data channel in kernel, eliminating context switch and thus noticeably improves performance. Support for dco-win driver has been merged into openvpn master branch and openvpn installer: x64: htt

Re: [Openvpn-users] Windows install 2.5.2 failed OpenVPNMSICA

2021-05-27 Thread Lev Stipakov
Thanks, I replied on the forum. ma 24. toukok. 2021 klo 19.58 tincantech via Openvpn-users (openvpn-users@lists.sourceforge.net) kirjoitti: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > Ref: https://forums.openvpn.net/viewtopic.php?f=6&t=32347#p99551 > > I know it is only one u

[Openvpn-users] Fwd: Introducing the OpenVPN Data Channel Offload Windows driver

2021-05-05 Thread Lev Stipakov
Hello all, I would like to announce a new version of "ovpn-dco-win"-enabled client. Here are some changes from the previous version: 1) MSI based installer. This makes upgrades from existing installations more smooth, since starting from version 2.5 openvpn has switched to MSI. - ovpn-dco-win

Re: [Openvpn-users] Transport Error: socket_protect error (UDP)

2020-12-29 Thread Lev Stipakov
This concept is originally from Android VPN API, which provides a way to "protect" socket so that data sent through this socket will go directly to the network and will not be forwarded through the VPN. OpenVPN3 has been influenced by Android VPN API. It also has a mechanism to ensure that data se

Re: [Openvpn-users] Transport Error: socket_protect error (UDP)

2020-12-29 Thread Lev Stipakov
The product seems to be OpenVPN Connect, which is a proprietary software by OpenVPN Inc and not a community project. I replied and suggested contacting OpenVPN Connect support. ma 28. jouluk. 2020 klo 17.43 tincanteksup (tincantek...@gmail.com) kirjoitti: > > Hi, > > Ref: https://forums.openvpn.ne

Re: [Openvpn-users] OpenVPN 2.5.0 released

2020-11-02 Thread Lev Stipakov
Thanks for reporting this. Does this crash happen with any VPN profile or just a specific one? If latter, could you share your VPN profile, stripping private data? Could you provide log with --verb 4? ___ Openvpn-users mailing list Openvpn-users@list

Re: [Openvpn-users] graceful client disconnect

2020-05-28 Thread Lev Stipakov
Hi, Have a look at explicit-exit-notify option in server config: https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/ > In UDP server mode, send RESTART control channel command to connected > clien

Re: [Openvpn-users] mssfix max is the guide broken

2020-02-13 Thread Lev Stipakov
Hi, and the guide continues with "allows IPv4 packets to be transmitted over > a link with MTU 1473 or higher" > > Is this a typo? A while ago I have tested this part and turns out that mssfix value indeed *includes* UDP and IP headers, contrary to what documentation says: > UDP packet size a

[Openvpn-users] Getting help in testing Wintun support

2019-12-03 Thread Lev Stipakov
link. In our tests we were able to achieve 730Mbit/s with wintun-enabled OpenVPN GUI client against openvpn2 community server. We would really appreciate your feedback! --- Lev Stipakov OpenVPN Inc ___ Openvpn-users mailing list Openvpn-

Re: [Openvpn-users] [ext] OpenVPN GUI with Wintun (unofficial)

2019-10-11 Thread Lev Stipakov
Hi, Ralf Hildebrandt kirjoitti 11.10.2019 klo 17.25: > > OK, I was just irritated since the man page of the "normal" openvpn > doesn't list "windows-driver" -- so I was unsure if it's > > a) windows-specific > b) 2.5-specific. > Both, although it is not yet in 2.5. If you run openvpn.exe from

Re: [Openvpn-users] [ext] OpenVPN GUI with Wintun (unofficial)

2019-10-11 Thread Lev Stipakov
Hi, Ralf Hildebrandt kirjoitti 11.10.2019 klo 16.30: > > "VPN profile"? Do you mean "in the config file"? > Yes, in .ovpn config file. You could also specity it in command line (requires elevated command prompt), for example: C:\Program Files\OpenVPN\bin>openvpn.exe --config C:\Users\Administra

[Openvpn-users] OpenVPN GUI with Wintun (unofficial)

2019-10-11 Thread Lev Stipakov
Hi, Here is (unofficial) OpenVPN GUI client with Wintun: http://staging.openvpn.net/openvpn2/openvpn-install-2.5_git-I607-Win10.exe I have bumped Wintun version to 0.7 and signed openvpn-gui installer with OpenVPN Inc certificate. To use Wintun driver instead of tap-window6, add "windows-driver

[Openvpn-users] OpenVPN Windows client with Wintun

2019-09-29 Thread Lev Stipakov
Hello, For those who are brave enough, here is _unofficial_ OpenVPN Windows client with wintun support: https://staging.openvpn.net/openvpn2/openvpn-install-2.5_git-I607-Win10.exe Wintun is a new, much faster and slimmer alternative to tap-windows6. To use wintun driver instead of tap-window6,

Re: [Openvpn-users] (no subject)

2014-06-10 Thread Lev Stipakov
I haven't found the explanation, but noticed that problem does not exist if reneg-sec is > 60 seconds. That's more than enough, so I won't consider it as an issue for me. On Tue, Jun 10, 2014 at 2:43 PM, Lev Stipakov wrote: > Hello, > > I'm facing a proble

[Openvpn-users] (no subject)

2014-06-10 Thread Lev Stipakov
Hello, I'm facing a problem with "defer" sample plugin and rekeying. I use plugin from https://github.com/OpenVPN/openvpn/tree/master/sample/sample-plugins/defer. Relevant part of openvpn config: > auth-user-pass-optional > setenv test_deferred_auth 2 > plugin /etc/openvpn/simple.so > reneg-sec