Changeset 534 for trunk/man/ocat.1
- Timestamp:
- 11/29/09 22:37:56 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
man/ocat.1 (modified) (6 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/garlicat (added) merged: 524-531
- Property svn:mergeinfo changed
-
trunk/man/ocat.1
- Property svn:mergeinfo changed
/branches/garlicat/man/ocat.1 (added) merged: 529
r514 r534 15 15 .\" along with OnionCat. If not, see <http://www.gnu.org/licenses/>. 16 16 .\" 17 .TH OCAT 1 200 8-12-07"ocat" "OnionCat User's Manual"17 .TH OCAT 1 2009-11-15 "ocat" "OnionCat User's Manual" 18 18 .SH NAME 19 19 ocat \- OnionCat creates a transparent IPv6 layer on top of Tor's hidden services. 20 .br 21 gcat \- GarliCat is like OnionCat but it works with I2P instead of Tor. 20 22 .SH SYNOPSIS 21 23 .B ocat … … 31 33 -R [\fIOPTION\fP]\fI (4th form)\fP 32 34 .br 35 .B gcat 36 [\fIOPTION\fP] \fIi2p_id (5th form)\fP 37 .br 33 38 .SH DESCRIPTION 34 OnionCat creates a transparent IPv6 layer on top of Tor's hidden services . It35 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.39 OnionCat creates a transparent IPv6 layer on top of Tor's hidden services or 40 I2P's tunnels. It transmits any kind of IP-based data transparently through the 41 Tor/I2P network on a location hidden basis. You can think of it as a 42 peer-to-peer VPN between hidden services. 38 43 39 44 OnionCat 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 be45 between Tor/I2P and the local OS. Any protocol which is based on IP can be 41 46 transmitted. Of course, UDP and TCP (and probably ICMP) are the most important 42 47 ones but all other protocols can also be forwarded through it. … … 44 49 OnionCat opens a TUN device and assigns an IPv6 address to it. All packets 45 50 forwarded 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. 51 OnionCats listening on Tor's hidden service ports or I2P's server tunnels. The 52 IPv6 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 55 can be found at \fI/var/lib/tor/hidden_service/hostname\fP or similar location. 56 The \fIi2p_id\fP is the 80 bit long Base32 encoded hostname of the I2P server 57 tunnel. 50 58 51 59 .SS OPTIONS … … 54 62 Enable IPv4 forwarding. See http://www.cypherpunk.at/onioncat/wiki/IPv4 for further 55 63 information on IPv4. 64 .br 65 Native IPv4 forwarding is deprecated. The recommended solution for IPv4 66 forwarding is to build a IPv4-through-IPv6 tunnel through OnionCat. 56 67 .TP 57 68 \fB\-a\fP … … 87 98 \fB\-i\fP 88 99 Convert \fIonion_id\fP to IPv6 address and exit. 100 .TP 101 \fB\-I\fP 102 Run OnionCat in GarliCat mode. Using this option is identical to running OnionCat 103 with the command name \fBgcat\fP. 89 104 .TP 90 105 \fB\-l\fP \fI[ip:]port\fP … … 164 179 Tor project homepage http://www.torproject.org/ 165 180 181 I2P project homepage http://www.i2p2.de/ 182 166 183 .SH COPYRIGHT 167 184 Copyright 2008-2009 Bernhard R. Fischer. - Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.
