View previous topic :: View next topic |
Author |
Message |
sunflower n00b
Joined: 23 Dec 2005 Posts: 61
|
Posted: Sun May 07, 2006 3:28 pm Post subject: TCP over ICMP |
|
|
Hi,
I need the following:
I want do doe TCP/IP over ICMP. It should be the way that I see a normal device ethX on my system. I can work on it with ifconfig and so on. BUT the difference should be, that this device does all traffic over ICMP instead of TCP/IP.
Does such a kernel module exist?
Thanx a lot |
|
Back to top |
|
|
thpani Tux's lil' helper
Joined: 20 Mar 2006 Posts: 144 Location: Tulln, Austria
|
Posted: Sun May 07, 2006 3:43 pm Post subject: |
|
|
first, as icmp is not used to carry user data, there is no sense in doing so.
second, technically a icmp packet is constructed from a udp segment.
third, icmp lives at layer 3 of the osi model and has nothing to do with network devices.
so, maybe if you tell us what you'd like to do we can help you. |
|
Back to top |
|
|
sunflower n00b
Joined: 23 Dec 2005 Posts: 61
|
Posted: Sun May 07, 2006 3:45 pm Post subject: |
|
|
I want to write a module for that.
Reason:
Our firewall does only allow icmp pakets from outside to inside. so i want to tunnel over icmp |
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Sun May 07, 2006 7:05 pm Post subject: |
|
|
sunflower wrote: | I want to write a module for that.
Reason:
Our firewall does only allow icmp pakets from outside to inside. so i want to tunnel over icmp |
So basically you want to risk your job but well... http://sourceforge.net/projects/itun/ as a first start. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
|