User Tools

Site Tools


netsh

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
netsh.txt · Last modified: 2022/09/20 16:03 by val