LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   need help: /dev/net/tun (https://www.linuxquestions.org/questions/linux-networking-3/need-help-dev-net-tun-318326/)

boxyou 04-29-2005 01:12 AM

need help: /dev/net/tun
 
God,I'm newer to linux and don't want to reinstall my linux.
Currently we run a pragram(based on wireless mesh network) which needs the /dev/net/tun.
The linux system is Debian Sarge,with kernel 2.6.11.
I enabled the modules about TUN when I built this kernel and in the config file it's ok: CONFIG_TUN=m.
However, on the system,there is no such device. My partners have the same setting,and they all got that device.
How can I fix the problem? really need your suggestion.

boxyou 04-29-2005 02:11 AM

Re: need help: /dev/net/tun
 
I have found a useful link and solved the problem:
http://www.pervasive-network.org/SPI...lispot-sur-une
although I don't understand their language, here is the instructions I tried:
# mkdir /dev/net
# mknod /dev/net/tun c 10 200
# modprobe tun
#update-modules

Hopefully,it can help similar problems.
(sorry for my so so English ; )


All times are GMT -5. The time now is 12:22 AM.