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