Ok, so I'm trying to get my DMZ to talk to my clients. All my dmz traffic is getting dropped at the DMZ interface though.
Phase: 1
Type: ROUTE-LOOKUP
Subtype: input
Result: ALLOW
Config:
Additional Information:
in 172.16.111.0 255.255.255.252 Inside
Phase: 2
Type: ACCESS-LIST
Subtype:
Result: DROP
Config:
Implicit Rule
Additional Information:
Result:
input-interface: DMZ
input-status: up
input-line-status: up
output-interface: Inside
output-status: up
output-line-status: up
Action: drop
Here's my ACLs:
Atl-ASA# sh run | grep access-g
access-group outside_access_in in interface Outside
access-group dmz in interface DMZ
access-group inside_access_in in interface Inside
access-group permit-all global
Atl-ASA# sh access-l inside_access_in
access-list inside_access_in; 1 elements; name hash: 0x433a1af1
access-list inside_access_in line 1 extended permit ip any any (hitcnt=0) 0xa925365e
Atl-ASA# sh access-l dmz
access-list dmz; 1 elements; name hash: 0xa12380e4
access-list dmz line 1 extended permit ip any any (hitcnt=0) 0x2871029b
Atl-ASA# sh run int e0/1
!
interface Ethernet0/1
nameif DMZ
security-level 0
ip address 172.16.110.1 255.255.255.0
Atl-ASA# sh run int e0/2
!
interface Ethernet0/2
nameif Inside
security-level 0
ip address 172.16.111.2 255.255.255.252
Atl-ASA# sh run | i same
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
I know it's something extremely stupid, but I've looked at it for too long. I'm at the point where I need to put it down for a while and work on something else.
All help is greatly appreciated.