simple icmp tunnel Code
Brought to you by:
antd
File | Date | Author | Commit |
---|---|---|---|
FAQ | 2013-03-13 |
![]() |
[32709d] init |
LICENSE | 2013-03-13 |
![]() |
[32709d] init |
Makefile | 2013-03-13 |
![]() |
[32709d] init |
Makefile.dep | 2013-03-13 |
![]() |
[32709d] init |
README | 2013-03-13 |
![]() |
[32709d] init |
config.h | 2013-03-13 |
![]() |
[32709d] init |
icmp_proto.c | 2013-03-13 |
![]() |
[32709d] init |
itun.c | 2013-03-13 |
![]() |
[32709d] init |
route.sh | 2013-03-13 |
![]() |
[32709d] init |
tun_dev.c | 2013-03-13 |
![]() |
[32709d] init |
Icmp Tunnel - ITun Sergey Chvalyuk <grubberr@gmail.com> 2005 What is it ? ------------ ITun is a simple icmp tunnel. It allows to create tunnel using only ICMP packets. It may be useful to pass through firewall which block UDP/TCP connections and usually do not block ICMP packets (ping works). Install _______ Edit config.h file according to your needs and run "make" to compile itun. Download: -------- https://github.com/grubberr/itun Copyright (c) 2005 Sergey Chvalyuk <grubberr@gmail.com>