Hello All, I want to trap the ethernet packets from ethernet driver and then send it through a Bluetooth stack whose output will be in turn send through IP then TCP layers and vice-versa.(As a result inserting bluetooth stack between ethernet and IP layers) It is clear from the picture below. |--------------------------------------------| | TCP | |--------------------------------------------| | bi directional Interface | |--------------------------------------------| | IP | |--------------------------------------------| | bi directional Interface |--------------------------------------------------------- | | | Bluetooth | | Stack | | | | | | | | | |--------------------------------------------------------- bi directional Interface | |--------------------------------------------| | Ethernet | |--------------------------------------------| For these message tapping I got this module called Tun/Tap at http://vtun.sourceforge.net/tun Some info about this is available at http://www.linuxhq.com/kernel/v2.4/doc/networking/tuntap.txt.html also. I compiled this module, made install, and insmod also. Till here no problem. My queries are - Q1 : Now I am not able to understand how to use this module for my above stated purpose. If anybody has used this utility(Tun/tap) before , please let me know how to get these ethernet packet going towards IP layer and IP packets going towards ethernet driver. Q2. What can be other ways, not very complicated to solve my purpose instead of using Tun/Tap. Q3. All the debug message are going to /var/log/messages, even if I send with the loglevel 1. How to get them on screen? How can I see the default console loglevel? Hope to get an early reply. Thanks a lot. Shiva Raman Pandey Research Associate-Computer Science R&D Sasken Communication Technologies Limited. Bangalore-India - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/