What do you mean by "connect to each other"? The nodes will not establish new metaconnections besides the ones you configured. They will, however, try to reach other directly over UDP when sending packets. That happens independently of the metaconnections themselves.
You can use "tinc info" to check for this. It should say the other node is reachable "directly over UDP". Make sure you use the link at the same time (e.g. ping) so that tinc actively tries to establish a UDP tunnel. On 11 June 2015 at 13:31, Daniel J. Grinkevich <[email protected]> wrote: > We have a handful of nodes set up. Some are NAT'd but a few have direct > access to the Internet. > > Sample confs: > > HostA: > Name = HostA > AddressFamily = any > Interface = tap0 > Mode = switch > Connectto = HostB > GraphDumpFile = /tmp/mesh > > HostB: > Name = HostB > AddressFamily = any > Interface = tap0 > Mode = switch > Connectto = HostA > GraphDumpFile = /tmp/mesh > > And so on. If I use HostA as the main meta sever. None of the other nodes > will connect to each other. I was under the assumption that the nodes should > establish a mesh and not stay in this star layout. > > Is this because I don't have a layer 3 setup? We are running bmx6 over the > tunnels. None of the nodes have a subnet assigned to them as we only need a > layer 2 connection. > > Thanks, > Dan > > -- > > GPG Key: 45EBD675 > > > _______________________________________________ > tinc mailing list > [email protected] > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc > _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
