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