I have multiple VPN server software running on the same server, two of them (tinc and openvpn) are using the same /dev/net/tun
devices and spawning a tunX iface.
The later started ones will use tun devices from zero, so they're reusing each other's device and causing a lot of problems and disruption of services.
My question is, is it possible to let OpenVPN to spawn its own tun with other names like tun-X or otun-Y etc?