Qnap [ MeshBird ] [ 2.3.0 ] Meshbird is open-source cloud-native multi-region multi-cloud decentralized private networking.

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
49
France
www.qnap.com
qpkg_icon_80.gif

Source : http://meshbird.com/

Download :

https://www.qnapclub.eu/fr/qpkg/638

Note / About :

Distributed private networking

Meshbird create distributed private networking between servers, containers, virtual machines and any computers in different datacenters, different countries, different cloud providers. All traffic transmit directly to recepient peer without passing any gateways. Meshbird do not require any centralized servers. Meshbird is absolutly decentralized distributed private networking.

For example, user can create private network between DigitalOcean’s droplets in each datacenter and link it together by executing one command. All traffic will be encrypted with strong AES-256.

meshbird command line added to NAS $PATH

Generate new network secret key

$ meshbird new

Join to the private network

$ MESHBIRD_KEY="" meshbird join

Code:
usage :

meshbird [global options] command [command options] [arguments...]

VERSION:
2.0

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--key value (default: "hello-world") [$MESHBIRD_KEY]
--seed_addrs value (default: "dc1/10.0.0.1/16,dc2/10.0.0.2") [$MESHBIRD_SEED_ADDRS]
--local_addr value (default: "10.0.0.1") [$MESHBIRD_LOCAL_ADDR]
--local_private_addr value (default: "192.168.0.1") [$MESHBIRD_LOCAL_PRIVATE_ADDR]
--dc value (default: "dc1") [$MESHBIRD_DC]
--transport_threads value (default: 1) [$MESHBIRD_TRANSPORT_THREADS]
--ip value (default: "10.237.0.1/16") [$MESHBIRD_IP]
--mtu value (default: 9000) [$MESHBIRD_MTU]
--verbose value (default: 0) [$MESHBIRD_VERBOSE]
--help, -h show help
--version, -v print the version