How install openvpn?
Posted: Fri Sep 21, 2018 7:01 pm
by Dragonfire
I install the application and configure this, but it's fail because TUN interface.
sudo modprobe tun
modprobe: FATAL: Module tun not found in directory /lib/modules/4.4.138
Some help?
Re: How install openvpn?
Posted: Sat Sep 22, 2018 9:02 am
by igorp
Dragonfire wrote:
I install the application and configure this, but it's fail because TUN interface.
sudo modprobe tun
modprobe: FATAL: Module tun not found in directory /lib/modules/4.4.138
Some help?
Works on Armbian out of the box:
https://github.com/armbian/build/blob/m ... nfig#L1782Download:
https://www.armbian.com/download/?tx_soc=rk3399
Re: How install openvpn?
Posted: Sat Sep 22, 2018 5:30 pm
by Dragonfire
Some possibility to load the image from type-c (with rockchip application)?
I have friendlycore now.. no way to add TUN to it?

Re: How install openvpn?
Posted: Sun Sep 23, 2018 6:59 am
by igorp
Some possibility to load the image from type-c (with rockchip application)?
Never tried that but it is possible that it will work. You can install it to the eMMC with our app but you need to start with SD card ... Here
https://www.youtube.com/watch?v=C0Bl0yjESLo you can check boot process and quick app run from eMMC/NVMe
I have friendlycore now.. no way to add TUN to it?

Too complicated. In case you will find a need to add something else in the future, with Armbian this is super easy.
Re: How install openvpn?
Posted: Sat Oct 06, 2018 9:05 am
by sebt3
Building a new kernel is super easy (see the wiki)
Just add the modules you need, build your kernel and load it. Install your modules and done.