cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
2
Replies

Ping through PIX515

pepetreshere
Level 1
Level 1

I'm trying to allow ping from the inside to the dmz zone. For this I have configured an ACL allowing all icmp traffic and applied it to the dmz interface, but it doesn't works. What would be the problem?

I have started from the default configuration and added only the following lines

interface ethernet0 auto

interface ethernet1 auto

nameif ethernet0 inside security100

nameif ethernet1 dmz security60

access-list dmz_in permit icmp any any

access-list dmz_in permit ip any any

ip address inside 10.29.40.9 255.255.255.0

ip address dmz 192.168.23.14 255.255.255.0

access-group dmz_in in interface dmz

1 Accepted Solution

Accepted Solutions

mark.hodge
Level 1
Level 1

You probably need to apply a nat ( inside ) 0 statement. You could also use a static map from the inside to the dmz network.

View solution in original post

2 Replies 2

srue
Level 7
Level 7

can you pass other traffic to the dmz, besides icmp? if not, this might be a NAT issue. if you don't need nat from inside-> dmz, use something like the following:

static (inside,dmz) 192.168.1.1 192.168.1.1

where 192.168.1.1 is whatever host is on the inside that you're ping from.

mark.hodge
Level 1
Level 1

You probably need to apply a nat ( inside ) 0 statement. You could also use a static map from the inside to the dmz network.

Review Cisco Networking products for a $25 gift card