简体   繁体   中英

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?

This is my setup:

PC1 Network1 - 10.0.0.10 PC1 Network2 - 192.168.137.1

PC2 Network1 - 10.0.0.11

Server Network1 - 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

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

  1. Microsoft Route Tool

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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