I have been trying to figure out how to setup this scenario. I have a private ip range that I want to nat to a public class c ip range. I just want the private ip’s to pull a public address from the range, and if they publics get full they will roll over and share. For example, a private range of 172.16.1.2-172.16.9.254 and a public range of 70.247.x.3-70.247.x.254. I couldn’t find any specific examples on how to do this in the manuals or how-tos. Can anyone help me with an example?
That tells me how to translate one to one, but I still don’t see how to translate a private pool to a public pool? Or am I just missing something?
when adding the masquerade rule you can specify a range of ip address …
so if you got the public block of 204.23.53.0/24 then you could specify 204.23.53.2-204.23.53.254..