I have two interfaces on my server; eth0, wich has one public IP address; and eth1, on which 3 IPS are attached. What I'd like to achieve is route traffic coming to the public address configured on eth0 to the IPS configured on eth1, based on the source of the traffic.
I'm on Linux (Ubuntu server).