-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
design doc: private network #63
Comments
Where are the relay v2s/webrtc signalling servers coming from? Who is providing them? Note: this is continuation of conversation starting here - #60 (comment) |
Public ipfs infestructure and node's |
You can test it our js implimention, you can pass the pkey and still listen on public ipfs webrtc signaling servers |
@masih - you mentioned we can work around the lack of public bootstrappers by finding our own way to provision each BOX with a peer list. What about the lack of public relays? I am looking at IPFS cluster architecture and it mentions -
I am interpreting this as we will have to setup our own relays? |
There are two separate things that I see here: one is bootstrapping, and the other is connectivity over NAT. We don't need public node to do bootstrapping. As for the latter, you are correct. We either use existing relays or need to set up our own for connectivity to work over NAT. If I recall correctly there is a separate issue captured, dedicated to investigating NAT traversal? Would it make sense to leave the NAT related issues to that and focus on the simpler case for now? |
Hi @masih the nat traversal issue I raised a few weeks back is related but a little different. In that scenario we are assuming we have full access to public relays. My question here is more a clarification around the line in the ipfs-cluster docs regarding NAT hole punching.
I am wondering what the docs mean by 'operate separately'. My assumption is they mean we are unable to make use of public relays and will have to setup our own ( ? ) |
Correct |
Ok thanks - a follow-up question is who is going to provide the relays we are using here? A few thoughts -
|
One use case might be for a geographically distributed data-reserve to prevent loss
The text was updated successfully, but these errors were encountered: