Skip to content

NAT Tunnel as Linux Kernel module - invisible routing of special packets

Notifications You must be signed in to change notification settings

ztomer/sekret_tunnel

Repository files navigation

Readme
-------------
NOTE:
Tested on Ubuntu 14.04, kernel version 3.13.0-34, using gcc 4.8.2.
Will NOT work on v2.6 kernels.

1. Compilation:
	$ make
2. Loading the module:
	$ insmod ./sekret_tunnel.ko
3. displaying module output:
	$ dmesg
4. removing the module:
	# rmmod sekret_tunnel
5. display dmesg: dmesg | tail -20

About

NAT Tunnel as Linux Kernel module - invisible routing of special packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published