01-16-2015 10:39 PM - edited 03-11-2019 10:21 PM
I have configured an ASA 5520 and I configured and inside and an outside interface.
From the asa I can ping the internet (8.8.8.8) and also the internal network computers.
From my internal laptop I can ping internal computers and the inside interface of the ASA but I cant get to the internet.
Can anyone please shed some light on what may be going on? From the ASA everything looks good as I can ping inside and outside but the internal network cant get to the Internet.
Thanks,
Desmond
Solved! Go to Solution.
01-17-2015 05:54 PM
You just have to enable dynamic NAT before the inside host can ping the outside network. Use this command.
example:
nat (inside,outside) source dynamic any interface.
01-17-2015 03:43 AM
There are multiple things that could go wrong:
The easiest way to find out is the packet-tracer:
packet-tracer input inside tcp 10.10.10.10 1234 1.2.3.4 80
replace 10.10.10.10 with an IP from your internal subnet.
01-17-2015 07:31 PM
Thanks for the help it was a NAT issue.
01-17-2015 05:54 PM
You just have to enable dynamic NAT before the inside host can ping the outside network. Use this command.
example:
nat (inside,outside) source dynamic any interface.
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