tinc  

Setup tinc for "Road warrior"?

Paolo Alexis Falcone
Sat, 22 Apr 2006 04:12:37 -0700

Hi:

I'm having some trouble connecting to the tinc VPN I've setup for my client. 
Basically I would like to connect to the LAN of my client (as I'm currently 
thousands of miles away and won't be back for a month and a half) to continue 
with the development of an in-house ERP.

I've setup the router (a Linksys router running the stock firmware) to forward 
both TCP and UDP packets port 655 to 192.168.100.248 (which hosts the tinc 
daemon).

Problem now is that when I try to ping the other host (either way) I couldn't 
seem to have them see each other.

Here's the settings for both my client and I:

ME RUNNING TINC ----> internet ---> Firewall ---> SERVER RUNNING TINC

ME RUNNING TINC:
Real IP address varies, "roadwarrior"

tinc.conf:
Name=pfalcone
ConnectTo=erp
AddressFamily=ipv4
Mode=switch
TCPonly=yes

tinc-up:
#!/bin/sh
ifconfig $INTERFACE 192.168.100.244 netmask 255.255.0.0

hosts/pfalcone:
Subnet=192.168.100.244/32

hosts/erp:
Address=283.870.215.224 (replace with some real IP address of the firewall 
here)
Subnet=192.168.100.248/32


SERVER RUNNING TINC:
Real IP address is 192.168.100.248 netmask 255.255.255.0

tinc.conf:
Name=erp
AddressFamily=ipv4
Mode=switch
TCPonly=yes

tinc-up:
#!/bin/sh
ifconfig $INTERFACE 192.168.100.248 netmask 255.255.0.0

hosts/pfalcone:
Subnet=192.168.100.244/32

hosts/erp:
Address=283.870.215.224 (replace with some real IP address of the firewall 
here)
Subnet=192.168.100.248/32

-- 
Paolo Alexis Falcone
[EMAIL PROTECTED]

Attachment: pgp1I88ywYF3E.pgp
Description: PGP signature

_______________________________________________
tinc mailing list
tinc@tinc-vpn.org
http://brouwer.uvt.nl/cgi-bin/mailman/listinfo/tinc