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

tadokoro/NAT64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	Jool - An implementation of RFC6146 (stateful NAT64).
	Copyright (C) 2012  NIC-Mx - ITESM

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

IMPORTANT:
	Please send improvements, complaints and corrections to [email protected].
	Alternatively, you might want to upload issues at
	https://github.com/NICMx/NAT64/issues instead.

Authors:
	NIC-Mx representatives
		Ing. Julio Cossío
		Ing. Jorge Cano
		Ing. Alberto Leiva <[email protected]>
		Daniel Hernandez Felix <[email protected]>

	ITESM representatives
		Dr. Juan Arturo Nolazco	<[email protected]>
		Ing. Martha Sordia <[email protected]>

	ITESM students
		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]>
		Alan Villela López <[email protected]>
		Angel Cazares <[email protected]>
		Abraham Baez <[email protected]>

Directories:
	/doc : Developer documentation.
	/include : The entire system's header files.
	/mod : The kernel module's implementation code.
	/unit : Unit tests.
	/usr : The userspace application's implementation code.

About

A NAT64 implementation for Linux, using the Netfilter API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.4%
  • Shell 3.2%
  • Other 1.4%