我isc-dhcp-server
在本地的 RasPi 上运行。我有以下配置:
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
authoritative;
option dhcp6.name-servers fc00::1;
subnet6 fc00::/7{
range6 fc00::10 fc00::50;
}
我的所有设备都从那里获得一个 IPV6 地址,除了我的 Windows 客户端。它拒绝接受该范围内的地址。有什么办法强制吗?