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 .

23 questions
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
  • 201
  • 3
  • 8
0
votes
1 answer

Traffic does not get routed through vpn

Having set up a tinc VPN node properly (the vpn Connection works): I have set the following options net.ipv4.ip_forward = 1 iptables -t nat -A POSTROUTING -o ens2 -j MASQUERADE If I then set the route on my client # need this rule to connect vpn…
ProfHase85
  • 501
  • 3
  • 6
  • 15
0
votes
0 answers

Link VPS Dedicated IP / Port to Internal Tinc VPN IP Port

After a couple of days research I've completely rewritten my question to make it easier to answer, and hopefully clearer of what I'm looking for. I have an Ubuntu 18.04 VPS server with a dedicated IPv4 address (we'll call it xxx.xxx.152.21) on eth0,…
Mozzie
  • 1
  • 1
0
votes
1 answer

How to run a dockerized dnsmasq name server within a tinc VPN with only one process per container

I have a tinc VPN mesh network that is used by various types of hosts all over the world and I want to deploy a dockerized dnsmasq name server for use within that tinc mesh. I have already successfully built and configured a "fat" multi-process…
pjv
  • 101
  • 2
0
votes
1 answer

Tinc on OPNsense

Having this kind of network layout https://i.stack.imgur.com/NQXDl.jpg I can get it working using mode=switch in with tinc, but not using mode=routed Those are the network details On quantum those are the routes/config (hint, external IP has been…
Eugen Mayer
  • 327
  • 1
  • 5
  • 15
0
votes
1 answer

Accessing Tunnelled Local Server via Cloud Server's Public IP

I have tunneled my local server to cloud server with VPN tunnel (Tinc). Both servers can talk each other on tun0 interfaces. My cloud server can be accessible through Internet with public IP address assigned to its eth0 interface. I want my local…
Kerem atam
  • 101
  • 4
0
votes
1 answer

tinc - TCP Cipher method

In tinc 1.0.x there is Cipher param which allows to set encryption for UDP packets. For TCP packets encryption method is not allowed to be changed http://www.tinc-vpn.org/pipermail/tinc-devel/2005-July/000256.html. What method is used for TCP…
happy_marmoset
  • 201
  • 2
  • 5
0
votes
2 answers

how to find default gateway on virtuozzo VPS?

trying to install tinc on VPS but config need Subnet which is modem IP i think as they entered 10.0.0.1/32 on demo. but on my vps ping of either 10.0.0.1/32 or 192.168.1.1 don't replay. if i put 127.0.0.1 it works ? (i have centOS…
lary
  • 1
  • 3
1
2