Estou procurando o equivalente do Windows 10Suporte a token IPv6 do Linux.
Quando faço um Get-NetIPAddress -AddressFamily ipv6
(PowerShell) no Windows, obtenho uma saída semelhante a esta:
IPAddress : <REDACTED>
InterfaceIndex : 15
InterfaceAlias : Ethernet
AddressFamily : IPv6
Type : Unicast
PrefixLength : 128
PrefixOrigin : Dhcp
SuffixOrigin : Dhcp
AddressState : Preferred
ValidLifetime : 11:51:45
PreferredLifetime : 11:51:45
SkipAsSource : False
PolicyStore : ActiveStore
Observe oPrefixOrigin
eSuffixOrigin
.
Existe uma maneira no Windows de definir um SuffixOrigin fixo sem bloquear o Prefix?