Benutzer-Werkzeuge

Webseiten-Werkzeuge


tor2tcp

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
Nächste ÜberarbeitungBeide Seiten, nächste Überarbeitung
tor2tcp [2013-05-13 17:39] – angelegt mtor2tcp [2013-05-13 18:51] m
Zeile 1: Zeile 1:
-====== Operating publically addressable applications operated out of a hidden service ======+====== Operating publicly addressable applications operated out of a hidden service ======
  
-The easiest way to expose one hidden service only needs two lines of `torrc`:+Say for example you have a website that you feel comfortable having online via a public domain name, but you do not feel comfortable having it hosted on the location of its clearnet IP because $reason. Or you want to store all your e-mail in an undisclosed location. This enables the transferring machine to know as little as possible about the actual hosting machine (because it's really a ''.onion'') while using very little resources on the "proxy" machine and even less time to set it up. 
 + 
 +**tl;dr: poor persons tor2web for TCP.** 
 + 
 +The easiest way to expose one hidden service only needs two lines of ''torrc'':
  
     TransPort 46.246.28.219:80     TransPort 46.246.28.219:80
Zeile 38: Zeile 42:
 Port 25 is also accepted for a connection, since we put a redirect in place but since TransPort cannot connect to ports the hidden service doesn't listen on, it will later close the connection: Port 25 is also accepted for a connection, since we put a redirect in place but since TransPort cannot connect to ports the hidden service doesn't listen on, it will later close the connection:
  
-    mzeltner@eaon ~ % telnet 46.246.28.219 25+    telnet 46.246.28.219 25
     Trying 46.246.28.219...     Trying 46.246.28.219...
     Connected to 46.246.28.219.     Connected to 46.246.28.219.
Zeile 46: Zeile 50:
 Otherwise a connection would be refused: Otherwise a connection would be refused:
  
-    mzeltner@eaon ~ % telnet 46.246.28.219 299+    telnet 46.246.28.219 299
     Trying 46.246.28.219...     Trying 46.246.28.219...
     telnet: Unable to connect to remote host: Connection refused     telnet: Unable to connect to remote host: Connection refused
Zeile 54: Zeile 58:
 ===== Anonymity ===== ===== Anonymity =====
  
- +Depending on how you look at it, the machine does not really need to be anonymous to the rendezvous point, therefore compiling tor with ''tor2webmode'' enabled would speed up the connection process.
-Depending on how you look at it, the machine does not really need to be anonymous to the rendezvous point, therefore compiling tor with `--enable-tor2webmodewould speed up the connection process.+
  
 ===== SMTP ===== ===== SMTP =====
tor2tcp.txt · Zuletzt geändert: 2013-05-22 20:27 von m