溫馨提示×

怎么使用cmd查看ip

小億
513
2023-06-16 22:53:41
欄目: 編程語言

在Windows操作系統(tǒng)中,可以使用以下命令來查看本機的IP地址:

  1. 打開命令提示符(CMD):在Windows中按下Win+R鍵,輸入“cmd”并按下回車鍵,即可打開命令提示符窗口。

  2. 輸入ipconfig命令:在命令提示符窗口中輸入“ipconfig”命令,按下回車鍵。

  3. 查看IP地址:在命令執(zhí)行完成后,可以看到顯示了本機的IP地址、子網(wǎng)掩碼、默認網(wǎng)關(guān)等信息。

例如:

C:\Users\UserName>ipconfig
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix  . :
Link-local IPv6 Address . . . . . : fe80::c1e:5d6f:a2a0:8d1f%3
IPv4 Address. . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix  . :
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6abd:3c0:2b46:9c29:7f3f
Link-local IPv6 Address . . . . . : fe80::3c0:2b46:9c29:7f3f%4
Default Gateway . . . . . . . . . : ::

在上面的例子中,可以看到本機的IPv4地址是“192.168.1.100”。

0