1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-18 22:44:58 +03:00
Go to file
2013-06-17 16:29:21 +02:00
m4 Checking for support of each CFLAG 2013-02-13 14:40:33 +01:00
src Dropped compiling of DNS64 proxy 2013-06-15 16:39:03 +02:00
.gitignore Dropped compiling of DNS64 proxy 2013-06-15 16:39:03 +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 Checking for support of each CFLAG 2013-02-13 14:40:33 +01:00
COPYING Basic skeleton -- autotools, readmes and doxygen 2009-12-01 18:44:26 +01:00
Doxyfile Basic skeleton -- autotools, readmes and doxygen 2009-12-01 18:44:26 +01:00
Makefile.am Checking for support of each CFLAG 2013-02-13 14:40:33 +01:00
NEWS Basic skeleton -- autotools, readmes and doxygen 2009-12-01 18:44:26 +01:00
README Updated README, ChangeLog and AUTHORS 2013-06-17 16:29:21 +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 and
src/wrapper.h.

Configuration
-------------
INTERFACE	Interface on which WrapSix should operate, e.g. eth0.
PREFIX		NAT64 prefix; at least /96, the default is standard
		64:ff9b::/96. Input it without the information about prefix
		length, i.e. just 64:ff9b::.
IPV4_ADDR	IPv4 address which is dedicated for WrapSix and is not assigned
		to the host operating system.
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.
MTU		Minimum MTU in your IPv6 network; default is 1280, but you can
		set it to a greater value (up to 1500).
PACKET_BUFFER	Size of a buffer for incoming packets; it's strongly recommended
		to leave its value as is (i.e. 1514).

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/