Hi, we have a range of publicly accessible IP address and want our outbound internet traffic to cycle through that range, i.e. if a user opens up a browser and visits a website, that site will see him coming from 60.22.50.128, and if he closes the web browser and opens it up again, we want it to either randomly or not go out using a different IP address i.e. 60.22.50.129. I thought the below solution would work, but apparently its not, our first two test workstations are stuck with the first two IP addresses in the range .128 & 129 and are not changing to the others when the browser is re-opened. Any ideas?
ip nat pool poolsp10 60.22.50.128 60.22.50.135 netmask 255.255.255.248
ip nat inside source list 10 pool poolsp10
ip nat pool poolsp10 60.22.50.128 60.22.50.135 netmask 255.255.255.248
ip nat inside source list 10 pool poolsp10