summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2018-04-24 16:40:18 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2018-04-24 16:40:18 +0200
commit7333956d44bebd2e17c6211c60c855ab29509ea4 (patch)
tree5796fc54e237c8e46589e0be0b0102329129843d /README
parent46060486c87eae436edc7a92c93e7023b7c2570d (diff)
parent2163dad61af4711fcbfab4103ec97c19ff714587 (diff)
Updated version 0.7 from 'upstream/0.7'
with Debian dir f7472d5bcc10740151744430428b01f92443ba16
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 19 insertions, 14 deletions
diff --git a/README b/README
index fcc7084..25d0f76 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
NAME
- nat-traverse - Use of UDP to traverse NAT gateways
+ nat-traverse - NAT gateway traversal utility
SYNOPSIS
To create a simple text-only tunnel, use the commands
@@ -11,7 +11,7 @@ SYNOPSIS
on "right". See "EXAMPLES" for more.
VERSION
- This document describes nat-traverse v0.5.
+ This document describes nat-traverse v0.7.
DESCRIPTION
nat-traverse establishes connections between nodes which are behind NAT
@@ -137,8 +137,8 @@ EXAMPLES
above.
Setup of a VPN with OpenVPN
- You can use <OpenVPN> over nat-traverse if you want to have a *secure*
- VPN.
+ You can use OpenVPN <https://openvpn.net/> over nat-traverse if you want
+ to have a *secure* VPN.
Using OpenVPN over nat-traverse requires only one change to OpenVPN's
configuration file, presuming that you don't want to use OpenVPN's
@@ -189,26 +189,30 @@ LIMITATIONS
port numbers are (in general) not predictable.
SEE ALSO
- <RFC 1631 at http://www.ietf.org/rfc/rfc1631.txt>
+ RFC 1631 at https://www.ietf.org/rfc/rfc1631.txt
+ <https://www.ietf.org/rfc/rfc1631.txt>
The IP Network Address Translator (NAT). K. Egevang, P. Francis. May
1994. (Obsoleted by RFC3022) (Status: INFORMATIONAL)
- <RFC 3022 at http://www.ietf.org/rfc/rfc3022.txt>
+ RFC 3022 at https://www.ietf.org/rfc/rfc3022.txt
+ <https://www.ietf.org/rfc/rfc3022.txt>
Traditional IP Network Address Translator (Traditional NAT). P.
Srisuresh, K. Egevang. January 2001. (Obsoletes RFC1631) (Status:
INFORMATIONAL)
- <RFC 1661 at http://www.ietf.org/rfc/rfc1661.txt>
+ RFC 1661 at https://www.ietf.org/rfc/rfc1661.txt
+ <https://www.ietf.org/rfc/rfc1661.txt>
The Point-to-Point Protocol (PPP). W. Simpson, Ed.. July 1994.
(Obsoletes RFC1548) (Updated by RFC2153) (Also STD0051) (Status:
STANDARD)
- <http://ppp.samba.org/>
+ <https://ppp.samba.org/>
Website of Paul's PPP Package (open source implementation of the
Point-to-Point Protocol (PPP) on Linux and Solaris)
- <German talk about nat-traverse at
- http://linide.sourceforge.net/nat-traverse/nat-traverse-talk.pdf>
+ German talk about nat-traverse at
+ https://www.speicherleck.de/iblech/nat-traverse/nat-traverse-talk.pdf
+ <https://www.speicherleck.de/iblech/nat-traverse/nat-traverse-talk.pdf>
Dieser Vortrag zeigt, wie man einen Tunnel zwischen zwei Computern,
die beide hinter NAT-Gateways sitzen, hinbekommt. Dazu wird ein
neues Programm vorgestellt, welches sowohl einfache Tastendrücke an
@@ -217,15 +221,16 @@ SEE ALSO
VPN schnell aufgebaut.
AUTHOR
- Copyright (C) 2005, 2012 Ingo Blechschmidt, <iblech@web.de>.
+ Copyright (C) 2005, 2012, 2017 Ingo Blechschmidt,
+ <iblech@speicherleck.de>.
- You may want to visit nat-traverse's Freecode project page,
- <http://freecode.com/projects/nat-traverse/>.
+ The source code repository is hosted at
+ <https://gitlab.com/iblech/nat-traverse>.
LICENSE
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 2 of the License, or (at your
+ 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