Page 1 of 1

[APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Wed Jan 18, 2017 8:53 pm
by langioletto
Attached

OpenVPN 2.4.0 compiler for arm
Compiled with VDLinux-ARMv7-4.4-202-toolchain-v2r2-20110630, openssl-1.0.2j, lzo-2.09


tun.ko_vmagic_0152

tun.ko_vmagic_0110

tun.ko_vmagic_0081

tun.ko_vmagic_0064

openssl-1.0.2j:
libcrypto.so.1.0.0
libssl.so.1.0.0

lzo-2.09:
liblzo2.so.2

lib path:
/mnt/opt/privateer/lib

lib bin:
/mnt/opt/privateer/bin

permits 755 all file

Thanks to all the post here: https://forum.samygo.tv/viewtopic.php?f=63&t=6293

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sat Jan 21, 2017 8:58 pm
by juusso
Thanks for sharing! :)

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sun Jan 22, 2017 8:18 pm
by langioletto
It is a pleasure!!

A question:

What's the most updated toolchain on this list?
http://download.samygo.tv/Toolchains

VDLinux-arm-v7a8v3r1.tar.xz
VDLinux-arm-v7a9v3r1.tar.xz
VDLinux-arm-v7a15v3r1.tar.xz
VDLinux-ARM-v7-4.4-202-toolchain-v2r2-20110630.tar.xz
VDLinux-arm-v7a8-toolchain-lite_20100630.tar.xz
VDLinux-mips34kc-toolchain-lite-20100223.tar.xz
arm-v7a8v4r3.tar.xz
arm-v7a15v4r3.tar.xz
arm_v5t_vfp_le.tar.xz
armv7l-(v7a17-v6)tizen-linux-gnueabi.tar.bz2
toolchain_mips24ke_nfp_be.tar.xz

Very thanks!!

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sun Jan 22, 2017 8:31 pm
by juusso
Its tizen-linux-bla bla bla... but it only suitable for J series and above :) why are you asking? :)

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sat May 27, 2017 9:25 pm
by kaese
Tested on my UE42F5370 and works fine. Thank you very much :)
Here is an init.d autostart file i wrote.
99_94_openvpn.zip
EDIT
Here is an alternative init.d file which is running openvpn in daemon mode. This one fixed some boot problems with other software.
You can also remove the ntpclient line and enable the built in ntpclient.init, its maybe the better way to sync time.

99_94_openvpn-daemon.zip

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sun May 28, 2017 12:05 am
by juusso
Welcomen! :)

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Wed Feb 07, 2018 9:38 pm
by gianpyc
I've installed openvpn on my F series 6500 and when I run it I get the follwing error:

Code: Select all

Thu Jan  1 02:05:48 1970 Unrecognized option or missing or extra parameter(s) in gianpy.ovpn:15: block-outside-dns (2.4.0)
Thu Jan  1 02:05:48 1970 OpenVPN 2.4.0 arm-v7a8-linux [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  9 2017
Thu Jan  1 02:05:48 1970 library versions: OpenSSL 1.0.2j  26 Sep 2016, LZO 2.09
Thu Jan  1 02:05:48 1970 WARNING: Your certificate is not yet valid!
Thu Jan  1 02:05:48 1970 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Thu Jan  1 02:05:48 1970 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Thu Jan  1 02:05:48 1970 TCP/UDP: Preserving recently used remote address: [AF_INET]HIDE:1194
Thu Jan  1 02:05:48 1970 Socket Buffers: R=[108544->108544] S=[108544->108544]
Thu Jan  1 02:05:48 1970 UDP link local: (not bound)
Thu Jan  1 02:05:48 1970 UDP link remote: [AF_INET]HIDE:1194
Thu Jan  1 02:05:48 1970 TLS: Initial packet from [AF_INET]45.62.225.85:1194, sid=3cee8324 59f3a3de
Thu Jan  1 02:05:49 1970 VERIFY ERROR: depth=1, error=certificate is not yet valid: CN=ChangeMe
Thu Jan  1 02:05:49 1970 OpenSSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Thu Jan  1 02:05:49 1970 TLS_ERROR: BIO read tls_read_plaintext error
Thu Jan  1 02:05:49 1970 TLS Error: TLS object -> incoming plaintext read error
Thu Jan  1 02:05:49 1970 TLS Error: TLS handshake failed
Thu Jan  1 02:05:49 1970 SIGUSR1[soft,tls-error] received, process restarting
Thu Jan  1 02:05:49 1970 Restart pause, 5 second(s)
It seems due to the wrong timestamp of the client, In fact the same configuration works on other vpn client.
I try to change the date with date command but I get bad address.
Then I tried with:

Code: Select all

SERVER="193.110.137.171"
busybox rdate -s $SERVER
changing several server but always I get timeout.

How can I set the date in a different way? You didn't have a similar issue with the time of your tv?

Fixed using:

Code: Select all

ntpclient -s -h pool.ntp.org -p 123
Thanks

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Sun May 27, 2018 1:37 am
by Djones6969
Is there any guide on how to install this please

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Fri Jul 20, 2018 4:42 pm
by Gatchavother
Djoness have you found a guide? was wondering about the same! thanks
if there's none, can someone guide me? just write me privately, or here... thanks

Re: [APP] openvpn-2.4.0 D(arm)/E/F/H + tun.ko

Posted: Mon May 27, 2019 7:59 pm
by langioletto
openvpn-2.4.7 + libs openssl v1.0.2j and lzo v2.09

Follow this link
viewtopic.php?f=63&t=12856