Aqui está o que eu encontrei e funciona muito bem
arp -s: acesso negado. No gateway padrão
Aqui está o que eu usei:
excluir:
netsh interface ip delete neighbors "Network card name here" "Gateway.IP.goes.here"
Adicionar:
netsh interface ip add neighbors "Network card name here" "Gateway.IP.goes.here" "MAC-address-of-gateway-with-dash-here"
boa sorte