Test e diagnostica di rete Testes e diagnósticos da rede Tests und Diagnoseverfahren für Netzwerke Tests et diagnostics du réseau Pruebas y diagnósticos de red

Testing the IP configuration

Before doing anything else, you are advised to check the computer's IP configuration. Windows systems offer a command-line tool, called ipconfig, that lets you find out your computer's IP configuration. The output of this command gives the IP configuration for each interface; a computer with two network cards and one wireless adapter has 3 interfaces each with its own configuration.

To view your computer's IP configuration, simply enter the following command (Start/run):

cmd /k ipconfig /all

The output of such a command looks like this:

Windows IP Configuration
		Host name . . . . . . . . . . : CCM
		Primary DNS suffix . . . . . . :
		Node type . . . . . . . . . . : Broadcast
		IP routing enabled . . . . . . . . : No
		WINS proxy enabled . . . . . . . . : No
Ethernet adapter wireless network connection:
		Connection-specific DNS suffix:
		Description . . . . . . . . . . . : Intel(R) PRO/Wireless LAN 2100 3A Mini PCI Adapter
		Physical address . . . . . . . . .: 00-0C-F1-54-D5-2C
		DHCP enabled. . . . . . . . . . . : No
		IP address. . . . . . . . . . . . : 192.168.1.3
		Subnet mask . . . . . . : 255.255.255.0
		Default gateway . . . . . . : 192.168.1.1
		DNS servers . . . . . . . . . .  : 193.19.219.210
												   193.19.219.211
Ethernet adapter local area connection:
		Media status . . . . . . . . . : Media disconnected
		Description . . . . . . . . . . . : Broadcom 570x Gigabit Integrated Controller
		Physical address . . . . . . . . .: 0F-0F-1F-CB-99-87

The above report shows that the computer has two network interfaces, one of which is wireless. The name of the machine on the network is CCM.

The Ethernet interface connected to the local area network (network card) is not active since the cable is disconnected, but the wireless adapter is configured.

Machines on a same network must use a same address range (with different addresses) and a same subnet mask. In the case of a local network, connecting machines that do not have routable IP addresses, so-called private address ranges must be used.

The default gateway refers to, when applicable, the IP address of the machine offering internet access. DNS servers.

The DNS servers must correspond to the organization's DNS servers; most of the time these are the service provider's DNS servers.

Testing the connection

To test the proper functioning of a network, there is a highly practical utility provided as a standard feature with most operating systems; this is the ping utility. Ping lets you send a data packet to a network computer and lets you evaluate the response time. The ping command is explained in detail at the following address:

To test the network thoroughly, simply open a command-line window, then successively carry out the following steps:

  • ping the loopback address (127.0.0.1), representing your computer:
    ping -t 127.0.0.1
  • ping the IP addresses of the network's computers, for example:
    ping -t 192.168.0.3
  • ping the computer names, for example:
    ping -t Mickey
  • ping the computer used as gateway on the local area network, that is, the computer sharing its internet connection. It usually has the address 192.168.0.1:
    ping -t 192.168.0.1
  • ping the service provider's gateway. The address of the service provider's gateway can be retrieved using the ipconfig command on the computer being used as gateway on the local area network;
  • ping the service provider's name servers . The address of the service provider's DNS servers can be retrieved using the ipconfig command on the computer being used as gateway on the local area network;
  • ping a machine on the internet network, for example:
    ping -t 193.19.219.210
  • ping a domain name, for example:
    ping -t www.commentcamarche.net
If all this works, your network is ready to be used!

Last update on Thursday October 16, 2008 02:43:21 PM.This document entitled « Network tests and diagnostics » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Network tests and diagnostics » in :
Installing a network adapter Show Purpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...
Windows - Diagnostic tools Show Accessing diagnostic tools On the Desktop, when you right-click on a drive and go to Properties, the "Tools" tab gives you access to three tools: Defragmenter (c:\windows\defrag.exe) Scandisk (c:\windows\command\scandisk.exe) Backup (c:\program...
[Windows XP] Repairing the network connection using command line Show[Windows XP] Repairing the network connection using command lines Under Windows XP there is a small feature allowing you to repair a network connection. Go to the Network Connections options in Control panel (Control Panel / Network...
Testing your firewall ShowTesting your firewall Note Local software test port Tests Online: Not 100% reliable Additional Information Do you have any doubts about your firewall? It does nothing for months? This test is for...
Knoppix - integrated Nvidia card network ShowKnoppix - integrated Nvidia card network This tip has been designed to show you how to install the corresponding driver under a knoppix Debian mode. Same has been tested on a motherboard AL NFII ULTRA 400 with an integrated LAN...
Download Ping Tester 2008 ShowIn computer science, "Ping" is an order allowing to test the presence of a machine on a network. PingTester is a tool allowing to stock a mailing list IP. He also allows to test orders networks to augment her effectiveness.Ameliorate the tracing of...
Download Bandwidth Meter and Diagnostics ShowWhen you have just acquired a new Internet connection or when you have connection problems, you would like to estimate the connection speed and the available bandwidth. Bandwidth Meter and Diagnosis is a Firefox extension allowing to diagnose and...
VPN - Virtual Private Networks ShowThe concept of virtual private networks Local area networks (LANs) are the internal networks of organisations, meaning connections between the machines that belong to a particular organisation. These networks are becoming more and more frequently...
Installing a network card ShowGoal The goal is to set up a network in order to exchange data or play games on the network. Thus, it is necessary to install a network card on every computer that may become part of the LAN. The purpose of this tutorial is to help you to install a...
Creating a local area network ShowWhy set up a local area network? When you have several computers, it can be convenient to connect them to each other to create a local area network (LAN). Setting up such a network costs very little, contrary to what people may think. Here are a...