Das ist nicht die OpenSSL-Version aus unserem Image. Daher auch der Fehler (can't resolve symbol 'SSL_CTX_get0_certificate').Tue Jul 5 16:09:05 2016 library versions: OpenSSL 1.0.1e 11 Feb 2013, LZO 2.09
Was, zum Henker, treibst du da nur?
Das ist nicht die OpenSSL-Version aus unserem Image. Daher auch der Fehler (can't resolve symbol 'SSL_CTX_get0_certificate').Tue Jul 5 16:09:05 2016 library versions: OpenSSL 1.0.1e 11 Feb 2013, LZO 2.09
Code: Alles auswählen
Fri Jul 8 15:10:41 2016 Cannot load CA certificate file /var/etc/openvpn/TrustedRoot.pem (no entries were read)
Code: Alles auswählen
WARNING: file '/var/etc/openvpn/userpass.txt' is group or others accessible
Steht doch im Log:
Ohne mindestens ein verbose Log kann man hier eigentlich gar nichts zu sagen.Thu Jun 1 21:22:26 2017 TCP/UDP: Preserving recently used remote address: [AF_INET]62.138.239.45:1194
Code: Alles auswählen
client
dev tun
proto udp
remote 88.198.41.86 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
explicit-exit-notify 3
remote-cert-tls server
#mute 10000
auth-user-pass /var/etc/openvpn/nordvpn.login
comp-lzo
verb 3
pull
fast-io
cipher AES-256-CBC
<ca>
-----BEGIN CERTIFICATE-----
MIIExDCCA6ygAwIBAgIJANyVKdyH9qn2MA0GCSqGSIb3DQEBBQUAMIGcMQswCQYD.....
-----END CERTIFICATE-----
</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
49f211714402a95faf93cc07d69fcfdc.....
-----END OpenVPN Static key V1-----
</tls-auth>
Bei dir ist definitiv die Config faul.
Code: Alles auswählen
Thu Jun 8 15:47:47 2017 OpenVPN 2.4.1 arm-pnx8400-linux-uclibcgnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jun 7 2017
Thu Jun 8 15:47:47 2017 library versions: OpenSSL 1.0.2k 26 Jan 2017, LZO 2.10
Thu Jun 8 15:47:47 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Jun 8 15:47:47 2017 TCP/UDP: Preserving recently used remote address: [AF_INET]178.255.XXX.XXX:1194
Thu Jun 8 15:47:47 2017 UDP link local (bound): [AF_INET][undef]:1194
Thu Jun 8 15:47:47 2017 UDP link remote: [AF_INET]178.255.XXX.XXX:1194
Thu Jun 8 15:47:47 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Thu Jun 8 15:47:48 2017 [tigervpn.com] Peer Connection Initiated with [AF_INET]178.255.XXX.XXX:1194
Thu Jun 8 15:47:50 2017 TUN/TAP device tun0 opened
Thu Jun 8 15:47:50 2017 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Thu Jun 8 15:47:50 2017 /sbin/ifconfig tun0 10.104.XX.XX netmask 255.255.255.0 mtu 1500 broadcast 10.104.XX.255
Thu Jun 8 15:47:50 2017 /var/etc/openvpn/up.sh tun0 1500 1558 10.104.XX.XX 255.255.255.0 init
Thu Jun 8 15:47:55 2017 Initialization Sequence Completed
Code: Alles auswählen
[NI-FLASH-555729] /var/root # ping 10.104.XX.XX
PING 10.104.21.29 (10.104.XX.XX): 56 data bytes
64 bytes from 10.104.XX.XX: seq=0 ttl=64 time=0.236 ms
64 bytes from 10.104.XX.XX: seq=1 ttl=64 time=0.180 ms
64 bytes from 10.104.XX.XX: seq=2 ttl=64 time=0.177 ms
64 bytes from 10.104.XX.XX: seq=3 ttl=64 time=0.178 ms
^C
--- 10.104.XX.XX ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.177/0.192/0.236 ms
[NI-FLASH-555729] /var/root # ifconfig
eth0 Link encap:Ethernet HWaddr 00:XX:5C:XX:XX:29
[snip]
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.104.XX.XX P-t-P:10.104.XX.XX Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:129 errors:0 dropped:0 overruns:0 frame:0
TX packets:141 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:17373 (16.9 KiB) TX bytes:7864 (7.6 KiB)