1.注意都要用管理员身份运行

2.将以下代码编写为.bat文件,然后以管理员身份运行此文件

route delete 0.0.0.0
route delete 10.10.0.0
route delete 10.10.30.0
route delete 10.39.4.0
route delete 10.10.24.0
route delete 10.10.82.0
route delete 10.10.85.0
route delete 10.10.86.0
route add -p 0.0.0.0 mask 0.0.0.0 192.168.0.1 METRIC 1
route add -p 0.0.0.0 mask 0.0.0.0 10.38.128.1 METRIC 300
route add -p 10.10.82.0 mask 255.255.255.0 10.38.128.1 metric 2
route add -p 10.10.85.0 mask 255.255.255.0 10.38.128.1 METRIC 3
route add -p 10.10.86.0 mask 255.255.255.0 10.38.128.1 METRIC 4
route add -p 10.10.30.0 mask 255.255.255.0 10.38.128.1 metric 5
route add -p 10.10.24.0 mask 255.255.255.0 10.38.128.1 metric 6
route add -p 10.39.4.0 mask 255.255.255.0 10.38.128.1 metric 7
route add -p 10.10.0.0 mask 255.255.255.0 10.38.128.1 METRIC 8

 

相关文章:

  • 2022-01-07
  • 2021-06-04
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-12-18
  • 2021-08-31
  • 2021-12-29
猜你喜欢
  • 2021-08-04
  • 2021-06-21
  • 2022-12-23
  • 2021-09-16
  • 2021-08-22
  • 2021-10-19
相关资源
相似解决方案