I've followed https://github.com/Yawning/obfs4 installation instructions but seemed unable to run obfuscation plugs. Problem:
# on remote machine
$ obfs4proxy -logLevel=ERROR -enableLogging=true
[ERROR]: obfs4proxy - must be run as a managed transport
Any suggestions or alternative commands?
Edit:
Now I have a local proxy listening on 1080, sending to remote machine port 23456. With a remote server listening on 0.0.0.0:23456, forwarding to local 1080.
But I have a connect reset by peer problem on local machine. Is this normal for pluggable transports (interrupted)? Or am I having problem with setup?
I've followed https://github.com/Yawning/obfs4 installation instructions but seemed unable to run obfuscation plugs. Problem:
# on remote machine $ obfs4proxy -logLevel=ERROR -enableLogging=true [ERROR]: obfs4proxy - must be run as a managed transportAny suggestions or alternative commands?
Edit:
Now I have a local proxy listening on 1080, sending to remote machine port 23456. With a remote server listening on
0.0.0.0:23456, forwarding to local 1080.But I have a connect reset by peer problem on local machine. Is this normal for pluggable transports (interrupted)? Or am I having problem with setup?