TINC - sometimes working a bit

Guus Sliepen guus at tinc-vpn.org
Thu Jun 21 08:43:41 CEST 2012


On Wed, Jun 20, 2012 at 07:38:05PM +0200, novacase at gmx.net wrote:

> I've got four networks:
> 
> PROM: 10.69.0.0/16
> PAN: 192.168.30.0/24 (I'm afraid, I can't change PAN to 10.x.x.x)
> DAE: 10.90.0.0/16
> VOY: 10.2.0.0/16
> 
> TAP Config as follows:
> 
> PROM: 10.69.15.1/8
> PAN: 192.168.30.9/16
> DAE: 10.90.15.1/8
> VOY: 10.2.0.0/8

On PROM, DAE and VOY you need to add routes to PAN's 192.168.0.0/16 subnet, and
on PAN you need to add routes to the 10.0.0.0/8 subnet. For example, on PROM
you need to run this command once:

netsh routing ip add persistentroute 192.168.0.0 255.255.0.0 "tinc" 10.69.15.1

And similar commands for DAE and VOY. On PAN you need to run this:

netsh routing ip add persistentroute 10.0.0.0 255.0.0.0 "tinc" 192.168.30.9

Furthermore, check your firewall settings, you might be blocking incoming
connections or ICMP packets on the VPN interface.

-- 
Met vriendelijke groet / with kind regards,
     Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20120621/bde3567b/attachment.pgp>


More information about the tinc mailing list