Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Installation instruction doesn't work #34

Closed
bogdan0083 opened this issue Jun 21, 2022 · 1 comment
Closed

[Windows] Installation instruction doesn't work #34

bogdan0083 opened this issue Jun 21, 2022 · 1 comment

Comments

@bogdan0083
Copy link

bogdan0083 commented Jun 21, 2022

Here's my steps to install VPN on Windows 10:

Download the vpnclient.p12 file to your device.
Download config import script and put it in the same folder as p12 file.
Right-click on the saved script, select Properties. Click on Unblock at the bottom, then click on OK.
Right-click on the saved script, select Run as administrator.
Choose the VPN client name (or just press Enter, it will choose the file's name)
Enter IP of the server, you can find it in the [here](https://github.com/nezavisimost/FuckRKN1#client-configuration-files)
Choose the VPN connection name (or just press Enter, script will choose default name)
Press any key to finish script. To connect to the VPN: Right-click on the wireless/network icon in your system tray, open settings, go to the VPN, select the new entry, and click Connect.

When all steps are completed I'm going to system tray and try to connect to VPN and get the following error:

image

In English this error can be translated as parameter is incorrect
What am I doing wrong?

Thank you! ❤️

@bogdan0083
Copy link
Author

bogdan0083 commented Jun 22, 2022

The issue is solved by resetting network adapters. Here's the solution: trailofbits/algo#1051

I will repost it here in case the issue with solution is removed:

Solution

Clear the Networking caches
Run windows cmd window (click windows start menu, type 'cmd', right click on 'Command Prompt' and select "Run as Administrator").

type command below
netsh int ip reset

then type
netsh int ipv6 reset

then type
netsh winsock reset

Restart your computer.

Reset Device Manager adaptors

Open Device Manager
Find Network Adapters
Uninstall WAN Miniport drivers (IKEv2, IP, IPv6, etc)
Click Action > Scan for hardware changes
The adapters you just uninstalled should come back

The VPN connection then works.

Hope this helps someone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant