The PCs that you want to participate need to have a route for the VPN subnet pointing to their local VPN gateway, which would be the local device with Tinc installed on it.<div><br></div><div>Theoretical configuration example.</div>

<div><br></div><div>VPN subnet is <a href="http://10.10.10.0/24">10.10.10.0/24</a></div><div><br></div><div>At a location, one computer <a href="http://192.168.1.254/24">192.168.1.254/24</a> connects to the VPN and serves as the VPN gateway.  This gateway needs to be configured for TCP/IP forwarding.</div>

<div><br></div><div><a href="http://support.microsoft.com/kb/315236">http://support.microsoft.com/kb/315236</a> - windows</div><div><a href="http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/">http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/</a> - linux</div>

<div><br></div><div>Other computers local to the gateway need a route to the VPN network added so they know how to get there.</div><div><br></div><div>In windows.   route -p add 10.10.10.0 mask 255.255.255.0 192.168.1.254</div>

<div>This will add the persistent route that remains after reboot.</div><div><br></div><div>Does that answer your question?</div><div><br><div class="gmail_quote">On Wed, Oct 6, 2010 at 6:41 AM, Andrew Savinykh <span dir="ltr">&lt;<a href="mailto:andrews@brutsoft.com">andrews@brutsoft.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Thank you for your reply. As far as I can see there is no point
    specifying subnet that consists of more than one PC in tinc config
    if you are going to install tinc on every PC in the subnet anyway.
    Correct me if I&#39;m wrong.<br>
    Now, assuming I&#39;m right, there will be PCs in the subnet that don&#39;t
    have tinc installed on them. How to configure these PCs so they are
    a part of the subnet and participate in routing?<br>
    <br>
    Cheers,<br>
    Andrew<div><div></div><div class="h5"><br>
    <br>
    On 6/10/2010 10:13 p.m., Cédric Lemarchand wrote:
    </div></div><blockquote type="cite"><div><div></div><div class="h5">
      
      Hi,<br>
      <br>
      I am not sure to understand what you mean with &quot;joining&quot; a subnet.<br>
      <br>
      But if your &quot;local computer&quot; need to reach the &quot;remote subnet&quot;
      served by tinc, you can set the local IP of the local tinc server
      as the default gateway, or add a route to the remote subnet via
      the local tinc IP. Of course, computer located on the remote
      subnet need the same thing.<br>
      <br>
      Cédric<br>
      <br>
      Le 06/10/10 09:37, Andrew Savinykh a écrit :
      <blockquote type="cite"> Hello

        all, <br>
        <br>
        I understand that each tinc daemon corresponds to one or more
        subnets that it &quot;owns&quot; a subnet can be a single ip or more. <br>
        Could you please tell me what do I need to do to join a computer
        in local network (windows) to a subnet served by tinc? <br>
        <br>
        Thank you in advance, <br>
        Andrew <br>
        <br>
        _______________________________________________ <br>
        tinc mailing list <br>
        <a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a> <br>
        <a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a>
        <br>
      </blockquote>
      <br>
      <br>
      <div>-- <br>
        
        <p style="margin-bottom:0cm;line-height:0.1cm"><font face="Arial Black, sans-serif"><font size="2"><b>Cédric
                Lemarchand – iXSea SAS</b></font></font></p>
        <p style="margin-bottom:0cm;line-height:0.1cm"><font face="Arial, sans-serif"><font size="2">Administrateur
              Système &amp; Réseaux</font></font></p>
        <p style="margin-bottom:0cm;line-height:0.1cm"><font color="#2323dc"><font face="Arial, sans-serif"><font size="2"><a href="http://www.ixsea.com/" target="_blank">http://www.ixsea.com/</a>
                - <a href="mailto:cedric.lemarchand@ixsea.com" target="_blank">&lt;cedric.lemarchand@ixsea.com&gt;</a></font></font></font></p>
        <p style="margin-bottom:0cm;line-height:0.1cm"><font face="Arial, sans-serif"><font size="2">Tel: +33 1 30 08
              8888 – GSM: +33 6 37 23 40 93</font></font></p>
      </div>
      </div></div><pre><fieldset></fieldset>
_______________________________________________
tinc mailing list
<div class="im"><a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a>
</div></pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div>