<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><P>Well i currently try to set up tinc between two hosts, one with normal dsl connection one behind some kind of unknown firewall (Note since OpenVp is able to connect when the normal one is the Server I guess tinc should be able, too)</P><P><BR></P><P>start.bat</P><P>-------------------------------</P><P>tincd -n Empire-Network -D -d4 --bypass-security (Bypass is only currently because tis not working yet)<BR></P><P>------------------------------</P><P>Host behind Firewall config:</P><P>-------------------------------------</P><P>Name = EmpirePhoenix<BR>Interface = Tinc-Vpn<BR>Mode = switch<BR>TunnelServer = yes<BR>ConnectTo = DarkNoir<BR>-----------------------------------<BR></P><P>It's host file</P><P>---------------------------------</P><P>Address = empirephoenix.dyndns.org<BR>Port = 1194<BR>IndirectData = yes<BR>Subnet = 192.168.99.1<BR>-----BEGIN RSA
 PUBLIC KEY-----<BR>blablabla<BR>-----END RSA PUBLIC KEY-----<BR>--------------------------------------<BR></P><P>The other one with the normal connection:</P><P>----------------------</P><P>Name = DarkNoir<BR>Interface = Tinc-Vpn<BR>Mode = switch<BR>TunnelServer = yes<BR>ConnectTo = EmpirePhoenix</P><P><BR></P><P>--------------------</P><P>Host file</P><P>---------------------------</P><P>Address = dark-noir.dyndns.org<BR>Port = 1194<BR>IndirectData = yes<BR>Subnet = 192.168.4.2<BR>-----BEGIN RSA PUBLIC KEY-----<BR>MIGJAoGBAMnlQCxBp8hIGYcRcEOV3b4QaVaGtLDy3sYdE0QIFAOGFVV3Z1ZUOihb<BR>tf/Q+tTqVHigLIOVx/uJg+FQ8DEs2xLNZ+kL9NPPEA3RkY9lKWmwk77Mete0cPkG<BR>3qEYry5IvJVqYwZM8TXzUGFZLy4CFxA+R8PaCLewGAMLg3UYJGPXAgMBAAE=<BR>-----END RSA PUBLIC KEY-----<BR>------------------------------<BR></P></td></tr></table><br>