Page 1 of 1

OpenVPN 2.4-alpha1 feedback

Posted: Tue Oct 11, 2016 1:10 pm
by TiTex
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

Re: OpenVPN 2.4-alpha1 feedback

Posted: Tue Oct 11, 2016 1:15 pm
by TiTex
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!