Changeset 534 for trunk/man/ocat.1


Ignore:
Timestamp:
11/29/09 22:37:56 (2 years ago)
Author:
eagle
Message:

merged GarliCat branch back into trunk
onioncat-privatehosts.pl added (code by zzz)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/man/ocat.1

    r514 r534  
    1515.\" along with OnionCat. If not, see <http://www.gnu.org/licenses/>. 
    1616.\" 
    17 .TH OCAT 1 2008-12-07 "ocat" "OnionCat User's Manual" 
     17.TH OCAT 1 2009-11-15 "ocat" "OnionCat User's Manual" 
    1818.SH NAME 
    1919ocat \- OnionCat creates a transparent IPv6 layer on top of Tor's hidden services. 
     20.br 
     21gcat \- GarliCat is like OnionCat but it works with I2P instead of Tor. 
    2022.SH SYNOPSIS 
    2123.B ocat 
     
    3133-R [\fIOPTION\fP]\fI                      (4th form)\fP 
    3234.br 
     35.B gcat 
     36[\fIOPTION\fP] \fIi2p_id                  (5th form)\fP 
     37.br 
    3338.SH DESCRIPTION 
    34 OnionCat creates a transparent IPv6 layer on top of Tor's hidden services. It 
    35 transmits any kind of IP-based data transparently through the Tor network on a 
    36 location hidden basis. You can think of it as a point-to-multipoint VPN 
    37 between hidden services. 
     39OnionCat creates a transparent IPv6 layer on top of Tor's hidden services or 
     40I2P's tunnels. It transmits any kind of IP-based data transparently through the 
     41Tor/I2P network on a location hidden basis. You can think of it as a 
     42peer-to-peer VPN between hidden services. 
    3843 
    3944OnionCat is a stand-alone application which runs in userland and is a connector 
    40 between Tor and the local OS. Any protocol which is based on IP can be 
     45between Tor/I2P and the local OS. Any protocol which is based on IP can be 
    4146transmitted. Of course, UDP and TCP (and probably ICMP) are the most important 
    4247ones but all other protocols can also be forwarded through it. 
     
    4449OnionCat opens a TUN device and assigns an IPv6 address to it. All packets 
    4550forwarded to the TUN device by the kernel are forwarded by OnionCat to other 
    46 OnionCats listening on Tor's hidden service ports.  The IPv6 address depends on 
    47 the \fIonion_id\fP of the locally configured hidden service (see \fBtor(8)\fP). 
    48 Depending on the configuration of Tor the \fIonion_id\fP usually can be found 
    49 at \fI/var/lib/tor/hidden_service/hostname\fP or similar location. 
     51OnionCats listening on Tor's hidden service ports or I2P's server tunnels. The 
     52IPv6 address depends on the \fIonion_id\fP or the i2p_id, respectively. The 
     53\fIonion_id\fP is the hostname of the locally configured hidden service (see 
     54\fBtor(8)\fP). Depending on the configuration of Tor the \fIonion_id\fP usually 
     55can be found at \fI/var/lib/tor/hidden_service/hostname\fP or similar location. 
     56The \fIi2p_id\fP is the 80 bit long Base32 encoded hostname of the I2P server 
     57tunnel. 
    5058 
    5159.SS OPTIONS 
     
    5462Enable IPv4 forwarding. See http://www.cypherpunk.at/onioncat/wiki/IPv4 for further 
    5563information on IPv4. 
     64.br 
     65Native IPv4 forwarding is deprecated. The recommended solution for IPv4 
     66forwarding is to build a IPv4-through-IPv6 tunnel through OnionCat. 
    5667.TP 
    5768\fB\-a\fP 
     
    8798\fB\-i\fP 
    8899Convert \fIonion_id\fP to IPv6 address and exit. 
     100.TP 
     101\fB\-I\fP 
     102Run OnionCat in GarliCat mode. Using this option is identical to running OnionCat 
     103with the command name \fBgcat\fP. 
    89104.TP 
    90105\fB\-l\fP \fI[ip:]port\fP 
     
    164179Tor project homepage http://www.torproject.org/ 
    165180 
     181I2P project homepage http://www.i2p2.de/ 
     182 
    166183.SH COPYRIGHT 
    167184Copyright 2008-2009 Bernhard R. Fischer. 
Note: See TracChangeset for help on using the changeset viewer.