This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
netsh [2024/12/05 10:49] val [Настройка IP] |
netsh [2024/12/05 10:49] (current) val |
||
---|---|---|---|
Line 9: | Line 9: | ||
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 address name="VirtualBox Host-Only Network" static 192.168.X.29 255.255.255.0 | ||
- | </code><code> | + | </code> |
===== Настройка DNS клиента ===== | ===== Настройка DNS клиента ===== | ||
+ | <code> | ||
admincmd> netsh interface ipv4 set dns name="VirtualBox Host-Only Network" static 192.168.X.10 | admincmd> netsh interface ipv4 set dns name="VirtualBox Host-Only Network" static 192.168.X.10 | ||
</code> | </code> |