OpenVPN 2.4-alpha1 feedback

Weekly dev snapshots are available for testing.
We talk about them here. Testing features in the dev snapshot helps the features make it to stable.

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

Forum rules
Please report your experience with testing branch. Include what you were using and how
If there is a problem, the more info the better!
Post Reply
TiTex
OpenVPN Super User
Posts: 310
Joined: Tue Apr 12, 2011 6:22 am

OpenVPN 2.4-alpha1 feedback

Post by TiTex » Tue Oct 11, 2016 1:10 pm

I've installed the new client , everything seems to work ok for now, however strangely the services that it installs i can't see them in the windows services mmc , but i see them with powershell.

OS: Windows 10 x64 Enterprise
All updates installed including the anniversary updates.

Edit:Haven't noticed that the services mmc was actually connected to a remote server :))
Sorry about that

Code: Select all

PS C:\> get-service -Name *vpn* | fl


Name                : OpenVpnService
DisplayName         : OpenVpnService
Status              : Stopped
DependentServices   : {}
ServicesDependedOn  : {Dhcp, tap0901}
CanPauseAndContinue : False
CanShutdown         : False
CanStop             : False
ServiceType         : Win32OwnProcess

Name                : OpenVPNServiceInteractive
DisplayName         : OpenVPN Interactive Service
Status              : Running
DependentServices   : {}
ServicesDependedOn  : {tap0901, Dhcp}
CanPauseAndContinue : False
CanShutdown         : False
CanStop             : True
ServiceType         : Win32ShareProcess

Name                : OpenVPNServiceLegacy
DisplayName         : OpenVPN Legacy Service
Status              : Stopped
DependentServices   : {}
ServicesDependedOn  : {tap0901, Dhcp}
CanPauseAndContinue : False
CanShutdown         : False
CanStop             : False
ServiceType         : Win32ShareProcess
Last edited by TiTex on Tue Oct 11, 2016 1:25 pm, edited 2 times in total.

TiTex
OpenVPN Super User
Posts: 310
Joined: Tue Apr 12, 2011 6:22 am

Re: OpenVPN 2.4-alpha1 feedback

Post by TiTex » Tue Oct 11, 2016 1:15 pm

Forgot to mention that it also works if i don't run the client as administrator , routes come up as normal and connectivity between the client and remote network is ok.
Thank you!

Post Reply