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

Make only one session between client and server? #211

Open
Sia200 opened this issue Jul 6, 2021 · 1 comment
Open

Make only one session between client and server? #211

Sia200 opened this issue Jul 6, 2021 · 1 comment

Comments

@Sia200
Copy link

Sia200 commented Jul 6, 2021

Hey.

Let's say I have established a connection between the client and the server and exposing a socks server on the client.
Each time that I'll use the SOCKS server, a new connection will be created between the client and the server.
This is a problem for me because I want to control the source port that the client uses.

Is there any way to transfer all SOCKS data through one long lasting session?

Thanks

@BigSully
Copy link

@Sia200 You can take a look at chisel. Chisel maintains one websocket connection, and create new session(ssh channel) on this exact one existing connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants