I have a Cisco 867VAE running IOS 15.1 which I am trying to configure. My network style is simple: I have one subnet, 10.0.0.255. I have mostly user operated computers DHCP'd and Wi-Fi for the mobile devices, also DHCP'd. Further there are two Internet-facing servers, both with multiple HTTP servers and one with nothing-too-complex custom application TCP servers.
From my ISP, I originally purchased VDSL and a static outside IP. For security's sake I shall refer to said original IP as '.15'. For reasons involving external access to the servers on the 10.0.0.xxx network, I purchased a further four outside IPs, referred to herein as '.228','.229,'.230', and '.231'.
Presently all the outbound traffic from servers and employee computers alike go out via .15. All the employee desktops and Wi-Fi clients have their gateway set as '10.0.0.1', referring to my Cisco.
Now for the actual configuration question. Employees and other staff, aware of our possession of five static external IP addresses would like to send their traffic outbound through .228 - .231 . Obliged to configure this, and not having a clue regarding how, I have come here.
The ideal configuration is that a local network client could change their router address (they are smart enough) from 10.0.0.1 to an address representing the same Cisco gateway. The preceding such that a DHCP client having their 'Default Gateway' as it is sometimes called or 'Router' set to 10.0.0.1 would have their outbound traffic (primarily HTTP requests) come from .15 while having their gateway set as 10.0.0.228 would result in sites like www.whatismyip.com report the .228 address instead of .15. The aforementioned case in .228 should apply for .229, .230, and .231 inside and outside addresses. Addresses in 10.0.0.228/4 are clear for the Cisco router to use as 10.0.0.200-10.0.0.254 is reserved for servers and the DHCP server does not assign there.
This is my first question on ServerFault. I have tried my best to adhere to the 'perfect question' outline. If there is something critical I am doing wrong or have not made something clear, sing out and I'll address that.