Windows Server 2012 本地 DHCPv6 有状态和公共无状态?

Windows Server 2012 本地 DHCPv6 有状态和公共无状态?

我希望我的 LAN 具有来自服务器的 DHCP6 的静态 IPv6 ULA 以及全局 IPv6。

因此它看上去是这样的:

服务器

IPv6 Address. . . . . . . . . . . : 2601::1         (public auto)
IPv6 Address. . . . . . . . . . . : fc00:5::1       (local static)
Link-local IPv6 Address . . . . . : fe80::1%2       (link-local)
IPv4 Address. . . . . . . . . . . : 192.168.1.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::1:1%2     (auto)
                                    192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.10
DNS Servers . . . . . . . . . . . : fc05::1         (local)
                                    192.168.1.10

客户

DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2601::1         (public auto)
IPv6 Address. . . . . . . . . . . : fc00:5::100     (local from server)
Temporary IPv6 Address. . . . . . : 2601::2         (random public auto)
Link-local IPv6 Address . . . . . : fe80::1%2       (link-local)
IPv4 Address. . . . . . . . . . . : 192.168.1.100   (local from server)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::1:1%2     (auto)
                                    192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.10    (server)
DNS Servers . . . . . . . . . . . : fc00:5::1         (server)
                                    192.168.1.10    (server)

我尝试设置不同的 RA 标志和其他东西,但都没有成功。这是我尝试执行的命令:

netsh int ipv6 set int 19 advertise=enabled routerdiscovery=enabled advertisedefaultroute=disabled managedaddress=enabled otherstateful=enabled store=persistent

相关内容