-
Notifications
You must be signed in to change notification settings - Fork 20
Provide Instructions for setting up data.gov Collaborators' Testbed Network #116
Comments
Discussion on sprint planning: can we do this without merging "private networks"? They could modify the iptables, but writing a scipt to help with that might be harder than landing private networks. |
@lgierth suggests we might be able to just use ip address filters. |
@Kubuxu suggests that as it is private network we will need to deploy few seed nodes. To handle lack of dht we might be able to have nodes connect directly with each other at start. |
What's involved in create any necessary config files, setup/install scripts, etc:
|
So, on the side of the people adding the data, you'll use ipfs-pack:
For the people doing mirroring, I will prepare a script that does roughly the following:
The caveat with starting the daemon this way is you will have to manually connect peers to start the transfers. |
Questions that this leaves unanswered:
Think of it this way: If they were to do this while you were on vacation on mars, meaning they can't reach you for assistance, what instructions do they need? |
They should download it from dist.ipfs.io
When running |
If the
Then their nodes would auto connect. This is probably the best way to make this work. |
@whyrusleeping should the people posting the data through ipfs-pack do anything to suppress routing, DHT, etc? You've only given instructions for the mirrors to do that. Was that intentional? |
@whyrusleeping please review the instructions I've posted here: #135 |
The collaborators can now set up their ipfs nodes by following the Instructions for Replicating Large Amounts of Data with Minimal Overhead. Note: we're recommending an approach that requires the source/provider (@mejackreed) to run their node on a machine with a public IP address. The other nodes do not need public IP addresses. |
The text was updated successfully, but these errors were encountered: