VPN Client on Wi-Fi Router Is Not Working

VPN Client on Wi-Fi Router Is Not Working

241 Reply
Re:VPN Client on Wi-Fi Router Is Not Working
10 hours ago

  @Joseph-TP thank you for the quick reply! I have managed to get this working as you suggested, I will leave the instructions below if anyone else faces this issue:

 

If you have a .ovpn file which contains an encrypted private key and it won't work setting it up in the VPN Client router settings you can:

 

1. Open the .ovpn file in a text editor and copy the entire content between the <key></key> tags into a file called in.key

2. Use openssl to decrypt the key by doing openssl pkey -in in.key -out out.key

3. If you are prompted for a password, enter the password for your private key (the one you use to set up the OpenVPN connection in OpenVPN Connect)

4. Copy the contents of out.key back into the .ovpn file

5. Upload the file the router settings

 

 

  0  
  0  
#253
Options