2024-08-13 00:43:24 +02:00
|
|
|
# ipconfig
|
|
|
|
|
|
|
|
> Toon en beheer de netwerkconfiguratie van Windows.
|
|
|
|
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/ipconfig>.
|
|
|
|
|
2024-10-20 18:03:18 +02:00
|
|
|
- Toon alle netwerkadapters:
|
2024-08-13 00:43:24 +02:00
|
|
|
|
|
|
|
`ipconfig`
|
|
|
|
|
|
|
|
- Toon een gedetailleerde lijst van netwerkadapters:
|
|
|
|
|
|
|
|
`ipconfig /all`
|
|
|
|
|
|
|
|
- Vernieuw de IP-adressen voor een netwerkadapter:
|
|
|
|
|
|
|
|
`ipconfig /renew {{adapter}}`
|
|
|
|
|
|
|
|
- Laat de IP-adressen voor een netwerkadapter vrij:
|
|
|
|
|
|
|
|
`ipconfig /release {{adapter}}`
|
|
|
|
|
|
|
|
- Toon de lokale DNS-cache:
|
|
|
|
|
|
|
|
`ipconfig /displaydns`
|
|
|
|
|
|
|
|
- Verwijder alle gegevens uit de lokale DNS-cache:
|
|
|
|
|
|
|
|
`ipconfig /flushdns`
|