To add a static route to windows, do the following;
route add destination mask gateway metric interface
route add 23.128.16.0 255.255.240.0 23.128.16.1 IF 13
Note, in the above we are ignoring the metric.
The interface number can be found from;
netsh interface ipv4 show interfaces
No comments:
Post a Comment
Note: only a member of this blog may post a comment.