我有一个具有静态 IPv6 地址的 Server 2019 主机。微软似乎在 Windows 10中添加了一项功能,该功能也出现在 2019 年,主机可以同时拥有静态 IP 地址和 DHCP 地址。此功能默认启用:
C:\Windows\system32>netsh interface ipv6 show interfaces 3
Interface Ethernet Parameters
----------------------------------------------
<snip>
DHCP/Static IP coexistence : enabled
不过,我似乎无法禁用它;为了测试,我使用有效的“启用”选项运行命令 - 但是将“启用”更改为“禁用”会给我“参数不正确”。
C:\Windows\system32>netsh interface ipv6 set interface "3" dhcpstaticipcoexistence=enabled
Ok.
C:\Windows\system32>netsh interface ipv6 set interface "3" dhcpstaticipcoexistence=disabled
The parameter is incorrect.
C:\Windows\system32>netsh interface ipv6 set interface "3" dhcpstaticipcoexistence=no
The parameter is incorrect.
C:\Windows\system32>netsh interface ipv6 set interface "3" dhcpstaticipcoexistence=false
The parameter is incorrect.
我做错了什么,还是这只是坏了?我们如何摆脱这个额外的 DHCPv6 地址?
请注意,我们还禁用了 SLAAC 等:Win2k8R2 获取 DHCPv6 地址,但具有静态配置