如何让Windows 10遵守我的IPv6接口指标?
在Window 10系统上,我有多个接口。我为每个接口分配了IPv4和IPv6的路由度量标准。当我查看路由表时,会使用我的IPv4度量标准。对于IPv6,我的度量标准被忽略,并且为传出连接选择了错误的接口。 PS C:\users\Public> Get-NetRoute -DestinationPrefix '0.0.0.0/0' | Format-Table -AutoSize ifIndex DestinationPrefix NextHop RouteMetric PolicyStore ------- ----------------- ------- ----------- ----------- 6 0.0.0.0/0 10.0.0.1 768 ActiveStore 3 0.0.0.0/0 192.168.8.1 512 ActiveStore 4 0.0.0.0/0 192.168.32.1 0 ActiveStore PS C:\users\Public> Get-NetRoute -DestinationPrefix '::/0' | Format-Table -AutoSize ifIndex DestinationPrefix NextHop RouteMetric PolicyStore ------- ----------------- …