What's new

Custom OpenVPN client configuration - help needed

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Viorel Ciucu

New Around Here
I'm trying to configure OpenVPN client on RT-AC87U.
I have a private key file (Test1_VPN.p12) provided to me but I have difficulties integrating it into the router configuration.


This is the content of my .ovpn file:
------ CUT HERE ------
float
nobind
dev tun0
dev-node OpenVPN
proto tcp-client
remote <openvpn server ip> 1194
persist-tun
persist-key
tls-client
ca ca.crt
pkcs12 Test1_VPN.p12
cipher AES-256-CBC
keysize 256
comp-lzo
pull
verb 2
------ CUT HERE ------
I have ca.crt and Test1_VPN.p12 files but I don't have a way to upload the .p12 file to the router.

Any help is much appreciated!

Thanks,
Viorel C.
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top