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

Multiple Port Forwarding : VPN-Over-SSH #319

Closed
melonsode opened this issue Jun 14, 2021 · 6 comments
Closed

Multiple Port Forwarding : VPN-Over-SSH #319

melonsode opened this issue Jun 14, 2021 · 6 comments
Assignees
Labels
✨ enhancement New feature or request
Milestone

Comments

@melonsode
Copy link

It is not clear whether multiple port forward is available or not.
I write tunnel setting like this:
8080:localhost:80, 8081:localhost:8081
I can connect only to 8080 port, but not to 8081.
I made another setting like:
8081:localhost:8081
then, I can connect to 8081.
I would like to connect to multiple port with one setting.

@isontheline isontheline changed the title multiple port forward Multiple Port Forwarding Jun 14, 2021
@isontheline
Copy link
Owner

isontheline commented Jun 14, 2021

Hello @melonsode 👋

Thanks for your issue from the App Store!

Yes you're right WebSSH currently supports only one port forward 😭

I will fix this issue as soon as possible for the 14.X releases

Have a nice day☀️

@isontheline isontheline added the ✨ enhancement New feature or request label Jun 14, 2021
@isontheline isontheline modified the milestones: 14.20 - Cactus, 15.0 Jul 4, 2021
@isontheline isontheline assigned isontheline and unassigned melonsode Jul 6, 2021
@isontheline isontheline modified the milestones: 15 - Cactus, 16 - Gem Sep 6, 2021
@isontheline isontheline modified the milestones: 16 - Gem, 17 - Shell Oct 17, 2021
@isontheline isontheline changed the title Multiple Port Forwarding Multiple Port Forwarding : VPN-Over-SSH Oct 30, 2021
@isontheline
Copy link
Owner

Hello @melonsode

Sorry for the too long delay
Now available :
https://testflight.apple.com/join/QSrBK59z

@melonsode
Copy link
Author

melonsode commented Mar 17, 2022

Thank you for your great work. I have tried it and I have confirmed multiple port forwarding. I appreciate this improvement. I suggest that the instruction of this are added more.

At first, I write like this:

8080:localhost:80,1234:localhost:56

It doesn’t work. Next I tried like this:

8080:localhost:80
1234:localhost:56

It works.

I know the instruction is shown such that “ Starting WebSSH 17.3 you can add multiple forwards, one per line.” But it seems a little bit abrupt. I suggest you show complete examples like this:

For multiple port forward:

8080:localhost:80
1234:localhost:56
789:localhost:1011
(one per line)

@isontheline
Copy link
Owner

I know the instruction is shown such that “ Starting WebSSH 17.3 you can add multiple forwards, one per line.” But it seems a little bit abrupt. I suggest you show complete examples like this:

You're right!

I will do that in the next few hours :

  • Allow comma separated char
  • Update the documentation about the use of comma and new carriage return to separate multiple forwards

@jarrah31
Copy link

jarrah31 commented Mar 27, 2022

This is really awesome! No need to remember multi-port CLI commands anymore! Whoo!

@isontheline
Copy link
Owner

This is really awesome! No need to remember multi-port CLI commands anymore! Whoo!

😅 Thank you @jarrah31

Don't hesitate to ask for new features if they could help in your daily life. I will try to make the most I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
No open projects
Tunnel / VPN-Over-SSH
Awaiting triage
Development

No branches or pull requests

4 participants
@jarrah31 @melonsode @isontheline and others