Question #7187
closedwhat is 5310/tcp ?
Description
- 5309
- 514
- 80
- 443
For some debug reason I have started "rudder server debug" on a specific client IP, but I got nothing and I could observe a new listen port 5310. I have added this port and now I can see my node debug.
Is-it possible to open multiple "rudder server debug xxx" with different client IP ? If yes , all command open a new port (which range ?) or used 5310 ?
Updated by Nicolas CHARLES about 9 years ago
When you rudder server debug, a new cf-serverd is spawnd, listening on port 5310, and a port forwarder is set in place to redirect traffic from this IP, port 5309, to localhost 5310
The goal is to prevent having a lot of messsage in the cf-serverd and be able to have reports only on one node
It is currently not possible to have several debug at the same time, bug nothing would prevent to adapt the script to launch several cf-serverd
Updated by Alexis Mousset almost 9 years ago
- Related to Bug #7712: Document the use of port 5310 for rudder server debug added
Updated by Benoît PECCATTE over 8 years ago
- Status changed from New to Resolved
Question answered a long time ago, feel free to reopen if something is still missing