Skip to content

chavezgu/NAT64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 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]>
	Roberto Aceves <[email protected]>
	Miguel Alejandro González <[email protected]>
	Ramiro Nava <[email protected]>
	Adrian González <[email protected]>
	Manuel Aude <[email protected]>
	Gabriel Chavez <[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 92.5%
  • Shell 6.0%
  • Python 1.5%