I'm new to using a PIX, but here is the question. I have a PIX 515 version 4.4. I need to allow users on DMZ1 interface to access an AS400 on the inside interface. All addressing is static in our network. This is what I did:
static(inside,dmz1) 10.0.2.100 10.0.0.100 netmask 255.255.255.255 0 0
I can't seem to figure out the correct conduit statement to allow dmz1 users access. From the dmz interface, I assume I should be able to ping the 10.0.1.100 address. That address is not assigned anywhere else.
10.0.1.100 255.255.255.0 is an address I made up for the dmz users.
10.0.0.100 255.255.255.0 is the address of the as400 on the inside interface.
Any help would be appreciated.
static(inside,dmz1) 10.0.2.100 10.0.0.100 netmask 255.255.255.255 0 0
I can't seem to figure out the correct conduit statement to allow dmz1 users access. From the dmz interface, I assume I should be able to ping the 10.0.1.100 address. That address is not assigned anywhere else.
10.0.1.100 255.255.255.0 is an address I made up for the dmz users.
10.0.0.100 255.255.255.0 is the address of the as400 on the inside interface.
Any help would be appreciated.