<div>I actually sent this to Guus directly before realizing I could send it to this mailing list.&nbsp; So, Sorry about that Guus!!</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I&#39;m trying to connect two remote networks together with Tinc.<br>&nbsp;<br>I have Tinc installed on a host (host name is &quot;donald&quot;) at location A, and Tinc installed on a host (host name is &quot;irfan&quot;) at location B.<br>
&nbsp;<br>Right now, donald and irfan can talk to eachother.<br>&nbsp;<br>However, donald cannot talk to anything on irfan&#39;s lan.&nbsp;&nbsp; And irfan cannot talk to anything on donald&#39;s lan.&nbsp; <br>&nbsp;<br>For the life of me I can not figure out what the next step is.<br>
&nbsp;<br>Each site has a tap adapter.<br>&nbsp;<br>Adapters on Donald<br>Ethernet adapter Tinc:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connection-specific DNS Suffix&nbsp; . :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description . . . . . . . . . . . : TAP-Win32 Adapter V9 #2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Physical Address. . . . . . . . . : 00-FF-3B-30-70-81<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dhcp Enabled. . . . . . . . . . . : No<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IP Address. . . . . . . . . . . . : <a href="http://192.168.2.0">192.168.2.0</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subnet Mask . . . . . . . . . . . : <a href="http://255.255.0.0">255.255.0.0</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default Gateway . . . . . . . . . :<br>&nbsp;<br>Ethernet adapter Local Area Connection:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connection-specific DNS Suffix&nbsp; . :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Physical Address. . . . . . . . . : 00-40-2B-60-C2-AB<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dhcp Enabled. . . . . . . . . . . : Yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Autoconfiguration Enabled . . . . : Yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IP Address. . . . . . . . . . . . : <a href="http://192.168.2.11">192.168.2.11</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subnet Mask . . . . . . . . . . . : <a href="http://255.255.255.0">255.255.255.0</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default Gateway . . . . . . . . . : <a href="http://192.168.2.1">192.168.2.1</a><br>&nbsp;<br>Adapters on Irfan<br>Ethernet adapter Tinc:<br>
&nbsp;&nbsp; Connection-specific DNS Suffix&nbsp; . :<br>&nbsp;&nbsp; Description . . . . . . . . . . . : TAP-Win32 Adapter V9 #2<br>&nbsp;&nbsp; Physical Address. . . . . . . . . : 00-FF-91-78-9E-7A<br>&nbsp;&nbsp; DHCP Enabled. . . . . . . . . . . : No<br>&nbsp;&nbsp; Autoconfiguration Enabled . . . . : Yes<br>
&nbsp;&nbsp; Link-local IPv6 Address . . . . . : fe80::5c44:853f:c710:67d3%12(Preferred)<br>&nbsp;&nbsp; IPv4 Address. . . . . . . . . . . : <a href="http://192.168.222.0">192.168.222.0</a>(Preferred)<br>&nbsp;&nbsp; Subnet Mask . . . . . . . . . . . : <a href="http://255.255.0.0">255.255.0.0</a><br>
&nbsp;&nbsp; Default Gateway . . . . . . . . . :<br>&nbsp;<br>Ethernet adapter Network Bridge:<br>&nbsp;&nbsp; Connection-specific DNS Suffix&nbsp; . :<br>&nbsp;&nbsp; Description . . . . . . . . . . . : MAC Bridge Miniport<br>&nbsp;&nbsp; Physical Address. . . . . . . . . : 02-11-43-AC-52-ED<br>
&nbsp;&nbsp; DHCP Enabled. . . . . . . . . . . : No<br>&nbsp;&nbsp; Autoconfiguration Enabled . . . . : Yes<br>&nbsp;&nbsp; Link-local IPv6 Address . . . . . : fe80::3172:6147:f1fa:f349%15(Preferred)<br>&nbsp;&nbsp; IPv4 Address. . . . . . . . . . . : <a href="http://192.168.222.12">192.168.222.12</a>(Preferred)<br>
&nbsp;&nbsp; Subnet Mask . . . . . . . . . . . : <a href="http://255.255.255.0">255.255.255.0</a><br>&nbsp;&nbsp; Default Gateway . . . . . . . . . : <a href="http://192.168.222.1">192.168.222.1</a><br>&nbsp;<br>&nbsp;<br>You can see that Irfan has a bridge adapter.&nbsp; It is bridged only to a single Local Area Connection.&nbsp;&nbsp; I created the bridge because I thought I would need to bridge the local area connection with the Tinc connection, to expose the networks behind eac host.&nbsp; However, when I bridge them, I get Loopback errors.<br>
&nbsp;<br>Here are my configuration files.&nbsp; The &quot;name&quot; and &quot;connectto&quot; are opposite for each site.<br>&nbsp;<br>tinc.conf<br>Name = Donald<br>ConnectTo = Irfan<br>Interface = Tinc<br>Mode = switch<br>&nbsp;<br>Donald host file;<br>
Address = <a href="http://argyle.thruhere.net">argyle.thruhere.net</a><br>Compression = 0<br>Port = 8002<br>Subnet = <a href="http://192.168.2.0/24">192.168.2.0/24</a><br>-----BEGIN RSA PUBLIC KEY-----<br>...<br>-----END RSA PUBLIC KEY-----<br>
&nbsp;<br>Irfan Host file;<br>Address = <a href="http://irfan.selfip.net">irfan.selfip.net</a><br>Compression = 0<br>Port = 8222<br>Subnet = <a href="http://192.168.222.0/24">192.168.222.0/24</a><br>TCPOnly = yes<br>-----BEGIN RSA PUBLIC KEY-----<br>
...<br>-----END RSA PUBLIC KEY-----</div>
<p>&nbsp;<br>thanks for any help you can offer.</p>