I want to allow all my internal clients the ability to successfully ping anything out on the internet.
I understand the access-list / access-group needed for this. Here is what I have...
access-list 101 permit icmp any host 200.1.1.5 echo-reply
access-list 101 permit icmp any host 200.1.1.5 source-quench
access-list 101 permit icmp any host 200.1.1.5 unreachable
access-list 101 permit icmp any host 200.1.1.5 time-exceeded
access-group 101 in interface outside
What would my static command look like??
Thank you.