0

We have an IPSEC/L2TP PSK VPN on Windows Server 2012 using RRAS. This usually works fine, but now with so many staff working from home due to COVID-19, I am getting complaints of the VPN dropping out on a few mobile devices. So now I am trying to get IKEv2 VPN to work in RRAS. I only have the small amount of experience with setting up the L2TP VPN that we have. I figured that I could just add some IKEv2 ports on RRAS and as long as I specify the correct CN on the server certificate when connecting, I would be able to connect using PSK. So far I have been unsuccessful. I also exported the certificate and tried to connect using that which also didn't work.

I have used Wireshark to check if the RRAS server was receiving requests from my client and I saw "ISAKMP 646 IKE_SA_INIT MID=00 Initiator Request" multiple times, but the RRAS server never responds.

I cannot find any errors or information in %windir%/System32/LogFiles or %windir%/tracing. I have also checked Event Viewer in Custom Views/Server Roles/Remote Access and Custom Views/Server Roles/Network Policy And Access Services without finding any reports of connection issues.

We are using a Cisco 800 series router and the following lines are present which I assume is all I need to pass through the VPN traffic to the RRAS server:

ip nat inside source static udp 500 interface Loopback1 500

ip nat inside source static udp 4500 interface Loopback1 4500

I don't know what to do next to diagnose why the server is not acting on "ISAKMP 646 IKE_SA_INIT MID=00 Initiator Request".

Asagohan
  • 127
  • 1
  • 1
  • 7
  • Did you ever get to the bottom of this; I'm having the same problem (albeit on Windows Server 2016). Wireshark monitoring of UDP port 500 shows the IKE_SA_INIT packets coming in but I can't see an outgoing response being returned. – PaulC Dec 28 '20 at 08:03
  • No. I gave up on it. I haven't tried again since I posted this. If you find out please let me know. – Asagohan Dec 30 '20 at 11:30

0 Answers0