1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 10:06:01 +02:00
tldr/pages.zh/windows/ipconfig.md

24 lines
371 B
Markdown
Raw Normal View History

2019-03-11 11:02:22 +08:00
# ipconfig
2019-10-18 11:30:29 +08:00
> 显示和管理 Windows 的网络配置.
2019-03-11 11:02:22 +08:00
2019-10-19 14:12:27 +08:00
- 显示网络适配器列表:
2019-03-11 11:02:22 +08:00
`ipconfig`
2019-10-19 14:12:27 +08:00
- 显示网络适配器的详细列表:
2019-03-11 11:02:22 +08:00
`ipconfig /all`
2019-10-19 14:12:27 +08:00
- 为一个网络适配器重新获取 IP 地址:
2019-03-11 11:02:22 +08:00
2019-03-11 13:21:00 +08:00
`ipconfig /renew {{适配器}}`
2019-03-11 11:02:22 +08:00
2019-10-19 14:12:27 +08:00
- 为一个网络适配器释放 IP 地址:
2019-03-11 11:02:22 +08:00
2019-03-11 13:21:00 +08:00
`ipconfig /release {{适配器}}`
2019-03-11 11:02:22 +08:00
2019-10-19 14:12:27 +08:00
- 清除所有 DNS 缓存:
2019-03-11 11:02:22 +08:00
`ipconfig /flushdns`