Add/Delete Routing Table in Windows | Routing Command in Windows | Route Add


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,
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




1 comment

Linuxtopic said...

need command for delete route

Powered by Blogger.