Ustawienie adresu z wiersza poleceń

Ustawienie adresu z wiersza poleceń

Składnia: Ustawienie adresu IP:

Netsh Interface IP Set Address "Nazwa połączenia" static Adres_IP Maska Brama

Ustawienie DNS:

Netsh Interface IP Set Dns "nazwa połączenia" static Adres_IP_serwera_DNS

np.

Netsh Interface IP Set Address "vEthernet2" static 192.168.254.50 255.255.255.0 192.168.254.1
Netsh Interface IP Set Dns "vEthernet2" static 192.168.1.201

Ustawienie z DHCP

Netsh Interface IP Set Address "nazwa_połączenia" DHCP
Netsh Interface IP Set Dns "nazwa_połączenia" DHCP