====== netsh ====== * [[https://www.howtogeek.com/103190/change-your-ip-address-from-the-command-prompt/|How to Change Your Computer’s IP Address From the Command Prompt]] ===== Настройка IP ===== cmd> netsh interface ipv4 show config admincmd> netsh interface ipv4 set address name="VirtualBox Host-Only Network" static 192.168.X.29 255.255.255.0 admincmd> netsh interface ipv4 set dns name="VirtualBox Host-Only Network" static 192.168.X.10 ===== Очистка ARP кэша ===== admincmd> netsh interface ip delete arpcache