cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
242
Views
0
Helpful
1
Replies

ASA5510: inside cannot ping DMZ

george
Level 1
Level 1

I have an ASA5510 and I am trying to set up a DMZ. Right now I am trying to have inside clients ping a host on DMZ it but with no luck. Any ideas? Here is the config:

interface Ethernet0/0

description OUTSIDE

nameif outside

security-level 0

ip address dhcp setroute

!

interface Ethernet0/1

description INSIDE

nameif inside

security-level 100

ip address 10.10.10.1 255.255.255.0

!

interface Ethernet0/2

description DMZ

nameif dmz

security-level 10

ip address 10.10.5.1 255.255.255.0

!

access-list DMZ extended permit icmp any any

global (outside) 1 interface

nat (inside) 0 access-list nonat

nat (inside) 1 0.0.0.0 0.0.0.0

static (inside,dmz) 10.10.10.0 10.10.10.0 netmask 255.255.255.0

access-group DMZ in interface dmz

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

What does the logs say?