Primeiramente, iremos abrir o Prompt de Comando como administrador:

Agora poderemos liberar o protocolo ICMPv4 e ICMPv6, utilizando os seguintes comandos no CMD:

netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall firewall add rule name="ICMP Allow incoming V6 echo request" protocol=icmpv6:8,any dir=in action=allow
Esta resposta lhe foi útil? 0 Usuários acharam útil (0 Votos)