> 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