Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] reverse proxy error #16

Open
xialvjun opened this issue May 30, 2018 · 1 comment
Open

[bug] reverse proxy error #16

xialvjun opened this issue May 30, 2018 · 1 comment
Labels

Comments

@xialvjun
Copy link

Current Version: 1.3.0
Build Time: 2017-11-01_10:14:17_+0000
Git Commit Hash: e442ef1

docker run --rm -it --net=host ooclab/otunnel-amd64 /otunnel listen :10000 -s mysecret

docker run --rm -it --net=host ooclab/otunnel-amd64 /otunnel connect VPS_IP:10000 -s mysecret -t 'r:127.0.0.1:2333::2333'

when browse VPS_IP:2333:

# server
ERRO[05/30 06:24:20] Link.recv quit                                error=EOF from=link id=0
WARN[05/30 06:24:20] link is stopped already                       from=link id=0
WARN[05/30 06:24:20] client &es.SafeConn{BaseConn:es.BaseConn{conn:(*net.TCPConn)(0xc42000c158)}, cipher:(*ecrypt.Cipher)(0xc42000ae40)} is offline

# client
ERRO[05/30 06:24:13] dial 127.0.0.1:2333 failed: dial tcp 127.0.0.1:2333: getsockopt: connection refused
ERRO[05/30 06:24:13] Link.recv quit                                error="dial tcp 127.0.0.1:2333: getsockopt: connection refused" from=link id=0
WARN[05/30 06:24:13] link is stopped already                       from=link id=0
@gwind
Copy link
Contributor

gwind commented Jun 2, 2018

Thanks for your bug report, this is a known issues.
I'm using supervisord to hold otunnel daemon, and restart it manually to fix this problem temporarily.

@gwind gwind added the bug label Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants