4

I am running into problems setting up a VPN server on Windows 10 Home Anniversary Edition, which 'ver' reports as:

Microsoft Windows [Version 10.0.14393]

I am following the guide at: http://pureinfotech.com/setup-vpn-server-windows-10/

I have configured the server, and when the client attempts to connect, credentials are requested. The connection is immediately dropped after the correct credentials have been input, however.

From the server end the event logs show two errors relating to the connection. The first is the report that rasgreeng.dll could not be initialised:

Remote Access Connection Manager failed to start because the Protocol engine [rasgreeng.dll] failed to initialize. The specified module could not be found.

This is followed by the second, which indicates that IKEv2 failed to initialise:

Remote Access Connection Manager failed to start because the Protocol engine [IKEv2] failed to initialize. The request is not supported.

The rasgreeng.dll is expected under \Windows\System32, but is not available anywhere on the machine. I have also checked on a machine running Windows 10 Home November 2015, but with no luck. I have seen references to this DLL available as a KB patch to add Generic Routing Encapsulation to Windows 8, 8.1, and Server 2008 R2. But my understanding is that this is incorporated into Windows 10.

I have configured the router to avoid handling VPN connections and to pass through VPN requests to the server in question. The firewall configuration on the server appears correct. I have also tried setting the host in a DMZ, but with the same effect.

I am operating under the assumption that it is possible to configure a VPN Server on vanilla Windows 10 Home. Why is the OS attempting to use a non-existent DLL when the client connects? Are these errors a red herring?

1
  • Did you find a solution for this?
    – Phillip
    Commented Aug 13, 2019 at 12:56

1 Answer 1

-2

You need to start RasAuto service and change launching mode on automatically. Enjoy! ;)

Before:

enter image description here

Service:

enter image description here

2
  • 1
    Any chance you could add the rough English translation of whatever are the key elements in the pictures?
    – fixer1234
    Commented Mar 4, 2017 at 9:15
  • It corresponds to Remote Access Auto Connection Manager. If you look for that on English systems, you'll find it in services. I tried setting it to Automatic as suggested here, but I'm still getting the rasgreeng.dll error in the EventViewer.
    – AnLog
    Commented Feb 29 at 11:30

You must log in to answer this question.