cli icon indicating copy to clipboard operation
cli copied to clipboard

nox portforwarding port 9993 is conflicted with zerotier-one

Open STRRL opened this issue 1 year ago • 1 comments
trafficstars

Hi team!

I am trying to build my first application on my local environment.

the nox cluster failed to start on my machine because the nox-2 node would like to forwarding on 9993, which is a kind of well-known port already taken by zerotier-one, which is the local agent of zerotier network.

https://github.com/fluencelabs/cli/blob/7605eae0960a2b446433b205035cd124f43168e9/src/lib/const.ts#L136

reference: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

STRRL avatar Apr 26 '24 14:04 STRRL

I think it's better to start with higher ports, how to you think about it?

I am glad to open a PR if you think it's OK, or you have other better idea.

STRRL avatar Apr 26 '24 14:04 STRRL

Thanks for the report. In my humble opinion there will always be conflicts sooner or later no matter what port you choose. If you have conflicts you can just set any ports that you like in providers.yaml config for each nox instance. Hope this is helpful. Sorry for a very late response

shamsartem avatar Jul 05 '24 06:07 shamsartem