Windows 双以太网卡设置

Windows 双以太网卡设置

我有两张以太网卡,我的路由如下:

IPv4 Route Table
    ===========================================================================
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0     172.16.128.1   172.16.161.124     35
              0.0.0.0          0.0.0.0         11.1.1.1                c    291

===========================================================================
    Persistent Routes:
      Network Address          Netmask  Gateway Address  Metric
           172.16.0.0    255.255.252.0     172.16.128.1     282
        192.168.123.0    255.255.255.0     172.16.128.1       1
              0.0.0.0          0.0.0.0         11.1.1.1  Default

我想使用 11.1.1.1 连接到互联网,如果我连接到任何 IP 地址为 172.... 或 192... 的服务器,我将使用 172.16.128.1 网关。

这有效,但是当我重新启动计算机时,172.16.161.124 的度量设置小于 11.1.1.1,所以我的互联网从 172.16.161.124 连接。

相关内容