Hello from Spain,
I have configured luckfox pico MAX whith openvpn in linux. Here the steps i followed and the solutions i have implemented.
You need:
- luckfox pico Boaed, i use rv1106 Pico Max.
- a SD card, i think almost 8gb XCSD class 10.
- some time.
First off all: Follow the wiki instructions for create SD linux:
https://wiki.luckfox.com/Luckfox-Pico/L ... nvironment
Second steep: You need to incorporate TUN capabilities to this SD_linux, you need to modify Kernel like in this wiki post:
https://wiki.luckfox.com/Luckfox-Pico/L ... figuration,
BUT with the followings components:
-Universal TUN/TAP device driver support (select with * not by M)
Location:
-> Device Drivers
-> Network device support
-> Network core driver support
- IP:tunneling + Layer Two Tunneling Protocol (L2TP) + IP: FOU encapsulation of IP tunnels (NEW)
Location:
-> Device Drivers
-> Networking support
-> Networking options
- Network Light weight tunnel
Location:
-> Device Drivers
-> Networking support
Third steep: follow the Ubuntu instructions for openvpn in:
https://documentation.ubuntu.com/server ... index.html
Last steep and Notes: when i build it in a WSL, the TUN not work, only work if i follow this steeps in a normal linux system.
I hope you can follow and configure openvpn properly.