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

file-sharing works only on local interface #5254

Open
0-8-15 opened this issue Mar 23, 2024 · 1 comment
Open

file-sharing works only on local interface #5254

0-8-15 opened this issue Mar 23, 2024 · 1 comment

Comments

@0-8-15
Copy link

0-8-15 commented Mar 23, 2024

Summary

The file-sharing example works only when provider and client are on the same machine.

To reproduce: copy application onto another machine; follow README.md to start the provider there replacing loopback IP with 0.0.0.0; start retriever from different machine replacing --peer argument with appropriate address as given from starting the provider.

Expected behavior

transfer file to retriever stdout

Actual behavior

retriever panics in main.rc:71:14 "Dial to succeed: ..." and the provider in network.rs:329:18 "ExpiredListenAddr".

Relevant log output

No response

Possible Solution

No response

Version

No response

Would you like to work on fixing this bug ?

Maybe

@jxs
Copy link
Member

jxs commented Mar 25, 2024

Hi, and thanks for your interest, can you provide detailed logs with the server address you are using on the client? ExpiredListenAddr on the TCP transport when a network interface is removed.

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