Skip to content

luion/NAT64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: The development is still in process.

Authors:
	Juan Antonio Osorio <[email protected]>
	Luis Fernando Hinojosa <[email protected]>
	David Valenzuela <[email protected]>
	Jose Vicente Ramirez <[email protected]>
	Mario Gerardo Trevinho <[email protected]>

This is an implementation of the NAT64 mechanism as described in the RFC6146.
It's being implemented as a Netfilter target module.

module dependencies (modprobe): ipv6, ip_tables, nf_conntrack, nf_conntrack_ipv4

Directories:
	/mod : includes the kernel module' source code and respective Makefile.
	/usr : include the iptables module (userspace interface).
	/include : includes the header files used.

About

A NAT64 implementation for Linux, using the Netfilter API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 97.5%
  • Shell 2.5%