I'm a little confused about doing a translation using static identitiy NAT.
I have a prorietary router that I would like to move behind my firewall (ASA 8.2x). Right now it runs in parallel with my router from a DMZ switch. I have change ISPs and the location the connection comes into my building so this confiugration is less than desirable.
The vendor requires a static public address. So I am hoping/assuming a regular NAT statement of:
static (Inside,Outside) 72.12.206.211 192.168.1.xx netmask 255.255.255.255
will work since the routers inside interface connectes to my inside LAN network anyway.
However, if they insist on having a Non-Nat'ed Public IP how do you do that?
I have researched Static Identity NAT that shows the following:
72.12.206.211 (outside) FW (inside) 72.12.206.211
and they show a static statement of static (Outside,Inside) 72.12.206.211 72.12.206.211 netmask 255.255.255.255
How do you set up the nat statements for this configuration? Do you assigne the "external" IP address to the router even though it is behind the firewall (which is what I am asuming). Is there a better technique to do this?