Назад | Перейти на главную страницу

Windows Server 2012 Local DHCPv6 Stateful & Public Stateless?

Я хочу, чтобы в моей локальной сети были статические ULA IPv6 от DHCP6 сервера, а также глобальный 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