Mar 16, 2005 #1 hosseintech Technical User Joined Mar 15, 2005 Messages 3 Location GB how can i block ping from outside ?.i want my router send a request timed out instead unreachable when someone ping it every body knows that help me
how can i block ping from outside ?.i want my router send a request timed out instead unreachable when someone ping it every body knows that help me
Mar 16, 2005 #2 anddaley MIS Joined Mar 8, 2005 Messages 25 Location KY Something like this may help "access-list 101 deny icmp any 192.168.xx.xx 0.0.0.0 echo" "permit ip any any" apply this access-list to the outside int. "access-group 101 out Upvote 0 Downvote
Something like this may help "access-list 101 deny icmp any 192.168.xx.xx 0.0.0.0 echo" "permit ip any any" apply this access-list to the outside int. "access-group 101 out