|
|
|
|
|
by tptacek
4322 days ago
|
|
I once actually needed to emulate a LAN to do a migration of an ISP POP from one place to another (the terminal servers lived on a LAN with hardcoded dependencies on RADIUS servers, DNS, &c). I did it with a proxy ARP daemon I wrote for the task. Nothing comes immediately to my mind for why I'd want that same capability in 2014. Which is not to say there isn't an important use case. Rather: even people who have done stuff like this before probably need to be told how this service makes their life better. |
|
Here's what some current users are doing:
* "Office LAN with no office" for file, printer, and other devices sharing and collaborative development. One comment was "cool, now we can use git as an actual peer to peer version control system."
* Allowing a distributed team to access a license server that must be online to use some commercial app.
* With bridging to extend an office into VPN-space (regular VPN replacement).
* A few users have used it to create a private backplane network between servers in the cloud. I wrote up a blog post on this:
https://www.zerotier.com/blog/?p=176
* One user is researching it as a way to link together small embedded devices with cellular connections in the field. I've been working with them on this. It builds and runs fine on Raspberry Pi and works over cellular Internet.
* It's got a bit of a following as a way to tunnel out from behind the Chinese Great Firewall, though I'm not sure if that's a sustainable or monetizable area. But I do have one paying customer from this market. It's a commercial user with an office inside China and an office outside that finds it very convenient to have a single LAN spanning their China and Oregon offices.
* The public network feature has a bit of a following in the decentralized networking community. This is not likely to be a direct revenue source but has resulted in a lot of high quality technical feedback.