I have the following gateway scenario (with JPPF 3.1.1):
I run a JPPF server on node S with a global IP. There are at least three nodes E1, E2, E3, ... that are accessible via a global IP.
Then there are several nodes L1, L2, ... that are only local to node S in a private subnet (Node S is their gateway).
When using the admin-ui I can connect to the server S and the node E1, E2, ...., the local nodes where visible when I set their jppf.management.host to their local IP (192.168.X.Y), but the admin-ui could not display any information about them (e.g. Node Name, Threads, Node Status ...).
Can I configure only one driver on node S to implement the scenario or do I need two drivers one for the global nodes and one for the local nodes?
How would that be done?