Ipfs private network, file access issues

IPFS doesn’t automatically replicate content. If you add files to your IPFS node, they won’t be uploaded to the network in general. Instead, your node will:

  1. Announce that it has the files to the network.
  2. Give the files to any node that requests them.