-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Bootstrapping problems #3933
Comments
If possible, could you include as much related info as possible? |
Sorry, should have done that at the beginning. attempts to connect through I've worked around this by saving |
@dsvi Were you able to find a solution? |
I'm pretty sure this was an issue in the reuseport code. It has been updated in 0.4.10, and another related fix was merged for 0.4.11. Please reopen if this is still broken on latest master or 0.4.11 (once its released). |
Unfortunately the issue is still here, in 0.4.11 |
Don't know how to reopen it. Not sure i have the access rights |
@whyrusleeping any idea? |
It sounds like a firewall issue. @dsvi Can you try netcatting to one of the bootstrap nodes, for example:
And see if you get a multistream tag back? |
It's not a firewall issue, since some nodes actually work, member? (See my workaround.) It's just the nodes from bootstrap list (and some others) that don't. |
actually the situation had changed a bit. now on |
However, I that's not the problem. I'm guessing that this is just the last error; there's a different error for the IPv4 address that we're not seeing because IPFS tries all addresses (and returns the last error). Please try raising the log level of swarm by running |
#4453 is giving me connection issues, anything prior to dfe7ef4 will connect but anything later than this leaves me with an empty peer table, unable to connect to anyone, even local network connections. The error I am getting when trying to dial out is
To me this implies that something somewhere is trying to bind to the same socket twice. |
(closing this as it's old enough to no longer be particularly useful) |
2023 and I came here because SAME issue |
Version information:
go-ipfs version: 0.4.9-
Repo version: 5
System version: amd64/linux
Golang version: go1.8.1
Type:
Bug
Severity:
High
Description:
Bootstrapping doesn't seem to work for me on couple machines. I can ping the ip addresses from the built in bootstrap list, but ipfs do not connect to them.
ipfs swarm peers
is empty.The text was updated successfully, but these errors were encountered: