Page 1 of 1

How to deploy OpenVPN on Samygo

Posted: Tue May 19, 2020 3:01 pm
by gusto
TV Model - UE55H7000ST
software - T-MST14DEUC-2850.3
I have my own openvpn server, where I generated the necessary files and config file

Code: Select all

ca.crt
client.crt
client.key
client.conf
I want to connect from my TV to my own openvpn server.
In regular linux x86 it's very simple. I will install openvpn and copy all the above files to /etc/openvpn. That is all. Openvpn works perfectly.
But it's different in SamyGO.
I did this, but I didn't get the result

I download from that thread viewtopic.php?f=63&t=13174

Code: Select all

openvpn + libs.zip
tun.ko_vmagic_0152.zip
btw What is the difference between tun.ko_vmagic_0064, tun.ko_vmagic_0081, tun.ko_vmagic_0110, tun.ko_vmagic_0152

I copied to /mnt/opt/privateer/lib

Code: Select all

libcrypto.so.1.0.0
liblzo2.so.2
libssl.so.1.0.0
I copied to /mnt/opt/privateer/bin

Code: Select all

openvpn
I set up chmod

Code: Select all

chmod 755 /mnt/opt/privateer/lib/libcrypto.so.1.0.0
chmod 755 /mnt/opt/privateer/lib/liblzo2.so.2
chmod 755 /mnt/opt/privateer/lib/libssl.so.1.0.0
chmod 755 /mnt/opt/privateer/bin/openvpn
Where should I copy tun.ko ?
I copied tun.ko to /mtd_rwcommon/tun.ko
then

Code: Select all

mkdir -p /dtv/net
mknod /dtv/net/tun c 10 200
insmod /mtd_rwcommon/tun.ko
the output is

Code: Select all

/mnt # insmod /mtd_rwcommon/tun.ko
insmod: can't insert '/mtd_rwcommon/tun.ko': unknown symbol in module or invalid parameter
Where am I making a mistake please?

Re: How to deploy OpenVPN on Samygo

Posted: Mon Feb 08, 2021 6:47 pm
by RuckZuck
Have you solved it?
If yes, tell us how.