Is it possible to assign multiple public IP's to a single ubuntu server? Below is my requirement and need your valuable inputs.
My application is a platform where my clients connect to and they have our IP whitelisted and communication is perfect so far. But my application connects to other servers from where my clients fetch the data/information and those servers needs a unique IP's from my side for each of my clients. Now i have a public IP which is already whitelisted at the server my application connects to for my clients but they strictly has policy that every client should have a different unique IP to fetch the data from their server.
As of now, i have a requirement of 150 public IP to be allowed from my single server to the server i connect to. My server is based out of the cloud provider. How do i go about it? appreciate your support and suggestions.