我在 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
答案2
你的计算机是公开的IPv6地址显示为“IPv6 地址”,就是这个2402:d000:<...>:6299
。
你的计算机是公开的IPv4地址未显示,因为您的计算机没有。
IPv4 地址短缺,因此住宅 ISP 会尽可能少地发放 IPv4 地址——实际上,ISP 最多只发放一个地址,然后该地址就会被分配到路由器。(它不与整个 LAN“共享”——它只属于它所分配到的路由器。路由器的 NAT 功能只是重写通过它的数据包,使其看起来像它们来自路由器的地址。)
因此,为了找到您拥有的地址,您需要检查路由器的设置屏幕。在许多华为路由器/调制解调器上,“WAN IP 地址”通常可以在 下找到Advanced > System > Device Information
。
但请注意,越来越多的 ISP 不再向客户提供公共 IPv4 地址一点儿也不,也就是说,路由器不再有地址,ISP 将其置于第二层 NAT(即“CGNAT”)之后。如果您的路由器显示 100.64.xx – 100.127.xx 地址,那么这也是一个私有地址;“真正的”公共地址保留在 ISP 端。
答案3
(为了避免 30 个字符的限制)