This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Masquerading with multiple external IPs/Dynamic NAT Pool?

Basically, is it possible to NAT my private internal network to a dynamic pool of external (but also private) addresses?

In more detail, here is my situation. My private network currently sits behind the private network of a larger entity. We have a 192.168.X.X network range and internal traffic is on eth0 and external traffic runs over eth1.

Because of a connection change between us and the entity we sit behind, we have to move to a 10 address network. It is going to take a lot of time and work to change the addresses on everything, so in the meantime we want to NAT our internal private 192 network to a pool of "external" private 10 addresses.

I can see how to masquerade everything to a single address, but how can I setup a dynamic address pool so that each local device making an external connection gets it's own 10 address from the pool?


This thread was automatically locked due to age.
Parents
  • Hi, you can Masq as you said, or you can SNAT individual hosts or host groups.

    I don't know of a way to dynamically choose an IP though.
    Cisco can do a 1-to-1 NAT or something like that where if you have, say, a 'private' class-C internally and a public class-C externally, each internal host gets it own external IP, but you must have enough addresses for that.

    Barry
Reply
  • Hi, you can Masq as you said, or you can SNAT individual hosts or host groups.

    I don't know of a way to dynamically choose an IP though.
    Cisco can do a 1-to-1 NAT or something like that where if you have, say, a 'private' class-C internally and a public class-C externally, each internal host gets it own external IP, but you must have enough addresses for that.

    Barry
Children
No Data