How to Test a TCP/IP Router or Multihomed Host

ID: Q113342


The information in this article applies to:

If you are on a subnet and are having problems talking to another subnet through TCP/IP, the following information can help you determine if the problem is with the router.

To troubleshoot router problems, you need a network map and the Internet addresses and subnet masks for your node, the router, the remote side of the router, and the destination node.


Example


                          Two Subnets One Router
                          ----------------------
                              |   ROUTER   |
                          ----------------------
              195.22.3.1  >   |            |   < 195.22.4.25
              255.255.255.0   |            |   255.255.255.0
                              |            |

  |---------------------------|            |---------------------------|

                  |                                   |
                 YOU                              DESTINATION
             195.22.3.33                          195.22.4.66
            255.255.255.0                        255.255.255.0 


  1. Use the PING command to access your computer. For example:
    ping 195.22.3.33

    If this PING works, your node is probably okay.


  2. Use the PING command to access the 'near' side of the router. For example:
    ping 195.22.3.1

    If this PING works, this side of the router is okay.

    NOTE: Because you can ping this address does not necessarily mean this is a router.


  3. Use the PING command to access the 'far' side of the router. For example:
    ping 195.22.4.25

    If this PING works, the router is working.

    If it does not work, have someone use the PING command
    ping 195.22.4.25

    from the destination node (195.22.4.66).

    If this PING works, the router is bad.


  4. Use the PING command to access the remote host. For example:
    ping 195.22.4.66

    If this works, TCP/IP should be working fine.



Notes

Additional query words: prodnt


Keywords          : kbnetwork nttcp NTSrvWkst 
Version           : 3.1 4.0
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: February 3, 1999