What's new
  • 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!

RT-N56U Padavan OpenVPN client help

johnnie walker

New Around Here
Hello all.

I´ve installed my old router at my dad´s house. It´s an Asus RT-N56U, with Padavan firmware version 3.4.3.9-099.

At home I have an Asus AC-1900P, that has OpenVPN server support. I´ve configured OpenVPN server, and generated a profile file. I can connect from my laptop or my phone to home VPN using this profile file.

Padavan doesn´t has where to import this profile, so how should I configure it to work? Already tried lots of configurations, but have no luck.

Example of the ovpn profile from server shows below:

Code:
remote server.ddns.net 1194
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 15 60
comp-lzo adaptive
auth-user-pass
auth-nocache
client
auth SHA1
cipher AES-256-CBC
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
xxxxx
-----END CERTIFICATE-----

</ca>

<cert>
-----BEGIN CERTIFICATE-----
xxxxx
-----END CERTIFICATE-----

</cert>

<key>
-----BEGIN PRIVATE KEY-----
xxxxx
-----END PRIVATE KEY-----

</key>

I don´t see anywhere information that it´s trying to connect. No messages in a logfile. Where can I see a log to know what is happening?

I´ve attached the prints of my VPN client configuration. Any tips?

Thanks!
 

Attachments

  • VPN Config.PNG
    VPN Config.PNG
    64 KB · Views: 1,572
  • vpn_extended.PNG
    vpn_extended.PNG
    10.6 KB · Views: 1,093
  • vpn cert.PNG
    vpn cert.PNG
    22.7 KB · Views: 1,095
Similar threads

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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