Delivery-Date: Tue, 13 Jan 2015 08:06:51 -0500
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.8 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	RP_MATCHES_RCVD,URIBL_BLOCKED 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 5425E1E070F
	for <archiver@seul.org>; Tue, 13 Jan 2015 08:06:50 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id D30AD32DAB;
	Tue, 13 Jan 2015 13:06:46 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 033EB32D92
 for <tor-talk@lists.torproject.org>; Tue, 13 Jan 2015 13:06: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 7C74u0aYoJ_3 for <tor-talk@lists.torproject.org>;
 Tue, 13 Jan 2015 13:06:32 +0000 (UTC)
Received: from gohan.masterkorp.net
 (static.85-10-196-211.clients.your-server.de [85.10.196.211])
 by eugeni.torproject.org (Postfix) with ESMTP id BD61A32D91
 for <tor-talk@lists.torproject.org>; Tue, 13 Jan 2015 13:06:32 +0000 (UTC)
Received: by gohan.masterkorp.net (Postfix, from userid 1000)
 id 30D04984B13; Tue, 13 Jan 2015 14:06:28 +0100 (CET)
From: Alfredo Palhares <masterkorp@masterkorp.net>
To: tor-talk <tor-talk@lists.torproject.org>
In-reply-to: <20150112224010.GB5513@nymity.ch>
References: <1421099472-sup-7338@masterkorp.net>
 <20150112224010.GB5513@nymity.ch>
Date: Tue, 13 Jan 2015 14:06:28 +0100
Message-Id: <1421153936-sup-348@masterkorp.net>
User-Agent: Sup/0.18.0
Subject: Re: [tor-talk] Using obfsproxy with OpenVPN
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>

Hello Philipp,

> What is the exact command you are trying to run?
> 
> Here's a working example of a server run in external mode:
> <https://gitweb.torproject.org/user/phw/scramblesuit.git/tree/test/start_external_server.sh>

I found the problem, ``--data-dir`` needs to be **before** the
obfscation method declaration.

The following command works:
```
bin/obfsproxy --log-file=obfsproxy.log --log-min-severity=debug \
  --data-dir=/path/to/data scramblesuit --password=VERYREALPASSWORD \
  --dest=172.31.9.199:1195 server 0.0.0.0:80
```

This ones does not:
```
bin/obfsproxy --log-file=obfsproxy.log --log-min-severity=debug \
  scramblesuit --data-dir=/path/to/data --password=VERYREALPASSWORD \
  --dest=172.31.9.199:1195 server 0.0.0.0:80
```

--
Regards,
Alfredo Palhares
-- 
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

