You can cross subnets with Zyre (the C version) if you use gossip discovery. It's not really gossip, more like federation. You put up one or a few persistent nodes and point everyone to those, and they distribute the knowledge of the whole network.
On Fri, Mar 20, 2015 at 12:18 AM, Joss Gray <[email protected]> wrote: > zbeacon broadcasts udp packets broadcast for discovery so they won't be able > to cross subnets. > > You will have to change the broadcast domain like you mentioned. > > On Thu, Mar 19, 2015 at 11:08 PM, Andrew Hume <[email protected]> wrote: >> >> we’re trying to run tyre (actually, the gyre implementation) across >> different subnets >> (that is, one node is in 10.20.59.xx and the other in 10.120.45.xx). they >> don’t see each other. >> what would be the best way to have them see each other? >> >> we could change the broadcast domain to 255.255.0.0 but that seems vaguely >> dodgy. >> any other hints? >> >> andrew >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
