mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-08 07:20:58 +02:00
Updated README, ChangeLog and AUTHORS
This commit is contained in:
parent
8a2f5c9158
commit
f5ee2e3090
2
AUTHORS
2
AUTHORS
@ -1,4 +1,4 @@
|
|||||||
Authors of WrapSix
|
Authors of WrapSix
|
||||||
|
|
||||||
Michal Zima (xHire) <xhire@mujmalysvet.cz>
|
Michal Zima (xHire) <xhire@wrapsix.org>
|
||||||
The main and the only developer and maintainer of WrapSix
|
The main and the only developer and maintainer of WrapSix
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
For changes done between single versions have a look at file NEWS.
|
For changes done between single versions have a look at file NEWS.
|
||||||
|
|
||||||
For details of the development process have a look at history log of the git
|
For details of the development process have a look at history log of the git
|
||||||
repository (the address of the git repository is mentioned in README).
|
repository (the address of the git repository is mentioned on homepage).
|
||||||
|
35
README
35
README
@ -3,14 +3,35 @@ WrapSix
|
|||||||
|
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
WrapSix is NAT64 and DNS64 implementation. It's available in open-source and
|
WrapSix is a fast NAT64 implementation. You also need a DNS64 server (e.g. BIND).
|
||||||
commercial version.
|
|
||||||
|
|
||||||
Status
|
Before compiling, don't forget to configure Wrapsix in files src/wrapper.c and
|
||||||
------
|
src/wrapper.h.
|
||||||
WrapSix is under development. Branch 0.2 is working right now, but keep in mind
|
|
||||||
that it's not yet ready for production and many things may not work. If you test
|
Configuration
|
||||||
it, please report to me any bugs you find.
|
-------------
|
||||||
|
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
|
Contact
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user