Dear All,
I used to work with the TUN/TAP virtual network interface that was working on 2.6.0 IPNC SW Release.
Now, i'm working with 4.0 release and when I make an ifconfig, i can not see anymore the TUN/TAP tunl0-00 interface.
I've checked in the kernel configuration and the TUN/TAP support is well checked as a kernel module
The tun.ko module is also in /opt/ipnc/modules folder and the module is loaded by insmod in loadkmodules.sh at boot time
I can see the tun.ko with lsmod and cat /proc/misc return that tun have a 200 minor
I recreated the /dec/net/tun caracter special file with 10 for Major and 200 for Minor
So my question is, what I have to do to be able to see tunl0-00 interface in the ifconfig ?
Best Regards
ADB