Table of Contents

netsh

Настройка 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