0mq needs to bind to an interface on the machine it's running on. On Linux (and other OSes I presume) interfaces can be "virtual", so yes you could make a virtual interface that's different but on the same subnet as your physical interface.
A quick google brings up many guides, like this: http://www.lazysystemadmin.com/2010/05/add-virtual-interfaces-in-linux-quick.html -Michel On Thu, Apr 4, 2013 at 9:20 AM, West Madison <[email protected]> wrote: > Hi, > I have implemented a dealer-router using zmq. My router is the > server. Is it possible to bind the server to a different IP address than > the one where it is running ? My understanding does not really help. Lets > say I am running my router (as server) on a machine, but I would like to > bind it to a different IP address under the same network. Dealer seems to > be fine. Any help would be greatly appreciated. > Thanks, > Tufan > _______________________________________________ > 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
