Closed lukyanov closed 2 years ago
===================================================================
Welcome! Use this helper script to import an IKEv2 configuration
into a PC running Windows 8, 10 or 11.
For more details, see https://vpnsetup.net/ikev2
Before continuing, you must put the .p12 file you transferred from
the VPN server in the *same folder* as this script.
===================================================================
Enter the name of the IKEv2 VPN client to import.
Note: This is the same as the .p12 filename without extension.
To accept the suggested client name, press Enter.
VPN client name: [vpnclient]
Enter the IP address (or DNS name) of the VPN server.
Note: This must exactly match the VPN server address in the output
of the IKEv2 helper script on your server.
VPN server address: lt.fuckrkn1.xyz
Provide a name for the new IKEv2 connection.
To accept the suggested connection name, press Enter.
IKEv2 connection name: [IKEv2 VPN lt.fuckrkn1.xyz]
Importing .p12 file...
Creating VPN connection...
Name : IKEv2 VPN lt.fuckrkn1.xyz
ServerAddress : lt.fuckrkn1.xyz
AllUserConnection : False
Guid : {96566BE8-51B7-4B05-8E7C-9243768DA719}
TunnelType : Ikev2
AuthenticationMethod : {MachineCertificate}
EncryptionLevel : Required
L2tpIPsecAuth :
UseWinlogonCredential : False
EapConfigXmlStream :
ConnectionStatus : Disconnected
RememberCredential : False
SplitTunneling : False
DnsSuffix :
IdleDisconnectSeconds : 0
Setting IPsec configuration...
AuthenticationTransformConstants : GCMAES128
CipherTransformConstants : GCMAES128
DHGroup : Group14
IntegrityCheckMethod : SHA256
PfsGroup : None
EncryptionMethod : AES256
IKEv2 configuration successfully imported!
To connect to the VPN, click on the wireless/network icon in your system tray,
select the "IKEv2 VPN lt.fuckrkn1.xyz" VPN entry, and click Connect.
Press any key to exit.
I have same problem on Windows 11. I did everything according to the instructions.
The same problem on Windows 10 Home. Laptop environment.
I have the same problem on Win10 Home, but everything works on IOS.
This helped me on win 11, might be useful to you as well delete VPN connection before doing instructions
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset
Credit to: alexmelSC
Thank You. The problem is solved, everything works.
@lukyanov does the @Cotovich 's solution helped you?
Thanks for the instructions Cotovich!
The only thing I did is just removed/rescanned wan adapters in device manager and it worked. So may be try that before going though the all steps you described.
Most of people solved the problem with this solution, so I am closing the ticket.
Thank you! God bless you! This method helped me to repair Windows 10 22H2 x64 IKEv2 VPN connection
This helped me on win 11, might be useful to you as well delete VPN connection before doing instructions
- run cmd as administrator
- run this commands
netsh int ip reset
netsh int ipv6 reset
netsh winsock reset
- restart computer
- open Device Manager
- find Network Adapters
- uninstall all WAN Miniport devices (IKEv2, IP, IPv6, etc)
- click Action > scan for hardware changes the adapters you just uninstalled should come back
- set VPN connection
Credit to: alexmelSC
@Cotovich, thank you a ton, it worked for Windows 10 21H2 x64
Description of the bug
Set up everything according to the instructions. Adding the profile goes well. However, when connecting the following error appears: "Parameter is set incorrectly" ("Параметр задан неверно"). I'm trying this in Windows 10 Pro.
Steps To Reproduce