cli
cli copied to clipboard
nox portforwarding port 9993 is conflicted with zerotier-one
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
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.
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