add a static IP route in windows
|
1. |
Open Command Prompt |
||||||||||
|
2. |
At the command prompt, type: route add destination mask subnetmask gateway metric costmetric if interface where:
For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt: route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2 |
| Windows 7 Shortcut Keys< Prev | Next >ipconfig commands |
|---|


