View Single Post

  #4  
Old 05-14-2009, 04:03 AM
dairybee's Avatar
dairybee Offline
Registered User
 
Join Date: May 2009
Posts: 2
Forgot to mension that you can use netsh command to simplify the process. At command line type:

netsh advfirewall firewall add rule name="allow icmp time exceeded" protocol=icmpv4:11,any dir=in action=allow
Reply With Quote