📅  最后修改于: 2023-12-03 15:15:52.449000             🧑  作者: Mango
IPConfig是Windows操作系统上一个非常实用的命令行工具,它可以显示当前计算机的网络设置,以及网络连接状态。下面将介绍IPConfig的使用方法和相关信息。
打开命令提示符,输入ipconfig
即可查看当前计算机的网络设置。以下是常用的一些参数:
/all
:显示详细的网络信息/release
:释放当前网络连接的IP地址/renew
:更新当前网络连接的IP地址/flushdns
:清空DNS缓存举例:
ipconfig /all
ipconfig /release
ipconfig /renew
ipconfig /flushdns
下面是一个常规的ipconfig
命令的输出:
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : localdomain
IPv6 Address. . . . . . . . . . . : 2001:0DB8:AC10:FE01:0000:0000:0000:0001
IPv4 Address. . . . . . . . . . . : 192.168.0.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
Wireless LAN adapter Wi-Fi:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 192.168.56.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter isatap.localdomain:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : localdomain
其中,每个适配器(adapter)都会有自己的一个节(section),一般包含以下内容:
在Windows 10及以上版本,还将显示以下内容:
此外,如果我们使用了ipconfig /all
可以查看到当前计算机的所有网络适配器的详细设置,包括无线网卡、有线网卡等。