luion/NAT64
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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> 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.