windows两种添加路由的方法
摘要:
windows使用netsh添加netsh路由 netsh interface ipv4 add route 1.1.1.1/32 "接口名称" <网关IP> 请将 <接口名称> 替换为你想要路由的接口的名称,以及 <网关IP> 替换为相应的网关IP地址。例如: netsh interface ip 阅读全文
posted @ 2024-04-30 17:23 叶子在行动 阅读(1012) 评论(0) 推荐(0) 编辑