Windows 8.1 上的网络接口绑定顺序

Hon*_*eng 2 networking windows command-line-interface graphical-user-interface

当我在命令行中查询 windows 8 上的本地接口时,我可以看到下面列出的结果:

C:\> netsh interface show interface

Admin State    State          Type             Interface Name
-------------------------------------------------------------------------
Disabled       Disconnected   Dedicated        Wireless Network Connection
Enabled        Connected      Dedicated        Local Area Connection 5
Enabled        Disconnected   Dedicated        Local Area Connection 3
Enabled        Connected      Dedicated        Local Area Connection 2
Run Code Online (Sandbox Code Playgroud)
  1. 列表中的顺序是否表示网络绑定顺序?

  2. 如果是这样,我如何修改这些接口的顺序。例如,我想将 提升Local Area Connection 2到列表的顶部。

命令行命令更可取,但也欢迎使用 GUI 步骤。非常感谢!

Gra*_*ant 5

要指定使用哪个网络适配器,您需要在路由表中设置度量值。接口列表的顺序与将使用哪个无关 - 它全部在路由表中。