I have a PIX515 with three interfaces (inside,outside,dmz) -- all the interfaces are working properly with outbound and inbound connectivity, but any connections that come into the DMZ (from inside or outside) get NAT'ed with the DMZ's interface address. I'm pretty sure the culprit is when I put the DMZ interface into the Global PAT pool (see config snip below)
However, if I remove that command, I am not able to get connectivity from the inside interface to the DMZ interface to work properly.
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
Any thoughts?
However, if I remove that command, I am not able to get connectivity from the inside interface to the DMZ interface to work properly.
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
Any thoughts?