Hi all
We are moving from Checkpoint Firewall-1 to a Cisco PIX 515e and this is my first configuration so any help is appreciated.
We have 3 interfaces.
Network A 222.222.222.0/24 (Outside)
Network B 192.168.0.0/24 (Inside)
Network C 10.0.0.0/8 (Dmz)
I have NAT configured as follows
global (outside) 1 222.222.222.254
global (dmz) 1 222.222.222.254
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
Questions:
1. Does this seem right if I want all hosts in either the DMZ or the Inside network to be dynamically translated to 222.222.222.254 unless statically assigned? (In checkpoint we have all hosts not explicitly translated using this type of PAT so I wanted to keep it as close to that as possible)
2. Does this mean that the hosts in the Dmz and the Inside are translated to 222.222.222.254 when the communication is just between a host in the dmz and a host in the inside? Or does this only apply when the hosts leave the outside interface?
2. Access-Lists aside, if I want a host on the DMZ subnet to initiate a connection to a host on the Inside subnet, does the host on the Inside subnet need a Static translation (222.222.222.x) or can I use it's "real" ip address (10.0.0.x)
We have tons of configurations that rely on settings based on real-ip to real-ip...
Thanks in advance for any help!
We are moving from Checkpoint Firewall-1 to a Cisco PIX 515e and this is my first configuration so any help is appreciated.
We have 3 interfaces.
Network A 222.222.222.0/24 (Outside)
Network B 192.168.0.0/24 (Inside)
Network C 10.0.0.0/8 (Dmz)
I have NAT configured as follows
global (outside) 1 222.222.222.254
global (dmz) 1 222.222.222.254
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
Questions:
1. Does this seem right if I want all hosts in either the DMZ or the Inside network to be dynamically translated to 222.222.222.254 unless statically assigned? (In checkpoint we have all hosts not explicitly translated using this type of PAT so I wanted to keep it as close to that as possible)
2. Does this mean that the hosts in the Dmz and the Inside are translated to 222.222.222.254 when the communication is just between a host in the dmz and a host in the inside? Or does this only apply when the hosts leave the outside interface?
2. Access-Lists aside, if I want a host on the DMZ subnet to initiate a connection to a host on the Inside subnet, does the host on the Inside subnet need a Static translation (222.222.222.x) or can I use it's "real" ip address (10.0.0.x)
We have tons of configurations that rely on settings based on real-ip to real-ip...
Thanks in advance for any help!