|
|
|||
WINDOWS 2000 PROFESSIONAL But the ROUTE command doesn't restrict you to only viewing the local computer's routing table. In addition to viewing this table, you can also modify it by adding or removing routes. Below is
the syntax to add a new route: Here's
an example: When you add a route using this syntax, the route doesn't persist across restarts of the computer. To make a route persist, add the -p switch to the command, as shown below: ROUTE -p
ADD 192.168.1.0 MASK 255.255.255.0 192.168.0.9 METRIC 2 IF 2 ROUTE DELETE 192.168.1.0 |
||||