1、route delete 0.0.0.0 mask 0.0.0.0 10.33.31.254----------删除默认到内网网关的默认路由;
2、route add -p 10.33.0.0 mask 255.255.0.0. 10.33.31.254 ------添加永久的内网数据包路由;

 

错误:

1.The route addition failed: Either the interface index is wrong or the gateway does not lie on the same network as the interface. Check the IP Address Table for the machine.

    添加的网关不在当前网卡所在局域网。

 

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2022-02-01
  • 2021-08-20
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2021-06-10
  • 2021-07-08
  • 2022-01-19
  • 2021-06-15
  • 2021-11-20
  • 2022-12-23
相关资源
相似解决方案