Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyre not working out of its sub-net #148

Open
emartirequena opened this issue Aug 26, 2020 · 1 comment
Open

Pyre not working out of its sub-net #148

emartirequena opened this issue Aug 26, 2020 · 1 comment

Comments

@emartirequena
Copy link

emartirequena commented Aug 26, 2020

Hi,
we are trying to use Pyre in our company.
And we have found a very strange issue with the Chat example given in the README.md file of your project.
In our company, we have several sub-nets (192.168.7.x, 192.168.1.x, etc..), and we have found that Pyre only connects nodes on each of the sub-nets, but not between them.
For example, the nodes in the net 192.168.7.x can connect and talk between them, and the nodes in 192.168.1.x, can see each other, but no node can see the messages of the other net.
Is this a problem with the example?
How can this issue be avoided?

Thanks

@geronimo-iia
Copy link

Correct me, if i'm wrong, but node discovery is based on a udp broadcast method, which is restrained on a local subnet only.

A Zyre node broadcasts UDP beacons, and connects to peers that it finds.
From https://github.com/zeromq/zyre#zyre---api-wrapping-one-zyre-node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants