Skip to content
/ NAT64 Public
forked from NICMx/Jool

A NAT64 implementation for Linux, using the Netfilter API

License

Notifications You must be signed in to change notification settings

chavezgu/NAT64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: The development is still in process.

Authors:
	Juan Antonio Osorio <jaosorior@gmail.com>
	Luis Fernando Hinojosa <lf.hinojosa@gmail.com>
	David Valenzuela <david.valenzuela.88@gmail.com>
	Jose Vicente Ramirez <pepermz@gmail.com>
	Mario Gerardo Trevinho <mario_tc88@hotmail.com>
	Roberto Aceves <roberto.aceves@gmail.com>
	Miguel Alejandro González <maggonzz@gmail.com>
	Ramiro Nava <ramironava@gmail.com>
	Adrian González <ramironava@gmail.com>
	Manuel Aude <ramironava@gmail.com>
	Gabriel Chavez <gabrielchavez02@gmail.com>

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

No packages published

Languages

  • C 92.5%
  • Shell 6.0%
  • Python 1.5%