Heeey community,
At this moment I have two ipfs nodes A and B where B is stationary i.e a server and A is a portable device aka a laptop. Together they form the cluster A-B. Now, I experienced that if my two nodes being on different networks are not connected with their ipfs ID’s that it is not possible to pin files from the portable device A on the server static device B. Hence,
1: Is a node to node connection on ipfs necessary for a cluster pin to happen ? or is solely ipfs-cluster-service daemon running on both ipfs nodes enough to pin on the cluster A-B.
2: Secondly, I would like to continue staying connected to node B once I connected to it with ipfs swarm connect . My GCPeriod: 1h. However, the TCP connection is dropped after 60 seconds and from that moment on I again need to run the command ipfs swarm connect to connect again. Is there a solution for this or the only way is to create a systemctl that periodically asks ipfs swarm connect to B ?
Thanks in advance!!!