Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Open RC problem?
Date: Sat, 05 Dec 2015 14:32:21
Message-Id: 20151205143157.54fc07c3@digimed.co.uk
In Reply to: Re: [gentoo-user] Re: Open RC problem? by Mick
1 On Sat, 5 Dec 2015 14:13:00 +0000, Mick wrote:
2
3 > Neil, could you please spare a couple of words to explain how the
4 > zerotier architecture works?
5
6 I can do it in one word - magic!
7
8 It's basically a P2P VPN. You set up a network on the controller and then
9 join it from various machines. Those machines register with the network
10 controller, and receive an IP address from it, but the actual
11 communication is direct between the computers. So your data is private
12 and if both computers are on the same LAN, you still get full LAN speed
13 between them.
14
15 It use a TUN/TAP interface, for example on this laptop:
16
17 zt0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2800
18 inet 10.252.252.6 netmask 255.255.255.0 broadcast 10.252.252.255
19 ether 46:96:8c:9c:02:e1 txqueuelen 500 (Ethernet)
20
21 So I can connect to 10.252.252.6 from any computer on my zerotier
22 network, but you cannot. You may even have the same IP address for one of
23 the computers on your network.
24
25 It's open source and if you want optimum security, or want to run a
26 network of more than 10 computers without paying a fee, you can run your
27 own controller.
28
29
30 --
31 Neil Bothwick
32
33 Format: (v.) to erase irrevocably and unintentionally.
34 (n.) The process of such erasure.

Replies

Subject Author
Re: [gentoo-user] Re: Open RC problem? Mick <michaelkintzios@×××××.com>