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

GrpcBytesTunnel not working on different machines #6

Open
hpposch opened this issue Jun 8, 2023 · 1 comment
Open

GrpcBytesTunnel not working on different machines #6

hpposch opened this issue Jun 8, 2023 · 1 comment

Comments

@hpposch
Copy link

hpposch commented Jun 8, 2023

Hi,
i was searching for a project like GrpcBytesTunnel for a very long time.
I tried it out and it worked really good for my use case.
Currently i want to test it with different PCs but that does not work for me.
I have my tunnel_server on a server inside my network that can be reached from all my PCs.
Firewalls and antivirus is off, but i can not see a incomming connection on my tunnel server.
On my local machine everything is fine.

Any ideas how this could be resolved?

Thanks in advance for your help and great work :)

@kskalski
Copy link
Owner

Well, the symptoms sound like you are not setting a proper listen address mask when creating server (compare https://stackoverflow.com/questions/63054929/my-grpc-test-project-just-work-on-localhost), e.g. you can try using

new ServerPort("0.0.0.0", port, ServerCredentials.Insecure)

in

Ports = { new ServerPort("localhost", port, ServerCredentials.Insecure) }

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