Win10 如何在ARP上绑定静态IP

cooolr 于 2021-08-02 发布

Win7 Win10 如何在ARP上绑定静态IP_ACGkaka的博客-CSDN博客_win10添加静态arp

  1. 查看本地连接对应idx

     netsh i i show in
    
  2. 设置静态arp映射

     netsh -c "i i" add neighbors {idx} {ip} {mac}