1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-18 22:44:58 +03:00
Go to file
2013-07-19 15:09:22 +02:00
m4 Checking for support of each CFLAG 2013-02-13 14:40:33 +01:00
src Parsing and using configuration file 2013-07-16 08:28:14 +02:00
.gitignore Parsing and using configuration file 2013-07-16 08:28:14 +02:00
AUTHORS Updated README, ChangeLog and AUTHORS 2013-06-17 16:29:21 +02:00
ChangeLog Updated README, ChangeLog and AUTHORS 2013-06-17 16:29:21 +02:00
configure.ac Parsing and using configuration file 2013-07-16 08:28:14 +02:00
COPYING Forgot to change attached licence file 2013-07-19 15:05:16 +02:00
Doxyfile Basic skeleton -- autotools, readmes and doxygen 2009-12-01 18:44:26 +01:00
Makefile.am Installing basic config file and some doc stuff 2013-07-19 15:09:22 +02:00
NEWS Written NEWS and bumped version to 0.2.0 2013-06-17 16:39:29 +02:00
README Parsing and using configuration file 2013-07-16 08:28:14 +02:00
wrapsix.conf Installing basic config file and some doc stuff 2013-07-19 15:09:22 +02:00

WrapSix
=======

About
-----
WrapSix is a fast NAT64 implementation. You also need a DNS64 server (e.g. BIND).

Before compiling, don't forget to configure Wrapsix in files src/wrapper.c.

Configuration
-------------
HOST_IPV6_ADDR	IPv6 address which represents the host, i.e. which is assigned
		to the operating system. It's used in ICMP error messages.
HOST_IPV4_ADDR	IPv4 address which represents the host, i.e. which is assigned
		to the operating system. It's used in ICMP error messages.

WrapSix uses configuration file wrapsix.conf from configuration directory set in
"./configure" phase, which is by default /usr/local/etc.

Installation
------------
For installation use standard ./configure && make && make install commands.

Running
-------
It can be run by `wrapsix` command as root.

Contact
-------
Author:   xHire
E-mail:   xhire -at- wrapsix.org
IRC:      channel #wrapsix on chat.freenode.net
Homepage: http://www.wrapsix.org/