I try to connect OpenVPN and I have this error:
“ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) opensuse”
I can fix that problem with "sudo mknod /dev/net/tun c 10 200" but problem return after reboot.
I checked with this command “cat /dev/net/tun”**
I believe TUN/TAP not enabled or not working
How can I sure TUN/TAP is enabled ?
FWIW, I’m using openSUSE 13.1, which has udev-208-23.3 installed. The device file is created at boot. I wonder if you’ve stumbled on a udev regression here. I did find a Debian bug report descrbing similar.