IT tutorials
 
Windows
 

Windows Server 2008 : Basic Routing on a Server - Modifying Routes in the Routing Table with route change, Deleting Routes from the Routing Table with route delete

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
2/18/2013 6:14:53 PM

Modifying Routes in the Routing Table with route change

The following syntax changes a route:

route change network-destination mask network-mask
gateway [metric metric]

For example, imagine that you created a route with the following command:

route add 192.168.17.0 mask 255.255.255.0 192.168.1.22

You now realize that the gateway should be 192.168.1.2 (not 192.168.1.22). You can just reissue the command using change and the correct gateway as follows:

route change 192.168.17.0 mask 255.255.255.0 192.168.1.2

Note

You can also delete the route using the route delete command, and then add the route again using the route add command.

Deleting Routes from the Routing Table with route delete

The syntax to delete a route from the routing table is

route delete network-destination

For example, to delete the two routes added using commands in the previous section, use the following two commands:

route delete 192.168.17.0
route delete 192.168.17.33

Note

You don’t have to do anything special to delete a persistent route. Persistent routes are deleted when the route is deleted from the routing table.

 
Others
 
- Windows Server 2008 : Basic Routing on a Server - Viewing the Routing Table with route print, Adding Routes to the Routing Table with route add
- Windows 8 : The Classic Interface - Desktop Operations
- Windows 8 : The Classic Interface - Notifications
- Windows Server 2008 : Remote Administration (part 2) - Connecting to Remote Systems with mstsc
- Windows Server 2008 : Remote Administration (part 1) - Configuring, Verifying, and Removing winrm, Using winrs to Issue Commands
- Windows 8 : The Classic Interface - The Taskbar
- Windows 8 : The Classic Interface - Start Me Up, Desktop Elements
- Windows Home Server 2011 : Understanding Windows Home Server’s Backup Technology
- Windows Home Server 2011 : Making Connections to Network Computers - Customizing the Remote Web Access Pages
- Windows 8 : Managing the BCD Store
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us