I compiled my own kernel with tun/tap and bridge support. Both modules load fine at boot time (I could read that in the dmesg output).
Now I want to use it, and the /dev/net/tun node is not there, so my application gives that error.
I'm trying to bridge openvpn connections. Is it possible that udevd is not doing his work?
Thank you!
(PS: I'm on a WD MyBook World Ed NAS device. It's ARM, so I cross compiled the kernel from my debian linux machine. I also installed debian on the NAS.)