What's new

386.3_2 ac86u cannot use openvpnclient

  • 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!

franksz

New Around Here
1628517229188.png


syslog:

Aug 9 21:09:28 rc_service: httpd 1343:notify_rc start_vpnclient5
Aug 9 21:09:28 opnvpn: Starting OpenVPN client 5 failed!
Aug 9 21:09:28 opnvpn-routing: Clearing routing table for VPN client 5
Aug 9 21:10:01 rc_service: httpd 1343:notify_rc start_vpnclient5
Aug 9 21:10:01 openvpn: Starting OpenVPN client 5 failed!
Aug 9 21:10:01 openvpn-routing: Clearing routing table for VPN client 5
Aug 9 21:10:41 rc_service: httpd 1343:notify_rc start_vpnclient5
Aug 9 21:10:41 openvpn: Starting OpenVPN client 5 failed!
Aug 9 21:10:41 openvpn-routing: Clearing routing table for VPN client 5

But with the same configuration, openvpn can be used normally under windows or official firmware,How to solve?
 
There's no way to tell based on the provided information. When the syslog is so non-specific, it usually means it's a very basic error (syntax, missing directive, etc.), so it can't even be started. We need to see the details of the configuration to make progress.
 
ovpn file:

client
proto tcp
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
verb 3
route-method exe
route-delay 2
remote *.*.*.* 1194
ca ca.crt
cert frank.crt
key frank.key

Entered in "Keys and Certificates", ca.crt frank.crt frank.key.
 
There's no way to tell based on the provided information. When the syslog is so non-specific, it usually means it's a very basic error (syntax, missing directive, etc.), so it can't even be started. We need to see the details of the configuration to make progress.
Can you give me some help? thanks
 
Entered in "Keys and Certificates", ca.crt frank.crt frank.key.
Keys and Certificates need to contain actual key/certificate data in PEM format, not a reference to a filename.
 

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