-
-
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
Node announces wrong public port #7621
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
@Ineluki I see you're running go-ipfs v0.5.0, could you try running v0.6.0 and see if you get the same result? (The image you linked to is not the
It's not a special port or anything. However, it may be possible that you are behind a NAT (e.g. your ISPs) and that other people see your address as |
I've tried it with 0.6 and 0.7-dev now (tags v0.6.0 and master-latest respectively). The problem persists.
I haven't seen any hints that I am behind an ISP nat before. Trying to connect from another network via vpn also shows that port 9010 is the one needed from the outside. |
ipfs will not advertise This is a libp2p issue: tracking here: libp2p/go-libp2p#789 |
Version information:
go-ipfs version: 0.5.0-36789ea
Repo version: 9
System version: amd64/linux
Golang version: go1.13.10
running the latest docker image (ipfs/go-ipfs latest 8096fbc6044b) in docker 19.03.12 swarm mode on amd64
Description:
The announced public port is incorrect. The node correctly detects the public IP (which changes daily), but adds a made-up port that can not be used to connect.
Config:
Router: forwarded public 9010 -> host 9010
Docker service: host 9010 -> container 9010
UPnP is disabled on the router
But advertised addresses are:
Expected behavior: advertise port 9010, which is open from the public and works together with the correctly found public ip.
I don't know where the node got that 1056, it's not a forwarded port, nor is it mentioned anywhere in the config.
The text was updated successfully, but these errors were encountered: