acollard83
IS-IT--Management
I am having difficulty getting ICMP to work correctly. I have an access list that allows icmp on the external interface yet no one can ping it. It is a NAT outside interface. Relevent configs are posted below.
interface GigabitEthernet6/14
description 500M Internet to ATT
ip address 12.250.X.X 255.255.255.252
ip access-group 105 in
ip nat outside
speed nonegotiate
ip nat inside source list 105 interface GigabitEthernet6/14 overload
access-list 105 permit ip any any
access-list 105 permit icmp any any echo
access-list 105 permit icmp any any echo-reply
interface GigabitEthernet6/14
description 500M Internet to ATT
ip address 12.250.X.X 255.255.255.252
ip access-group 105 in
ip nat outside
speed nonegotiate
ip nat inside source list 105 interface GigabitEthernet6/14 overload
access-list 105 permit ip any any
access-list 105 permit icmp any any echo
access-list 105 permit icmp any any echo-reply