Ga naar inhoud

Het instellen van het IP-adres in Windows Server

In dit artikel

Informatie

Het hulpprogramma Netsh wordt gebruikt om het IP-adres in het Windows Server-besturingssysteem te configureren.

Hoe DHCP te configureren

Let op

Actieve DHCP-services op externe Ethernet-interfaces zijn verboden volgens de Algemene voorwaarden voor diensten en het gebruik van de site.

Installatie van het DHCP-service met automatisch starttype:

netsh interface ip set address "LOCAL_AREA_CONNECTION" dhcp

Hoe een statisch IP-adres in te stellen

netsh interface ip set address "YOUR_IP_ADRESS" "SUBNET_MASK"

Het standaard subnetmasker is 255.255.255.0.

DNS-serverconfiguratie:

netsh interface ip set dns "INTERFACE_NAME" static 10.10.10.1

Een configuratie toepassen

Voer het volgende commando in om te controleren of het statische IP-adres correct is geconfigureerd:

ipconfig /all
netsh interface ip set address auto
netsh interface ip set address ""INTERFACE_NAME"" dhcp
question_mark
Is there anything I can help you with?
question_mark
AI Assistant ×