WINDOWS || add local static route
-
check for current routes and interfaces
route print
To add the route us the following command and change it to your need:
route -p add Destination_Network MASK Subnet_Mask Gateway_IP IF Interface
replace Destination_Network, Subnet_Mask, Gateway_IP and Interface with your corresponding values.
check the routes again and do a ping test.
Done!