在 IPv4 和 IPv6 的属性窗口中(从 访问Control Panel\Network and Internet\Network Connections
),选择了“自动获取 IP 地址”,但ipconfig
显示 IPv4 地址未从 更改192.168.1.137
。我以前有一个使用静态 IP 的 Ubuntu VM 192.168.1.137
,但它很久以前就被删除了。我的其他 VM 都没有静态 IP。VirtualBox Host-Only Network 的 IPv4 属性Control Panel\Network and Internet\Network Connections
设置为用作192.168.56.1
其 IP,我相信这是在安装 VirtualBox 时设置的。
运行命令ipconfig /release
并且ipconfig /renew
不更改 IP 地址。重新启动肯定不行(几个月来我一直都是这种情况)。
有什么方法可以查明是什么原因迫使我的 Windows 机器具有相同的 IP?
将此机器的配置更改为使用静态 IP 确实可以解决问题,但这似乎有点不安全,我仍然想知道是什么原因导致的。
如果需要,ipconfig
输出:
Windows IP Configuration
Host Name . . . . . . . . . . . . : nelson-pc
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Killer e2200 Gigabit Ethernet Controller
Physical Address. . . . . . . . . : 4C-CC-6A-25-AA-9C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 1A-1C-A2-01-F8-99
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Qualcomm Atheros AR938x Wireless Network Adapter
Physical Address. . . . . . . . . : 68-1C-A2-01-F8-99
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::9dbb:2386:1ff4:cdae%3(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.137(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Monday, August 14, 2017 11:22:13 PM
Lease Expires . . . . . . . . . . : Wednesday, August 16, 2017 2:53:41 AM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 57154722
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1F-7E-3C-FE-68-1C-A2-01-F8-99
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
Physical Address. . . . . . . . . : 0A-00-27-00-00-09
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::4cfa:94e7:9eed:226d%9(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.56.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 151650343
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1F-7E-3C-FE-68-1C-A2-01-F8-99
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{D2F31E5B-5B96-4C1A-806A-CB0E0DFCCC96}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{BAF8AF36-13DB-406D-8E65-794EABC051DE}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
答案1
当我在路由器的配置页面上做其他事情时,我偶然发现了一个Address Reservation
部分,其中有一个条目是我的 PC,其 IP 地址有问题。我删除了该条目,如果我的 IP 自行更改,我将接受这个答案。