If I use this ACL:
access-list ping permit icmp any any unreachable
access-list ping permit icmp any any echo
access-list ping permit icmp any any echo-reply
access-list ping permit icmp any any time-exceeded
access-list ping permit icmp any any source-quench
access-list ping permit ip any any
access-list ping permit tcp any any
access-group ping in interface outside
access-group ping in interface inside
access-group ping in interface lan
Would I be opening up TCP and IP "any/any" for all services or just the ICMP?
[root@netwatch ~]# yum remove windows
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: windows
No Packages marked for removal
OH YEAH!
access-list ping permit icmp any any unreachable
access-list ping permit icmp any any echo
access-list ping permit icmp any any echo-reply
access-list ping permit icmp any any time-exceeded
access-list ping permit icmp any any source-quench
access-list ping permit ip any any
access-list ping permit tcp any any
access-group ping in interface outside
access-group ping in interface inside
access-group ping in interface lan
Would I be opening up TCP and IP "any/any" for all services or just the ICMP?
[root@netwatch ~]# yum remove windows
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: windows
No Packages marked for removal
OH YEAH!