Hi all,
I am looking for a certain solution which would enable me to run 10 or x instances of a server process (java.jar) on a RPi. Easy yes, however, each process instance should communicate through its own static IP-address. The IP side is covered, I have 10 different static IPv4 addresses which I have available to me and the gateway to route them.
At first, I thought the only way forward was to run 10 VM's on a RPi, each configured as a separate host with its own IP. However, I thought it might be wise to ask around first before diving into virtualization on a RPi...
Would anybody be able to give his/her two cents?
Thanks in advance.