DreamPowered
Technical User
I have a server in the DMZ that provides ftp service to the outside.
When I use the static statement to nat the outside to the inside, do I also need a nat statement for the dmz to the outside?
static (dmz,outside) 1.X.X.1 10.X.X.1 255.255.255.255 0 0
nat (dmz) 1 10.x.x.1 1.x.x.1
global (outside) 1 1.x.x.1 255.255.255.255
Is that correct or the following:
static (dmz,outside) 1.X.X.1 10.X.X.1 255.255.255.255 0 0
nat (dmz) 0 1.x.x.1 255.255.255.255
Or neither...
Please explain...
Thanks
When I use the static statement to nat the outside to the inside, do I also need a nat statement for the dmz to the outside?
static (dmz,outside) 1.X.X.1 10.X.X.1 255.255.255.255 0 0
nat (dmz) 1 10.x.x.1 1.x.x.1
global (outside) 1 1.x.x.1 255.255.255.255
Is that correct or the following:
static (dmz,outside) 1.X.X.1 10.X.X.1 255.255.255.255 0 0
nat (dmz) 0 1.x.x.1 255.255.255.255
Or neither...
Please explain...
Thanks