Options

asa5505 can't ping both ways.

lon21lon21 Member Posts: 201
Guys I have a lab running which has a host connected to the 2.1 range but I'm not able to ping my outside interface. I understand that the asa blocks ping both ways but surely I would be able to ping my default gateway of the asa which is 10.0.0.1.


ASA Version 8.0(3)
!
hostname ASA-New-York
enable password 8Ry2YjIyt7RRXU24 encrypted
names
!
interface Vlan1
nameif outside
security-level 0
ip address 10.0.0.2 255.255.255.0
!
interface Vlan2
nameif inside
security-level 100
ip address 192.168.2.1 255.255.255.0
!
interface Ethernet0/0
!
interface Ethernet0/1
shutdown
!
interface Ethernet0/2
shutdown
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
switchport access vlan 2
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa803-k8.bin
boot system disk0:/asa802-k8.bin
ftp mode passive
access-list NAT extended permit ip any any
access-list NAT1 extended permit ip any any
access-list NAT2 extended permit ip any any
access-list ping extended permit icmp any interface outside
access-list ping extended permit icmp any interface inside
pager lines 24
mtu outside 1500
mtu inside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-611.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 192.168.2.0 255.255.255.0
route outside 0.0.0.0 0.0.0.0 10.0.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd option 3 ip 192.168.2.1
!
dhcpd address 192.168.2.3-192.168.2.5 inside
dhcpd enable inside
!

threat-detection basic-threat
threat-detection statistics access-list
!
!
prompt hostname context
Cryptochecksum:348babcd8aff50dc07863d20ce29d672
: end

Comments

Sign In or Register to comment.