我家用工作站主板有两个以太网适配器。两个端口都连接到同一个本地网络和互联网路由器。唯一的区别是一个设置为 DHCP,而另一个具有静态 IP 配置。
最近几周,我不知道什么时候开始出现问题,具有静态 IP 地址的适配器无法在系统启动时正确配置自身(卡在具有 /16 子网掩码的那些自动 IPv4 地址之一上)。我只需要手动禁用和启用适配器,它才能完成其 IP 配置并识别其所在的网络;配置值没有变化。
哪些因素可能导致适配器停止其静态配置?
全新启动
Ethernet adapter Top Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCI GBE Family Controller
Physical Address. . . . . . . . . : 90-E6-BA-1E-70-D8
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b024:6058:b813:c33e%9(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.195.62(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 361817786
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-37-4F-6B-90-E6-BA-1E-70-D8
DNS Servers . . . . . . . . . . . : 165.21.100.88
165.21.83.88
NetBIOS over Tcpip. . . . . . . . : Enabled
禁用/启用后
Ethernet adapter Top Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCI GBE Family Controller
Physical Address. . . . . . . . . : 90-E6-BA-1E-70-D8
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b024:6058:b813:c33e%9(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.3(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 361817786
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-37-4F-6B-90-E6-BA-1E-70-D8
DNS Servers . . . . . . . . . . . : 165.21.100.88
165.21.83.88
NetBIOS over Tcpip. . . . . . . . : Enabled
答案1
我不知道为什么,但如果两个适配器都手动配置了静态 IP 地址,它们就会在系统启动时获得其设置,并能够通过 Internet 连接感知它们所在的网络。