![]() |
Routing In Windows |
Tags: routing in windows, routing table in windows, route add command, add static route, ip r, delete route, delete route in linux, delete route command, route add default gw, route table, windows routing table command, windows routing table, windows route delete, linuxtopic,
Go to the Start -> Run
Type cmd for command prompt
type following command
Add Route Temp :
# route add < network > mask <subnet/netmask> < gateway/router>
Ex - route add 10.20.3.0 mask 255.255.255.0 10.20.2.1
Add Route Permanent :
# route add < network > mask <subnet/netmask> < gateway/router> -p
Ex - route add 10.20.3.0 mask 255.255.255.0 10.20.2.1 -p
Here P = Persistent Route
need command for delete route
ReplyDelete