03-20-2018 05:35 PM - edited 02-21-2020 07:32 AM
Hello everyone,
I'm new to asa configuration and i'm having a lot of problems.
I'm unable to ping from my inside host to the server within the dmz zone.
i'm using packet tracer 7.1.1 and my config will be below.
Any help would be gratefully welcomed because i want to learn.
ASA Version 8.4(2)
!
hostname ciscoasa
names
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
switchport access vlan 1
!
interface Ethernet0/2
switchport access vlan 3
!
interface Ethernet0/3
switchport access vlan 1
!
interface Ethernet0/4
switchport access vlan 1
!
interface Ethernet0/5
switchport access vlan 1
!
interface Ethernet0/6
switchport access vlan 1
!
interface Ethernet0/7
switchport access vlan 1
!
interface Vlan1
nameif Inside
security-level 100
ip address 172.16.1.1 255.255.255.0
!
interface Vlan2
nameif Outside
security-level 0
ip address 209.165.200.226 255.255.255.248
!
interface Vlan3
no forward interface Vlan1
nameif DMZ
security-level 50
ip address 172.16.2.0 255.255.255.0
!
object network LAN
subnet 172.16.1.0 255.255.255.0
!
route Outside 0.0.0.0 0.0.0.0 209.165.200.225 1
route DMZ 0.0.0.0 0.0.0.0 209.165.200.225 1
!
access-list ACL-OUTSIDE extended permit icmp any any
!
!
access-group ACL-OUTSIDE in interface Outside
object network LAN
nat (Inside,Outside) dynamic interface
!
!
!
!
!
!
!
telnet timeout 5
ssh timeout 5
!
dhcpd dns 8.8.8.8
dhcpd auto_config outside
!
dhcpd address 172.16.1.5-172.16.1.6 Inside
dhcpd dns 8.8.8.8 interface Inside
dhcpd enable Inside
!
!
!
!
!
!
03-21-2018 02:43 AM
03-21-2018 05:50 AM
03-21-2018 06:15 AM
03-21-2018 06:30 AM
03-21-2018 06:48 AM
03-21-2018 06:59 AM
03-21-2018 07:00 AM
03-21-2018 07:12 AM
03-21-2018 12:15 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide