-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Location
http://127.0.0.1:8080/ipns/docs.ipfs.io/introduction/usage/ and http://127.0.0.1:8080/ipns/docs-beta.ipfs.io/how-to/command-line-quick-start/#take-your-node-online
Esp "Depending on the state of the network, curl may take a while. The public gateways may be overloaded or having a hard time reaching you."
Also missing in http://127.0.0.1:8080/ipns/docs-beta.ipfs.io/how-to/command-line-quick-start/#troubleshooting
Description
This gives the user little to no troubleshooting guides for WHY the public gateway may not be able to load content from their node. Often, this will be because their node is behind a NAT and not dialable. This is a common tripping point for your average user (who will be behind a home NAT) which is not going to be solved automatically by the 0.5 release - meaning reengaged users may run straight into this problem and conclude the network is still unperformant / inefficient.
REQUEST: We should add a troubleshooting guide about solving NAT connectivity (opening up inbound IPv6 ports on your home router) and change this line about "overloaded" to give more specific guides about why you may not be reachable. Something like these port forwarding guidelines: https://portforward.com/fortnite/ --- other work arounds also include configuring autonat.
Even better if we ALSO have a command to check NAT status and print out instructions directly within the deamon as suggested in #4352