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

Could you add a option to bind the client port on 0.0.0.0 in the ssfc ? #24

Closed
WuSiYu opened this issue Sep 6, 2016 · 3 comments
Closed
Labels
Milestone

Comments

@WuSiYu
Copy link

WuSiYu commented Sep 6, 2016

Just like the -g option in ssh -g -L 6667:localhost:6667 192.168.1.101.
I create a UDP port forwarding and I notice that I can only access the client port on localhost, but I need to let another device (my phone) to access the client port.
So could you add the option to let the client port can be accessed anywhere?

@WuSiYu WuSiYu changed the title Could you add a option to bind the client port on 0.0.0.0 in the ssfc Could you add a option to bind the client port on 0.0.0.0 in the ssfc ? Sep 6, 2016
@securesocketfunneling securesocketfunneling added this to the 2.2.0 milestone Sep 7, 2016
@securesocketfunneling
Copy link
Owner

securesocketfunneling commented Sep 7, 2016

Planned for the next release.

We may also add a way to specify the listening network interface in the config file.

@securesocketfunneling
Copy link
Owner

We mimic SSH behavior.

To listen on the wildcard interface, you will need the following command line:
ssfc -g -L :6667:localhost:6667 192.168.1.101

You can also indicate a specific network listening interface:
ssfc -g -L 192.168.1.100:6667:localhost:6667 192.168.1.101

This syntax will be available on all client features (local or remote). (cf. -h option).

We are making some final check before tagging the new version and we will release the new binaries :-)
If you want to compile your own, it is available on develop branch.

@securesocketfunneling
Copy link
Owner

2.2.0 binaries are out.

Feel free to test them and make us feedback.

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