NetworkDOC
MIS
Here is what I want to accomplish:
I have a pix #1 515e, 2 dmz's (webdmz-172.16.1.1/24 & vpndmz-192.168.100.1/24), with an inside address of 192.168.0.1/24. I will be adding a second FW PIX located in another building. Pix#2 dmz3 10.1.1.1/24 with an inside interface of 192.168.0.2/24. I have coming in behind vpndmz a few different subnets from across the state for example 10.100.100.1/24.
My question is this? Can I allow traffic from a pc(10.100.100.19,one of the subnets behind the vpn network) and have it route to the second pix into the dmz3? The two pixes inside interaces are on the same subnet (192.168.0.1 & 192.168.0.2).
In my mind I think so. I think (once I configure the access-lists right) I only have to define a route on both PIxes for the subnets in their respective DMZ's.
For example: Pix 1
route webdmz 10.100.100.0 255.255.255.0 192.168.100.1 1
static (inside,vpndmz) 192.168.0.0 192.168.0.0 netmask 255.255.255.0
Then on PIX 2
route dmz3 192.168.100.0 255.255.255.0 10.1.1.1 1
static (inside,dmz3) 192.168.0.0 192.168.0.0 netmask 255.255.255.0
Can the PIX do this ok?
I have a pix #1 515e, 2 dmz's (webdmz-172.16.1.1/24 & vpndmz-192.168.100.1/24), with an inside address of 192.168.0.1/24. I will be adding a second FW PIX located in another building. Pix#2 dmz3 10.1.1.1/24 with an inside interface of 192.168.0.2/24. I have coming in behind vpndmz a few different subnets from across the state for example 10.100.100.1/24.
My question is this? Can I allow traffic from a pc(10.100.100.19,one of the subnets behind the vpn network) and have it route to the second pix into the dmz3? The two pixes inside interaces are on the same subnet (192.168.0.1 & 192.168.0.2).
In my mind I think so. I think (once I configure the access-lists right) I only have to define a route on both PIxes for the subnets in their respective DMZ's.
For example: Pix 1
route webdmz 10.100.100.0 255.255.255.0 192.168.100.1 1
static (inside,vpndmz) 192.168.0.0 192.168.0.0 netmask 255.255.255.0
Then on PIX 2
route dmz3 192.168.100.0 255.255.255.0 10.1.1.1 1
static (inside,dmz3) 192.168.0.0 192.168.0.0 netmask 255.255.255.0
Can the PIX do this ok?