[zeromq-dev] some trouble with zyre
Brett Viren
bv at bnl.gov
Wed Dec 9 15:53:16 CET 2020
Hi Juergen,
Juergen Gnoss <jgnoss at hotmail.com> writes:
> if I run 2 instances of the program on the same machine, it does as
> (I) expect. if I run it on different machines it does strange things
> I do not understand at all.
Without looking carefully at your code/logs, I'd suspect that an OS or
network firewall is getting in the way. Would this apply in your case?
I'm not an expert in firewalls but this might tell you what any Linux
level firewall is doing:
$ sudo iptables -L
Here is what that command reports on a "wide open" Debian system of
mine:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
-Brett.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 849 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20201209/315ac704/attachment.sig>
More information about the zeromq-dev
mailing list