jpillora / chisel

A fast TCP/UDP tunnel over HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disconnecting

sadrabera opened this issue · comments

commented

Hi,
sometimes my chisel proxy disconnects and I have to restart it manually
client command:
chisel client "myAddress" R:10006
server command:
chisel server --port 10005 --reverse

i have this log too which I don't know it's related or not.
session#1: tun: proxy#R:10006=>10006: conn#175: Stream error: ssh: unexpected packet in response to channel open:

thanks

The problem was that I used a port for two connections
for solving this problem , you should use two ports
for example:
chisel client "myAddress" R:10006 R:10010
chisel server --port 10005 --reverse