TCP/IP troubleshooter

Route information

Route selection (how and where the system sends outbound IP traffic) is accomplished by processing or checking routes in a particular order. The destination IP address in the IP packet determines the route that will be selected. The system selects the routes in this order:

  1. Direct Routes:
  2. Host Routes:
  3. Network Routes:
  4. Default Routes:

See examples of each of these types of routes:

Note: The IP addresses 10.x.x.x and 192.x.x.x represent public IP addresses. All of these addresses are fictitious and are used for example purposes only

Type of Route Route Destination Subnet Mask Next Hop
Direct Route 10.1.1.0 255.255.255.0 *DIRECT
Host Route 192.16.1.41 *HOST 10.1.1.1
Network Route 192.18.3.0 255.255.255.0 10.1.1.2
Default Route *DFTROUTE *NONE 10.1.1.3