Windows 固定 IPv6 后缀

用管理员权限打开 PowerShell ,输入 Get-NetIPv6Protocol

Get-NetIPv6Protocol
  • RandomizeIdentifiers :
    网络配置参数,用于控制Windows操作系统在生成接口标识符(Interface Identifier,IID)时是否使用随机值。

  • UseTemporaryAddresses:
    设置使用临时地址。

Set-NetIPv6Protocol -RandomizeIdentifiers Disabled
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled

下一步请参考:Debian12 (雷池WAF SafeLine)通过 EUI64 固定 IPv6 地址后缀、获取无状态 SLAAC

网络参考:

posted @ 2024-12-18 00:50  Yogile  阅读(769)  评论(0)    收藏  举报