<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Albi,<br>
<br>
That does not work either.<br>
<br>
Any other suggestions?<br>
<br>
thanks for the help.<br>
<br>
Robert<br>
<br>
albi wrote:
<blockquote
 cite="mid:30e6cc1e150598f77a50df888dbe5307.squirrel@www.albi.life.de"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">homeClient&lt;br&gt;
Network Bridge: (local Area Network and TAP-Win32) 192.168.6.107 mask
    </pre>
  </blockquote>
  <pre wrap=""><!---->255.255.255.0 gw 192.168.6.1&lt;br&gt;
change -&gt; mask 255.255.0.0

  </pre>
  <blockquote type="cite">
    <pre wrap="">Tinc.conf&lt;br&gt;
Name = homeClient&lt;br&gt;
ConnectTo = vpnoffice&lt;br&gt;
Mode=switch&lt;br&gt;
    </pre>
  </blockquote>
  <pre wrap=""><!---->Change -&gt; Mode=router
Why everybody wants switch???
Add -&gt; TCPonly=yes


  </pre>
  <blockquote type="cite">
    <pre wrap="">vpnoffice: Network Bridge(Local Connection and TAP-Win32) 192.168.2.103
    </pre>
  </blockquote>
  <pre wrap=""><!---->mask 255.255.255.0 gw 192.168.2.2&lt;br&gt;
-&gt; mask 255.255.0.0

  </pre>
  <blockquote type="cite">
    <pre wrap="">Tinc.conf:&lt;br&gt;
Name = vpnoffice&lt;br&gt;
Mode=switch&lt;br&gt;
    </pre>
  </blockquote>
  <pre wrap=""><!---->Change -&gt; Mode=router
Add -&gt; TCPonly=yes


  </pre>
  <blockquote type="cite">
    <pre wrap="">Host File:&lt;br&gt;
Address=192.168.2.103&lt;br&gt;
TCPonly=yes&lt;br&gt;
    </pre>
  </blockquote>
  <pre wrap=""><!---->Remove TCPonly=yes


Start tinc with --debug=4 and you will have some information in looging.

Why 255.255.0.0. If you use this mask, every ip 192.168.*.* will go to tap
interface, except local network 192.168.X.*
So you can build up to 255 networks inside tinc and tinc will do the
routing for you automaticly. You may use smaller networks, but only do it
if you have good knowledge about masks.


ALBI...




_______________________________________________
tinc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a>
<a class="moz-txt-link-freetext" href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a>
  </pre>
  <pre wrap="">
<hr size="4" width="90%">

No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a> 
Version: 8.5.409 / Virus Database: 270.13.115/2403 - Release Date: 09/29/09 17:56:00

  </pre>
</blockquote>
</body>
</html>