1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/osx/ipconfig.md

13 lines
269 B
Markdown
Raw Permalink Normal View History

# ipconfig
> Bekijk en beheer de IP-configuratiestatus.
> Meer informatie: <https://keith.github.io/xcode-man-pages/ipconfig.8.html>.
- Toon alle netwerkinterfaces:
`ipconfig getiflist`
- Toon het IP-adres van een interface:
`ipconfig getifaddr {{interfacenaam}}`