I successfully created a swarm key and configured 3 peers.
Peer 1 is connected to peer 2, peer 2 is connected to peer 3.
They can only discover files if they are directly connected to the peer. I.E. Peer 1 can´t access files of Peer 3 and Peer 3 can´t access files of Peer 1. ipfs cat or ipfs get just get stuck in those cases
your confuguration have to work.
Files of peer 1 are discovered through peer 2 from peer 3.
When you connect your node to the public Ipfs network you are not connecting to “all” the nodes available, but just on a subset of them. Through this subset you can retrieve files stored on nodes on which your node is not directly connected
Hi, that is abnormal. Everyone in a 3-peer network should immediately get connected by the mere fact of DHT bootstrapping. Can you verify that those nodes are diablable? i.e. Peer1 should be able to connect to Peer3. ipfs id on peer1 should show at least one address that peer3 can connect to, and vice-versa.