You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
route delete 10.10.0.0 -p
|
|
route delete 0.0.0.0 -p
|
|
|
|
route add 10.10.0.0 mask 255.255.0.0 10.10.21.1 metric 1 -p
|
|
route add 0.0.0.0 mask 0.0.0.0 192.168.1.1 metric 2 -p
|
|
|