11-26-2021 08:33 AM - edited 11-26-2021 08:34 AM
Hello All,
I cannot ping any external DNS servers like google (8.8.8.8) or comcast (75.75.75.75) or cloudflare (9.9.9.9 or 1.1.1.1) from a PC (192.168.1.5) on the inside interface of Cisco ASA 5506?
I have tried packet tracer and it states its allowed.
Software firewall is turned off on the PC. I am able to browse web sites so DNS seems to be working ok but cannot ping google.com or ip address.
This is really confusing?
Any insight on how I can make them respond to ICMP?
Thank you,
J
Solved! Go to Solution.
11-26-2021 08:38 AM - edited 11-26-2021 08:47 AM
@JJevans_2112 your packet tracer icmp code syntax is incorrect, it should be 8 0, the output also cannot determine the ingress and egress interfaces.
Run the command "fixup protocol icmp" from the CLI.
If that doesn't work run packet-tracer from the CLI "packet-tracer input inside icmp 192.168.1.5 8 0 8.8.8.8" and provide the full output for review. And also provide your configuration.
11-26-2021 08:38 AM - edited 11-26-2021 08:47 AM
@JJevans_2112 your packet tracer icmp code syntax is incorrect, it should be 8 0, the output also cannot determine the ingress and egress interfaces.
Run the command "fixup protocol icmp" from the CLI.
If that doesn't work run packet-tracer from the CLI "packet-tracer input inside icmp 192.168.1.5 8 0 8.8.8.8" and provide the full output for review. And also provide your configuration.
11-26-2021 08:59 AM
Hello Rob,
Thank you that helped. But when running packet tracer via CLI I get error:
ciscoasa(config)# packet-tracer input inside icmp 192.168.1.5 8 0 8.8.8.8
ERROR: % Ambiguous command: "packet-tracer input inside icmp 192.168.1.5 8 0 8.8.8.8"
I also do not understand why it cannot determine which ingress / egress interfaces?
I have attached the cleaned config.
11-26-2021 09:05 AM - edited 11-26-2021 09:07 AM
@JJevans_2112 so you can now ping the DNS servers and the initial issue is resolved? - I don't see the configuration in the output
Seems like you've configured a bridge group, so you will need to use the correct name of the interface the device is connected to, example:-
"packet-tracer input inside_1 icmp 192.168.1.5 8 0 8.8.8.8"
or
"packet-tracer input inside_2 icmp 192.168.1.5 8 0 8.8.8.8"
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