I have a pix 515, with inside, dmz, and outside enabled. I am using a 192.xxx address on the inside, the dmz has routeable 64.xxx addresses and the outside has a single address that connects to our ISP.
To get from the inside to the outside I use the following 2 commands:
global (outside) 1 interface
nat (inside) 1 192.168.10.0 255.255.255.0 0 0
Which works, I then added the following static to allow inside to dmz:
static (inside,dmz) 192.168.131.0 192.168.131.0 netmask 255.255.255.0 0 0
Which also worked.
Now I want to have the dmz access the outside with the real IP addresses of the devices. I'm confused as to which command to use and the correct syntax. I've tried the following with different variations:
static (dmz,outside) 64.4.94.0 64.4.94.0 netmask 255.255.255.0 0 0
I haven't got to the point were I limit the type of access to specific devices/ports, as I haven't got this simple (I thought it was) process to work.
Thanks for any help.