maroodb
September 18, 2018, 3:17pm
1
In enreprise-focused application we need to setup a private network,
is it possible using IPFS?
hi maroodb
yes in config you can choose bootstrap node and swarm peers also
Regards
1 Like
emuNAND
September 18, 2018, 10:30pm
3
@josselinchevalay got it half right. you could technically change the bootstrap nodes to other nodes in the network, and disable the connection to the IPFS swarm by changing the "Addresses": { "Swarm": [...]
section and Bootstrap
section respectively. i also believe you need to disable ports 5001
and 4001
, as well as UPnP on your router so that IPFS does not connect to the rest of the world.
Documentation on setting up an IPFS private network is here:
# Experimental features of go-ipfs
This document contains a list of experimental features in go-ipfs.
These features, commands, and APIs aren't mature, and you shouldn't rely on them.
Once they reach maturity, there's going to be mention in the changelog and
release posts. If they don't reach maturity, the same applies, and their code is
removed.
Subscribe to https://github.com/ipfs/go-ipfs/issues/3397 to get updates.
When you add a new experimental feature to go-ipfs, or change an experimental
feature, you MUST please make a PR updating this document, and link the PR in
the above issue.
- [ipfs pubsub](#ipfs-pubsub)
- [Client mode DHT routing](#client-mode-dht-routing)
- [go-multiplex stream muxer](#go-multiplex-stream-muxer)
- [Raw leaves for unixfs files](#raw-leaves-for-unixfs-files)
- [ipfs filestore](#ipfs-filestore)
- [ipfs urlstore](#ipfs-urlstore)
This file has been truncated. show original