Thursday, January 20, 2011

How to Add Route to TCP/IP Routing Table With Windows Routing And Remote Access Console or DOS Prompt

SkyHi @ Thursday, January 20, 2011
Windows box which connected to network, be it local area network (LAN) or Internet has a IP Routing Table with rules that defines how and where all data packets should be sent and routed when the IP datagram is forwarded to remote destination, normally via main network adapter on the system to router or switch and hub before leaving to Internet.

On some system connected to complex and complicated network, administrator may require to configure a more advanced network topology with additional routing routes requirement. For example, customized route is required when the NIC interface does not know where to route to an IP address on network segment which does not belong to the same subnet, such as router at 192.168.1.1 to access node on 10.1.1.1 and subnet mask of 255.255.255.0. In any cases, administrator or user can add a route into TCP/IP Routing Table using DOS command prompt with route command or Routing And Remote Access management console in Windows.

Add IP Route Rules into Windows Routing Table in Command Prompt with Route Command
  1. Click Start -> Run (or at Start Search in Windows Vista or Windows 7 ), and type in Cmd, then press Enter to open a command prompt window. (note: Windows 7's cmd and Wireshark needs to run as Administrator )
  2. The syntax of route command to add a routing table entry: route ADD [destination IP address or subnet] MASK [subnet mask] [gateway IP address] [metric] IF [interface]
    Not all parts of the syntax is mandatory. Some if optional, such as metric and network interface. Example command to add a route to 10.1.1.0/24 subnet network through 192.168.1.8 gateway router:
    route ADD 10.1.1.0 MASK 255.255.255.0 192.168.1.8
    To make the route persistent across boots of the system, use -p flag in addition to route add command. Else, the route is not preserved once system restarts. For example:
    route -p ADD 10.1.1.0 MASK 255.255.255.0 192.168.1.8
    Note: route help will display different commands and switches supported by route command.
  3. Press Enter to execute the route command.
  4. View the routing table to verify that the new route rules is added correctly. Note: If any part of the information in the route is wrong, user has to use the route delete command to delete the incorrect entry, and then use route add command as illustrated above to re-enter the routing table entry.

Add New Routing Table Entry Using Routing and Remote Access Console
  1. Click Start -> Administrative Tools -> Routing And Remote Access.
  2. If the computer is already configured for routing and remote access, skip to step 5. Else, if the server is not yet configured for routing and remote access, right click on the computer node (or click on Action menu), and then click on Configure and Enable Routing and Remote Access option.
    Note: If you don’t see your PC (normally local system will be added automatically), right clock on root of tree, and click on Add Server to add This Computer.
  3. While configuration the computer for routing and remote access, select Custom configuration, and click Next button.
  4. Check the checkbox of LAN routing, and click Next button.
  5. Click on Finish button and if prompted, opt to start the service.
  6. In the console tree, expand the computer node to add the IP routing rule, and then expand the IP Routing sub-tree.
  7. Right click on Static Routes, and click Add Static Route on the right click menu.
  8. A Static Route dialog box will open.
  9. Select the appropriate network connection to route from the Interface drop-down list box, and fill in the value for Destination, Network mask, Gateway and Metric. Leave the Use this route to initiate demand-dial connections option checkbox enabled if the route is to be used for demand-dial connections.
  10. Click OK.


REFERENCES
http://www.mydigitallife.info/2008/12/25/how-to-add-route-to-tcpip-routing-table-with-windows-routing-and-remote-access-console-or-dos-prompt/


Windows XP Persistent Route


   The example below show step by step to add persistent route or some say permanent static route on the Windows XP computer, the same rules or command can be apply on Windows 2000

1. Click on Start menu, then click on Run to open the run command window.
Windows XP start menu

2. On the Open text box type in cmd and click OK button to start the Windows XP command interpreter.
Windows XP run command window

Windows XP command interpreter

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Jason>

3.  To display routing table information on your Windows XP machine, type in 'route print' as shown on example below.

C:\Documents and Settings\Jason>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...00 16 17 6c 38 31 ...... VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport
0x5 ...00 11 67 25 56 41 ...... Bluetooth PAN Network Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
169.254.0.0 255.255.0.0 192.168.1.15 192.168.1.15 30
192.168.1.0 255.255.255.0 192.168.1.11 192.168.1.11 20
192.168.1.0 255.255.255.0 192.168.1.12 192.168.1.12 20
192.168.1.0 255.255.255.0 192.168.1.15 192.168.1.15 20
192.168.1.11 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.11 192.168.1.11 20
192.168.1.255 255.255.255.255 192.168.1.12 192.168.1.12 20
192.168.1.255 255.255.255.255 192.168.1.15 192.168.1.15 20
224.0.0.0 240.0.0.0 192.168.1.11 192.168.1.11 20
224.0.0.0 240.0.0.0 192.168.1.12 192.168.1.12 20
224.0.0.0 240.0.0.0 192.168.1.15 192.168.1.15 20
255.255.255.255 255.255.255.255 192.168.1.11 192.168.1.11 1
255.255.255.255 255.255.255.255 192.168.1.12 192.168.1.12 1
255.255.255.255 255.255.255.255 192.168.1.15 192.168.1.15 1
255.255.255.255 255.255.255.255 192.168.1.15 5 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None

C:\Documents and Settings\Jason>

Display route command help


4.  To get more information or help on manipulating the routing table on Windows XP type in 'route /?' and then hit the Enter key as shown on the example below.

C:\Documents and Settings\Jason>route /?

Manipulates network routing tables.

ROUTE [-f] [-p] [command [destination]
[MASK netmask] [gateway] [METRIC metric] [IF interface]

-f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command.
-p When used with the ADD command, makes a route persistent across boots of the system. By default, routes are not preserved when the system is restarted. Ignored for all other commands, which always affect the appropriate persistent routes. This option is not supported in Windows 95.
command One of these:
PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route
destination Specifies the host.
MASK Specifies that the next parameter is the 'netmask' value.
netmask Specifies a subnet mask value for this route entry.
If not specified, it defaults to 255.255.255.255.
gateway Specifies gateway.
interface the interface number for the specified route.
METRIC specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database file NETWORKS. The symbolic names for gateway are looked up in the host name database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard, (wildcard is specified as a star '*'), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only matching destination routes are printed. The '*' matches any string, and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.

Examples:

> route PRINT
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
         destination^      ^mask     ^gateway     metric^    ^
                                                    Interface^
If IF is not given, it tries to find the best interface for a given gateway.
> route PRINT
> route PRINT 157* .... Only prints those matching 157*
> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

CHANGE is used to modify gateway and/or metric only.
> route PRINT
> route DELETE 157.0.0.0
> route PRINT

C:\Documents and Settings\Jason>

Add persistent route on Windows XP


5.  The command example below show the route command to add persistent route (permanent static route)

C:\Documents and Settings\Jason>route ADD -p 192.168.1.0 MASK 255.255.255.0 192.168.1.1

command explanations:

Windows XP persistent route explaination

6.  Verify the changes using 'route PRINT' command.

C:\Documents and Settings\Jason>route PRINT
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...00 16 17 6c 38 31 ...... VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport
0x5 ...00 11 67 25 56 41 ...... Bluetooth PAN Network Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
169.254.0.0 255.255.0.0 192.168.1.15 192.168.1.15 30
192.168.1.0 255.255.255.0 192.168.1.11 192.168.1.11 20
192.168.1.0 255.255.255.0 192.168.1.12 192.168.1.12 20
192.168.1.0 255.255.255.0 192.168.1.15 192.168.1.15 20
192.168.1.0 255.255.255.0 192.168.1.1 192.168.1.11 1
192.168.1.11 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.11 192.168.1.11 20
192.168.1.255 255.255.255.255 192.168.1.12 192.168.1.12 20
192.168.1.255 255.255.255.255 192.168.1.15 192.168.1.15 20
224.0.0.0 240.0.0.0 192.168.1.11 192.168.1.11 20
224.0.0.0 240.0.0.0 192.168.1.12 192.168.1.12 20
224.0.0.0 240.0.0.0 192.168.1.15 192.168.1.15 20
255.255.255.255 255.255.255.255 192.168.1.11 192.168.1.11 1
255.255.255.255 255.255.255.255 192.168.1.12 192.168.1.12 1
255.255.255.255 255.255.255.255 192.168.1.15 192.168.1.15 1
255.255.255.255 255.255.255.255 192.168.1.15 5 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
192.168.1.0 255.255.255.0 192.168.1.1 1

C:\Documents and Settings\Jason>

Delete persistent route on Windows XP


7.  The example below show the example of route command use to delete or remove persistence route that we add on the Windows routing table on earlier example.

C:\Documents and Settings\Jason>route DELETE 192.168.1.0

8.  To verify the changes made after we execute the command to delete the route, execute the 'route PRINT' command as show on the example below.

C:\Documents and Settings\Jason>route PRINT
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x4 ...00 16 17 6c 38 31 ...... VIA Compatable Fast Ethernet Adapter - Packet Scheduler Miniport
0x5 ...00 11 67 25 56 41 ...... Bluetooth PAN Network Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.15 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
169.254.0.0 255.255.0.0 192.168.1.15 192.168.1.15 30
192.168.1.0 255.255.255.0 192.168.1.11 192.168.1.11 20
192.168.1.0 255.255.255.0 192.168.1.12 192.168.1.12 20
192.168.1.0 255.255.255.0 192.168.1.15 192.168.1.15 20
192.168.1.11 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.15 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.11 192.168.1.11 20
192.168.1.255 255.255.255.255 192.168.1.12 192.168.1.12 20
192.168.1.255 255.255.255.255 192.168.1.15 192.168.1.15 20
224.0.0.0 240.0.0.0 192.168.1.11 192.168.1.11 20
224.0.0.0 240.0.0.0 192.168.1.12 192.168.1.12 20
224.0.0.0 240.0.0.0 192.168.1.15 192.168.1.15 20
255.255.255.255 255.255.255.255 192.168.1.11 192.168.1.11 1
255.255.255.255 255.255.255.255 192.168.1.12 192.168.1.12 1
255.255.255.255 255.255.255.255 192.168.1.15 192.168.1.15 1
255.255.255.255 255.255.255.255 192.168.1.15 5 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None

C:\Documents and Settings\Jason>

Temporary route


   To temporarily add route on your Windows XP, just remove the -p on the persistent route command, as shown on the example below.

C:\Documents and Settings\Jason>route ADD 192.168.1.0 MASK 255.255.255.0 192.168.1.1


Keywords: persistent route, persistent route xp, add persistent route, windows xp route, route windows xp, static route xp, temporary route xp, add route windows xp


REFERENCES