I&#39;m probably doing something I&#39;m not supposed to even try, but I&#39;m trying for &quot;proof of concept&quot; before physically setting up a distant network because of logistical issues.<br><br>Anyway, I have tincd running as a service on two windows machines on the same lan.  I&#39;m trying to establish a connection between those two computers on the vpn ip&#39;s (10.20.30.1 and 10.20.40.1).  I have confirmed that port 655 is open because each machine can ping the other on the LAN ip address (192.168.1.x) and &quot;telnet 192.168.1.x 655&quot; works on both machines (x=4 on one machine and 8 on the other) (it responds with &quot;0 MachineB 17&quot; on MachineA and &quot;0 MachineA 17&quot; on MachineB.<br>
<br>ipconfig /all confirms that each computer can see itself on the 10.20.x.1 addresses.<br><br>tracert gets me nothing<br><br>my hosts files now look like this:<br><br>MachineA<br><br>Address = 192.168.1.4<br>Subnet = <a href="http://10.20.30.0/24">10.20.30.0/24</a><br>
-----BEGIN RSA PUBLIC KEY-----<br>-----------------------------------------------------------------------------<br>
-----------------------------------------------------------------------------<br>
-----------------------------------------------------------------------------<br>
-----------------------------------------------------------------------------<br>
-----------------------------------------------------------------------------<br>
-----------------------------------------------------<br>
-----END RSA PUBLIC KEY-----<br><br>MachineB<br><br>Address = 192.168.1.8<br>
Subnet = <a href="http://10.20.40.0/24">10.20.40.0/24</a><br>
-----BEGIN RSA PUBLIC KEY-----<br>
-----------------------------------------------------------------------------<br>

-----------------------------------------------------------------------------<br>

-----------------------------------------------------------------------------<br>

-----------------------------------------------------------------------------<br>

-----------------------------------------------------------------------------<br>

-----------------------------------------------------<br>

-----END RSA PUBLIC KEY-----<br>
<br>I feel like I&#39;m close, really close.<br><br>If anybody can point me in the right direction, I would appreciate it.<br><br>Thanks<br><br>