This should be easy, but I can't get it work. I have a PIX 520 -- version 5.2(1) -- with six interfaces (outside, inside, dmz1, dmz2, dmz3 and dmz4). We use five of them (everything but dmz4). I recently stuck a new server in dmz3, making it the first machine in that area. For some reason, I can't get it to make a connection from that machine to anything on the inside. I can go from inside to dmz3 with no problem.
The Cisco documentation says to use a static to enable traffic to start from a lower-security interface to a higher-security interface. (inside = 100, dmz3 = 40) So here's what I have tried:
static (inside,dmz3) 10.1.3.254 10.1.4.5 netmask 255.255.255.255 0 0
static (inside,dmz3) 10.1.3.253 10.1.4.6 netmask 255.255.255.255 0 0
The server in dmz3 is a Win2K machine with two NICs -- 10.1.4.5 and 10.1.4.6. The inside interface has the 10.1.3.0/24 block, hence the 10.1.3.254 and .253 statics. This does not work at all. The syslog shows things like "Deny inbound icmp src dmz3:10.1.4.6 dst inside:10.1.3.59 (type 8, code 0)" when I tried to ping a machine on the inside from that Win2K server. It also shows "Deny inbound udp src dmz3:10.1.4.5/138 dst inside:10.1.3.20/138" when that server tries to access the NT PDC for our domain.
I've tried reversing the IPs in the static listed above, but that doesn't work either.
Any ideas????
Thanks.
Dan
The Cisco documentation says to use a static to enable traffic to start from a lower-security interface to a higher-security interface. (inside = 100, dmz3 = 40) So here's what I have tried:
static (inside,dmz3) 10.1.3.254 10.1.4.5 netmask 255.255.255.255 0 0
static (inside,dmz3) 10.1.3.253 10.1.4.6 netmask 255.255.255.255 0 0
The server in dmz3 is a Win2K machine with two NICs -- 10.1.4.5 and 10.1.4.6. The inside interface has the 10.1.3.0/24 block, hence the 10.1.3.254 and .253 statics. This does not work at all. The syslog shows things like "Deny inbound icmp src dmz3:10.1.4.6 dst inside:10.1.3.59 (type 8, code 0)" when I tried to ping a machine on the inside from that Win2K server. It also shows "Deny inbound udp src dmz3:10.1.4.5/138 dst inside:10.1.3.20/138" when that server tries to access the NT PDC for our domain.
I've tried reversing the IPs in the static listed above, but that doesn't work either.
Any ideas????
Thanks.
Dan