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

Connection from other clients #1

Open
DeLocke opened this issue Jan 19, 2016 · 1 comment
Open

Connection from other clients #1

DeLocke opened this issue Jan 19, 2016 · 1 comment

Comments

@DeLocke
Copy link

DeLocke commented Jan 19, 2016

Hello,

your tool works nearly perfect. But I can't connect from clients with other IP then the system who mux_server is running.

I can connect from localhost - ok

But it isn't possibile to connect to the server when the client is running an an other system.

@MichaelEFlip
Copy link

Late answer, but perhaps it helps others too. You have to change the following line in the source code:

self.server.bind((self.host, self.port))
-->
self.server.bind(('0.0.0.0', self.port))

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