Hi, I want to install OpenVPN on my osmc running on a Raspberry Pi 3. I made some tutorials how to install openvpn server on Debian, Raspian and also Windows Server.
But on OSMC the problem is, that the /etc/network/interfaces is ignored. But because I need bridging I need to setup a br0 device and a tap0.
This does not work at the moment. How can I either:
use connmgr to create tap and br devices?
or
disable connmgr and use the traditional way debian is configuring network adapters?
Hi, thanks for your manual. This seem to work if you use OpenVPN in tun mode what you did, but I need the openvpn server in bridge mode (tap). So i need to create a bridged device. How does this work with osmc?