Thursday 14 May 2009

What are Persistent IP Route - How to Add routes in routing table

Persistent Static IP Route in Windows


If you don't know how to add static IP route in windows operating system I will prefer you to read this tutorial. "How to add static route"

Persistent routes are needed because the routes which are not persistent are removed from the Windows operating system once the OS is rebooted. So in order to preserve the routes we have to add persistent routes in the system by a command.

#command
route add 192.168.1.5 mask 255.255.255.255 192.168.1.1 -p

The "-p" option denotes that this route is persistence in nature.


Related Posts -
How to add Static IP Routes
How to delete Static IP Routes

Other Posts -

Your Security Log is Full error
Open xls without using Excel
Automatic Copy Selected Text

0 comments:

Post a Comment