What is the best way to dynamicly NAT out multiple IP addresses?
To explain further;
I would like any private address to NAT out of any set of, lets say, four IP's. But I would like this to simply be dynamic so it does not always use one but load balances across the four.
This is mainly for prevent blacklisting and other preventative things.
Any ideas?