I'm having an issue setting a static NAT
We have a block of 5 public ip's
66.x.x.34-38
IP 66.x.x.38 is assigned to the outside interface. I can set static nats to all the other ip's and they work fine yet a static NAT using the same address as the outside interface does nothing.
I've used
object network centralpark-http
host 192.168.1.227
nat (inside,outside) static interface service tcp http http
What am I doing wrong?
Gerald