Nmap 似乎认为我的计算机有两个 IP 地址。当我运行时ipconfig
,我得到
Connection-specific DNS Suffix . : home
Link-local IPv6 Address . . . . . : fe80::****:****:****:****%12
IPv4 Address. . . . . . . . . . . : 192.168.2.22
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
但当我跑步时nmap -p80 192.168.2.0/24
,我
Nmap scan report for 192.168.2.1
Host is up (0.0088s latency).
PORT STATE SERVICE
80/tcp open http
MAC Address: A0:8E:3A:F3:67:28 (Unknown)
Skipping SYN Stealth Scan against 192.168.2.15 because Windows does not support
scanning your own machine (localhost) this way.
Nmap scan report for 192.168.2.15
Host is up.
PORT STATE SERVICE
80/tcp unknown http
Skipping SYN Stealth Scan against 192.168.2.22 because Windows does not support
scanning your own machine (localhost) this way.
Nmap scan report for 192.168.2.22
Host is up.
PORT STATE SERVICE
80/tcp unknown http
这似乎意味着我的计算机有两个 IP 地址 -192.168.2.15
并且192.168.2.22
?怎么会这样?
答案1
问题似乎出在我的 NordVPN 运行上
感谢评论者的帮助