[zeromq-dev] Specify ip address for bind

Bob Eby ebyrob at gmail.com
Tue Feb 26 15:43:19 CET 2019


> try tcp://*:*[9002-9100] or tcp://0.0.0.0:*[9002-9100] both should work

Possibly also:
tcp://::1:*[9002-9100]

Though I've not tested it yet with IPv6.  (This is of course only if
you don't know or care what your IP is.  Also, not sure if binding to
localhost would limit you to only local clients on the same machine.

-Robert



More information about the zeromq-dev mailing list