Delivery-Date: Thu, 02 Apr 2015 20:26:41 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 7BFA91E0FDB
	for <archiver@seul.org>; Thu,  2 Apr 2015 20:26:39 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id DA93834534;
	Fri,  3 Apr 2015 00:26:36 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 5B8E334530
 for <tor-talk@lists.torproject.org>; Fri,  3 Apr 2015 00:26:33 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id m4Ihw-JTxkCo for <tor-talk@lists.torproject.org>;
 Fri,  3 Apr 2015 00:26:33 +0000 (UTC)
Received: from mail.anonymail.us (mail.anonymail.us [162.243.112.143])
 (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 3FB553452F
 for <tor-talk@lists.torproject.org>; Fri,  3 Apr 2015 00:26:33 +0000 (UTC)
Received: from localhost (anonymail.us [127.0.0.1])
 by mail.anonymail.us (Postfix) with ESMTP id DF60CA2A6F
 for <tor-talk@lists.torproject.org>; Thu,  2 Apr 2015 20:26:30 -0400 (EDT)
X-Virus-Scanned: Debian amavisd-new at mail.anonymail.us
Received: from mail.anonymail.us ([127.0.0.1])
 by localhost (mail.anonymail.us [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id BDfnGJFHjk0O for <tor-talk@lists.torproject.org>;
 Thu,  2 Apr 2015 20:26:21 -0400 (EDT)
Message-ID: <551DDE2A.1040907@cpunk.us>
Date: Thu, 02 Apr 2015 19:26:18 -0500
From: Cypher <cypher@cpunk.us>
To: tor-talk@lists.torproject.org
References: <551DD6D0.8030906@cpunk.us> <20150403002104.GF8172@moria.seul.org>
In-Reply-To: <20150403002104.GF8172@moria.seul.org>
Subject: Re: [tor-talk] Tor isn't opening a listening port...
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

On 04/02/2015 07:21 PM, Roger Dingledine wrote:
> On Thu, Apr 02, 2015 at 06:54:56PM -0500, Cypher wrote:
>> Hello Everyone,
>>
>> I'm configuring two hidden services on the same box (Ubuntu 14.04). In
>> my torrc I have the following four lines:
>>
>> HiddenServiceDir /var/lib/tor/first_hidden_service/
>> HiddenServicePort 9999 127.0.0.1:9999
>>
>> HiddenServiceDir /var/lib/tor/second_hidden_service/
>> HiddenServicePort 8008 127.0.0.1:80
>>
>> For some reason, the second hidden service simply isn't working. Port
>> 8008 is not being opened by Tor at all.
> 
> Tor doesn't open those ports. It simply interprets incoming (inside of
> Tor) requests for that hidden service name and makes outgoing connections
> to the address you specify. You have to run your own application on the
> port if you want something to listen there.

Yep, had a complete and total brainfart here. I was running the
webserver on port 80. Pointed Tor to 80 and it worked. Forgive the
stupidity please.

Cypher
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

