小编sta*_*aaa的帖子

如何将默认路由添加回 Windows 路由表

我需要刷新然后将此默认路由添加回 Windows 路由表:

Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
      0.0.0.0          0.0.0.0      192.168.1.1      192.168.1.3     25
Run Code Online (Sandbox Code Playgroud)

我完全做不到。首先我做route -f,然后我尝试

route add 0.0.0.0 mask 0.0.0.0 gateway 192.168.1.3 interface 192.168.1.1 metric 25
Run Code Online (Sandbox Code Playgroud)

但我刚收到一条消息说

route: bad argument 192.168.1.3.
Run Code Online (Sandbox Code Playgroud)

有谁知道route add添加这条路线的正确命令?

networking windows windows-7 routing

5
推荐指数
1
解决办法
12万
查看次数

标签 统计

networking ×1

routing ×1

windows ×1

windows-7 ×1