| Previous | Next |
| ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM | ERROR_IPSEC_IKE_MM_DELAY_DROP |
ERROR_IPSEC_IKE_DROP_NO_RESPONSE
ERROR_IPSEC_IKE_DROP_NO_RESPONSE means Windows sent an IKE negotiation message but did not receive a response from the peer. Typical causes are an unreachable peer, firewall/NAT filtering, a wrong peer address, or a remote service that is not listening for IKE.
What to check
- Verify the peer address and route, then verify the network path permits IKE/IPsec traffic.
- Capture traffic at both endpoints to find where the request or reply stops.
- Do not diagnose this as a certificate error unless the trace shows that the peer received and rejected authentication.
netsh trace start scenario=NetConnection capture=yes tracefile=C:\Temp\ipsec.etl
... reproduce the failure ...
netsh trace stop
Microsoft: Use Netsh to manage network traces
Microsoft: IPsec IKE system error codes
Microsoft: Connection security rules
Looking for a different code? Search another status or error code.