<pre>ALBI,<br><br>Thanks for the help.<br><br>Nothing I&#39;m trying is working, yet.<br><br>Perhaps we can simplify it?<br><br>Let&#39;s bridge only one network, but leave the other two nodes (and their respective<br>networks) alone.  Hence, the IP addresses of the four computers I&#39;m trying to put on <br>
a single vpn would be<br><br><a href="http://10.20.30.1/192.168.0.155">10.20.30.1/192.168.0.155</a><br>xxxxxxxxxx/<a href="http://192.168.0.168">192.168.0.168</a><br><a href="http://10.20.40.1/192.168.1.155">10.20.40.1/192.168.1.155</a><br>
<a href="http://10.20.50.1/192.168.2.155">10.20.50.1/192.168.2.155</a><br><br>Based on what you wrote, I should add the following to <a href="http://192.168.0.168">192.168.0.168</a>:<br><br>route ADD 10.20.0.0 MASK 255.255.0.0 192.168.0.155<br>
<br>I should then modify all three hosts file on <br><a href="http://10.20.30.1/192.168.0.155">10.20.30.1/192.168.0.155</a> to add:<br><br>Subnet  <a href="http://192.168.0.0/24">192.168.0.0/24</a><br><br>I prefer to do things one step at a time (connect one LAN to the existing <br>
vpn).  That way I understand the process a little better.<br><br>I think I&#39;m close, but the above doesn&#39;t work. :(<br><br>***********************************************************************<br>***********************************************************************<br>
<br>&gt;<i> I tried to do what you say and Windows complains when I try to set the<br></i>TAP interface to the same IP address as the one in use by the LAN IP<br>interface.<br>&gt;<i> Did you mean that I should set my vpn IP addresses as being on the same<br>
</i>192.168.x.0 set?  Hence, I would show the above as:<br><br>Yes. Sorry, didn&#39;t know that windows doesn&#39;t allow this. I normally use<br>linux and there this is no problem. When I used windows, it was another<br>
network, so I never had this problem.<br><br><br>Ok, lets try another way. Leave all as it works now.<br>If you use switch mode, I prefer router mode in tinc.conf<br>Don&#39;t know it will work in switch mode too.<br><br>
Add your local subnet in your hosts files:<br>At tinc host 10.20.30.1<br>Subnet = <a href="http://192.168.0.0/24">192.168.0.0/24</a><br>At tinc host 10.20.40.1<br>Subnet = <a href="http://192.168.1.0/24">192.168.1.0/24</a><br>
At tinc host 10.20.50.1<br>Subnet = <a href="http://192.168.2.0/24">192.168.2.0/24</a><br><br>Add static route to your tinc and other computers at local network for<br><a href="http://192.168.0.0/255.255.0.0">192.168.0.0/255.255.0.0</a><br>
For lan1 this should be something like:<br>route ADD 192.168.0.0 MASK 255.255.0.0  192.168.0.155<br>Maybe you need to add <a href="http://10.20.0.0/255.255.0.0">10.20.0.0/255.255.0.0</a> too. Add it, should be better.<br>
route ADD 10.20.0.0 MASK 255.255.0.0  192.168.0.155<br>On lan2 replace 192.168.1.155 for 192.168.0.155<br>Check if your tinc host has routing actvated.<br>Try to ping 10.20.30/40/50.1 from local computer in lan1<br>Try to ping 192.168.1.xxx from local computer in lan1<br>
<br><br>I hope it works.<br>Now that I see what to do, I would not use 10.* network at all. Would be<br>easier to use on network for transfer (tinc hosts) maybe in<br><a href="http://192.168.255.0/24">192.168.255.0/24</a> network and just use one ip for every tinc host. Rest via<br>
routing like above.<br><br><br>ALBI...<br><br><br></pre>