Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for the great article. I have one question.
How do I setup direct connection between internalnyc and AMS? Assume that externalnyc is down.
Thank you for sharing this amazing tutorial! For sure VPN seekers will learn a lot from this! Every single details had been specified. Really a good source just like how the Best Service Magazine Magazine defines what is VPN. Kudos to the Writer!
Thanks for the great article. Could you share the files generated in this tutorial, separated by server name. like: externalnyc: all files on: /etc/tinc/netname/
internalnyc: all files on: /etc/tinc/netname/
ams1: all files on: /etc/tinc/netname/
I’m trying to reproduce this tutorial, but at the moment none of my machines can communicate with each other.
Looking at the files I might Find what I’m doing wrong
Nice article. So if I well understand, externalnyc acts as the sever of the VPN and everything has to go through it?
I am wondering what the differences are with OpenVPN and when using one over the other is best?
Thanks
Thanks for a very good article. I followed your instructions and was able to get 3 nodes up and running. They can all talk to each other successfully. One of them is a DO Droplet, the other two are located inside my corporate LAN with a subnet of 172.23.6.0/24.
How do I make this subnet available to the DO Droplet? The other two can obviously talk to each other, but I need to be able to reach my local subnet from my DO Droplet. Thanks.
Hi, excuse me, i’m newbie about linux networking related issues but i have followed this tutorial and it looks that everything is fine. I could ping one server from another. But maybe you could help me with this. What i need is to route some traffic trought the vpn. For example, I need that if I made a request for test1.mysite.com from ams1 these request go trought externalnyc over the vpn.
I’ve tried with: route add test1.mysite.com tun0
But when tried to request a file with wget from test1.mysite.com i get: “Failed: Network is unreachable.”
Any help is appreciated.
Thanks for the article. About the firewall, to have Tinc working, just add the following rule (with sudo if logged as normal user):
ufw allow 655
BR Pierre
The guide says to
Change the "Address" value to externalnyc's private IP address:
Address = externalnyc_private_IP
but it’s not clear what the private IP is. Is it supposed to be 10.0.0.2?