-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
59 lines (42 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NAT64 - Network Address Translator IPv6 to IPv4
Copyright (C) 2010 Viagenie Inc. http://www.viagenie.ca
Authors:
Jean-Philippe Dionne <[email protected]>
Simon Perreault <[email protected]>
Marc Blanchet <[email protected]>
NAT64 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.
NAT64 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 NAT64. If not, see <http://www.gnu.org/licenses/>.
==============
NAT64 20101110
==============
This code implements NAT64 as a linux kernel module. It currently
supports TCP, UDP and ICMP traffic.
This implementation follows recommandations from the IETF draft: "NAT64: Network
Address and Protocol Translation from IPv6 Clients to IPv4 Servers"
(http://www.ietf.org/id/draft-ietf-behave-v6v4-xlate-stateful-07.txt )
For further information, please visit the project page at:
http://ecdysis.viagenie.ca
------------
Requirements
------------
- Linux kernel version >= 2.6.31
-----------
Compilation
-----------
$ make
------------
Installation
------------
# make install
-------------
Configuration
-------------
See the ./nat64-config.sh script. Edit to fit your needs.