I’ve been working with ipfs for 4 years now but I’m totally puzzled by this problem, I’ve not seen this before. I must be missing something obvious.
These are desktop Linux machines, both on same 192.168.2.x subnet. Both have ipfs companion browser extension, and both have over 1000 peer connections which change dynamically. They both can access the webui.
but they can’t access each other!
I added a peer definition to each of the server configs in the “Peering/Peers” section for the other node like so:
{ "Addrs": [ "/ip4/192.168.2.180/tcp/4001" ], "ID": "12D3KooWDsudkyLhzdMVG6Rw2qvnKEPKCEeGuqLky2My3wNSq32m" }
But it doesn’t help. I can add files to each server and get them back on the same server, no problem. When I attempt to get a file on the other system it hangs & doesn’t return.
Anyone have suggestions on this? I’ve never experienced such an issue and it’s driving me crazy.