简体   繁体   English

Windows 网络路由

[英]Windows Network Routing

is it possible to add a route from PC2 to a network which is hosted by PC1 to reach a webserver in the second network?是否可以添加从 PC2 到 PC1 托管的网络的路由,以到达第二个网络中的网络服务器?

This is my setup:这是我的设置:

PC1 Network1 - 10.0.0.10 PC1 Network2 - 192.168.137.1 PC1 网络 1 - 10.0.0.10 PC1 网络 2 - 192.168.137.1

PC2 Network1 - 10.0.0.11 PC2 网络 1 - 10.0.0.11

Server Network1 - 192.168.137.2服务器网络 1 - 192.168.137.2

Maybe this helps . 也许这有帮助。

Something like this ...像这样的东西...

route add -p 192.168.137.2 mask 255.255.255.0 10.0.0.10路由添加 -p 192.168.137.2 掩码 255.255.255.0 10.0.0.10

Add a static route to the 192.168.137.2 network that uses a subnet mask of 255.255.255.0 and a gateway of 10.0.0.10向使用子网掩码 255.255.255.0 和网关 10.0.0.10 的 192.168.137.2 网络添加静态路由

  1. Microsoft Route Tool 微软路由工具

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM