I'm developing a setup that has a core probe on one network and multiple remote probes that are connected over the Internet. One of the remote sites will have two remote probes.
Ordinarily, I would expect to port-forward 23560 for the remote site's router to the server with the remote probe. However if there are two servers, you can't do that. What I need is for one of the remote probes to use port 23560 and the other remote probe to use 23561, so that the traffic can be distinguished and sent to the proper place.
I've read how to customize the port used for core-probe connections, but that appears to make the core use the customized port for all remote probes.
Is there a way to do this?
Add comment