On Wed, Jun 20, 2012 at 07:38:05PM +0200, [email protected] 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 <[email protected]>
signature.asc
Description: Digital signature
_______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
