Open ksuprynowicz opened 1 year ago
There seems to be a turn connection issue LimitedNodeList.cpp#L1110
For example for the port 40105 it says:
[02/14 23:31:31] [DEBUG] [hifi.networking] [870333] [assignment-client] New public socket received from STUN server is 213.134.187.120:36693 (was :0)
On some systems ports are mapped correctly and on some not.
We should add a way to listen on specific address:ports. This way you can make it only listen on specific interfaces.
I tried to look into this one, but so far couldn't reproduce it
When starting the assignment clients i am doing bash ./run_assignment_client -t 0 -p 1024
When ports are specified for assignment-client, local port is correct but external ports are still choosen at random, causing connections to fail if UDP hole punching fails. A way to specify external port too would be preferable, because UDP hole punching is not always reliable.
Both of these fail in the same way: