我的公用 IP 位址是多少

我的公用 IP 位址是多少

我在 Windows 中運行了這個命令:ipconfig.它給了我這個:

Windows IP Configuration


Ethernet adapter vEthernet (Default Switch):

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::9d15:5458:ade0:f388%48
   IPv4 Address. . . . . . . . . . . : 172.25.176.1
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . :

Ethernet adapter vEthernet (WSL):

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::6e6d:845d:33f7:433a%51
   IPv4 Address. . . . . . . . . . . : 172.25.224.1
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . :

Unknown adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   IPv6 Address. . . . . . . . . . . : 2402:d000:8100:3638:d229:fad7:3abb:6299
   Temporary IPv6 Address. . . . . . : 2402:d000:8100:3638:1456:4bc4:54b0:95ad
   Link-local IPv6 Address . . . . . : fe80::f43f:213e:60e1:3cff%5
   IPv4 Address. . . . . . . . . . . : 192.168.1.3
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : fe80::1%5
                                       192.168.1.1

Ethernet adapter Ethernet 2:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::c1eb:555b:ee1b:1767%59
   IPv4 Address. . . . . . . . . . . : 192.168.56.1
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . :

Wireless LAN adapter Local Area Connection* 9:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 10:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

我的公網IP位址在哪裡?

答案1

簡單但有效的零代碼解決方案...
轉到 Google [或您選擇的搜尋引擎] 並輸入“我的 IP 位址是什麼?”

在此輸入影像描述

答案2

您的計算機是公開的IPv6位址顯示為“IPv6 位址”,就是這個2402:d000:<...>:6299位址。

您的計算機是公開的IPv4地址未顯示,因為您的計算機沒有。

IPv4 位址短缺,因此住宅 ISP 會盡可能少地發放位址 - 實際上 ISP 最多只發放一個位址,然後該位址就會被分配到路由器。 (它不與整個 LAN「共用」—它只屬於它所指派的路由器。路由器的 NAT 功能只是重寫通過它的資料包,使其看起來像它們來自路由器的位址。

因此,為了找到您擁有的位址,您需要檢查路由器的設定畫面。在許多華為路由器/數據機上,通常可以在 下找到“WAN IP 位址” Advanced > System > Device Information

請注意,越來越多的 ISP 不再向客戶提供公共 IPv4 位址無論如何,即連路由器都不再有,ISP 將其置於第二層 NAT(即「CGNAT」)之後。如果您的路由器顯示 100.64.xx – 100.127.xx 位址,那麼這也是私人位址; 「真正的」公共地址保留在 ISP 一側。

答案3

https://api.ipify.org

(要避免 30 個字元的限制)

相關內容