I have some machines.
- at home, behind NAT
- virtual server with 4001 port forwarded
- virtual server with real ip, port 4001 opened
All these machines have been set up using
- ipfs init --profile server
- no other configuration changed
- ipfs daemon started
I do pretty the same on every machine
- echo “some test value” | ipfs add
- try to open ipfs io public gateway with added hash
- no luck. It keeps loading for a long time.
- Sometimes it gets a file after long wait (5 min or so)
Is it ok? Or do I miss something in configuration?
every machine shows about 800 peers found (ipfs swarm peers | wc -l)
And one more thing. Even if ipfs io gateway shows text file, then other public gateways don’t (for example, siderus io, gateway serph network).
Also, when I do “ipfs swarm connect {address}”, I can download content from other nodes immediately, so, 4001 open ports work ok
I tried to telnet 4001 ports from different parts of the world - everything’s working fine, telnet works, ports are opened
Forgot to say: I have latest version installed go-ipfs/0.4.22