[tor-talk] Using obfsproxy with OpenVPN

Alfredo Palhares masterkorp at masterkorp.net
Tue Jan 13 13:06:28 UTC 2015


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


More information about the tor-talk mailing list