Questions tagged [tinc]

Tinc or Tinc-VPN is an open source decentralized VPN daemon that runs on a wide range of different platforms.

More information on Tinc can be found at http://tinc-vpn.org .

25 questions
16
votes
1 answer

High throughput meshed VPN to connect datacenter hosts

We're renting a number of hosts in a public datacenter. The datacenter does not offer private VLANs; all hosts receive one (or more) public IPv4/IPv6 addresses. The hosts come with very modern CPUs (Haswell quad-core, 3.4GHz) and have Gbit uplinks.…
Hank
  • 379
  • 3
  • 15
4
votes
1 answer

How Do I Reach Local Subnet Behind Tinc VPN

I am attempting to setup a VPN connection between a cloud server on DigitalOcean and an on-premise server using Tinc. Thus far, I have been successful in getting the connection up and running and the servers can talk to each other via the VPN…
Kismet Agbasi
  • 323
  • 1
  • 4
  • 17
3
votes
0 answers

Get floating ip from mmm to work on Tinc vpn on Ubuntu

I've got 3 ubuntu servers connected with a Tinc VPN right now. 2 servers are running mysql 5.6 db's, and the 3rd is used only as a monitor. We're using mmm to do the monitoring and assign a floating ip to a writer role. (Before someone tells me that…
Inukshuk
  • 165
  • 1
  • 2
  • 10
3
votes
0 answers

Current state of Tinc 1.1?

So as probably any Tinc user ( www.tinc-vpn.org ), I noticed there are two versions: 1.0 and 1.1. On the website is explained that 1.1 is the stepping stone for 2.0 and that it has a lot of neat features planned. However, in the repositories, one…
Alex
  • 369
  • 5
  • 22
2
votes
1 answer

Issues setting up TINC on Mac OSX 10.12.2

I have TINC setup on a few linux boxes and they are working great. linux001 (static ip vps - 10.0.0.1) macosx002 (connects to linux001 - 10.0.0.2) linux050 (connects to linux001 - 10.0.0.50) I also have a Mac with OSX 10.12.2 that seems to be…
2
votes
1 answer

tinc restrict communication between clients

I've a network: [host] <------->[host] <----------- [workstation] ^ ^ ^ ^ / \ / \ / \ / \ [client] [client] [client] [...] (pointers are ConnectTo directives) (host:=linux, client:=win,…
enthus1ast
  • 121
  • 3
2
votes
1 answer

How can i prevent TINC from relaying DHCP

I am running tinc in several NAT routers running Debian 7 Wheezy, the VPN works fine for months, except because i've set it up in switch mode it relays DHCP requests and answers over all the VPN. The problem is that host A is using a Pool from…
Sir.pOpE
  • 380
  • 1
  • 10
1
vote
0 answers

Handling AWS subnet failure for VPN endpoint

I've built a VPN endpoint using tinc in one aws subnet:- [ eu-west-1a tinc ]------ | | [ us dc] -- ipsec -- [ uk dc ] Some failure conditions are handled by tincs meshing:- [ eu-west-1a tinc ]------ | | …
gilesw
  • 123
  • 1
  • 1
  • 6
1
vote
0 answers

Use Tinc to route to a server

I have tinc up and running. What I want to achieve is in the picture: Network schema I want to be able to reach the server X behind Tinc B via Tinc A. I can ping the Tinc servers and even ping the local (nic) address of B from A. But I can't reach…
Skye
  • 11
  • 1
1
vote
1 answer

Setup a private network between my 7 dedicated servers in different data centers?

I have 7 dedicated servers running at a host provider. Whenever I order a new server I cannot rely on having my servers being setup in the same rack, so I cannot have a physical private network between them. Instead I currently setup SSH tunnels…
1
vote
1 answer

Tinc correct iptables configuration

I've been able to get tinc setup when I flush all my iptables, but after enabling iptables and a delay I get a "Destination Net Unknown". I have three host (HOME10.0.3.2, MASTER 10.0.3.1, WEB 10.0.3.3) MASTER and WEB are in Digital ocean in the…
Dave Albert
  • 151
  • 1
  • 9
1
vote
1 answer

Routing default gateway for 2nd vlan over a tunnel (linux/tinc)

Fixed: It turned out to be a combo of what BatchyX said (missing the 172.16.101.0/24 route on the remote end), and tinc on the remote side failing to run a -up script (the script wasn't executable). So now everything works super, thanks for the help…
Peter
  • 13
  • 1
  • 4
1
vote
0 answers

Using ebtables to drop packets out of bridge and route via Tinc VPN

We have a bridge set up on Ubuntu to link our LAN to our gateway which is on the same subnet. We need this to be able to control the traffic and are not currently in a position to change subnets so we can't just route it instead. The gateway is…
Tom
  • 11
  • 3
1
vote
1 answer

VPN without port forwarding using raspberry pi and a VPS

I'm trying to setup a simple VPN without port forwarding. I have: raspberry pi connected to a LAN (eth0 - 192.168.1.0/24) internet accessible vps server laptop & android device that needs access to the LAN using a VPN I read that I can use tinc to…
xepa
  • 21
  • 4
0
votes
1 answer

Keepalived in a Tinc VPN mesh, can't ping the VIP after an election

Description Configuration I have 3 nodes, connected together using Tinc VPN, where I'd like to install HAproxy and have a VIP so that HAproxy is itself in a High Availability mode. Here are the nodes details: Node 1 has IP Address 10.0.0.222/32 on…
ZedTuX
  • 181
  • 1
  • 8
1
2