Flux rss
Bookmark Bookmark & Share
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.
Creating an ad hoc WiFi network Presentation of the ad hoc WiFi network If you have two or more computers equipped with wireless adapters (WiFi cards), it is possible to easily connect them in a network by setting up a so-called "ad hoc" network, that is, a computer-to-computer... en.kioskea.net/contents/configuration-reseau/creer-reseau-wifi-ad-hoc.php3
Installing a network card Goal 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... en.kioskea.net/contents/pratique/carteres.php3
Download Ping Tester 2008 In 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... en.kioskea.net/telecharger/telecharger-571-ping-tester-2008
How to test your computer's power supplyHow to test your computer’s power supply To be able to test your computer’s power supply, you can follow the instructions below: 1. Turn off your power switch and plug it out from the power supply. 2. Remove the cable from the CPU and... en.kioskea.net/faq/sujet-323-how-to-test-your-computer-s-power-supply
[Windows XP] Repairing the network connection using command line[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... en.kioskea.net/faq/sujet-848-windows-xp-repairing-the-network-connection-using-command-line
Introduction to network bridgeIntroduction to network bridge What is a bridge? XP network bridge: between a wired network and a WiFi network What is a bridge? A bridge has a foot in each network and acts on the link layer (level 2). It is able to pass frames from... en.kioskea.net/faq/sujet-2144-introduction-to-network-bridge
Network Adapter ProblemHello, I have a Windows XP Pro 2002 Version. I recently just upgraded to that. Since then I can not access the internet. I ran a Network Diagnostic and this is what it states.... info Network connection: Name=1394 Connection 2, Device=1394 Net... en.kioskea.net/forum/affich-37624-network-adapter-problem
Playstation Network Timed OutHello, the problem that i'm having is that when ever i do an Connection Test, the Playstation Network is always failing and a note comes up saying that the Playstation is on Timed Out. How do i eliminate this problem???????????????? nl en.kioskea.net/forum/affich-96621-playstation-network-timed-out
Need Virtual Machine Network DriverHello, I need the Microsoft Virtual Machine Network Driver for Microsoft Virtual PC 2007, only Microsoft has suspend the download on their site, and the only way to get the download reinstated, is to pay them money for support for a free program that... en.kioskea.net/forum/affich-82140-need-virtual-machine-network-driver
Download PRTG Network MonitorThe availability of computer networks is becoming increasingly critical for the company because of the increasing integration of computers in all processes. Thus, system failures can cause serious losses. By continually monitoring your network and... en.kioskea.net/telecharger/telecharger-3317-prtg-network-monitor
Download Softperfect Network ScannerSoftPerfect Network Scanner allows to display the shared resources in a network as well as its characteristics: the used SNMP, user IP address, host's name, etc.... In addition, the software defines the types of resources which must be scanned. This... en.kioskea.net/telecharger/telecharger-2348-softperfect-network-scanner
Download DSL TestDSLtest is a made up a software to be downloaded free and waiters of test. This equipment allows you to take measurements of the flow of your line ADSL (according to your subscription) but also to estimate the use of the resources of your computer.... en.kioskea.net/telecharger/telecharger-1996-dsl-test
Social network use by adult Americans on the rise: surveyHomepage of MySpace displayed on a computer monitor. Thirty-five percent of US Web users aged 18 or older have a profile on a social network such as Facebook, MySpace or LinkedIn, the Pew Internet & American Life Project survey found, up from just... en.kioskea.net/actualites/social-network-use-by-adult-americans-on-the-rise-survey-11805-actualite.php3
Spanish capital becomes home to video game test centreJaime Gine, International vice president of Electronic Arts development poses in EA's new European headquarters for devolopment in Madrid in January 2008. EA, the world's largest computer games publisher, has opened a European test centre in... en.kioskea.net/actualites/spanish-capital-becomes-home-to-video-game-test-centre-10068-actualite.php3
Software testing market resilient despite crisis: reportEngineers test a new software program at a research facility in Seoul. The worldwide market for computer software and systems testing services is projected to reach 56 billion dollars by 2013 despite taking a hit from the global economic crisis, a... en.kioskea.net/actualites/software-testing-market-resilient-despite-crisis-report-12265-actualite.php3
Creating a local area networkWhy 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... en.kioskea.net/contents/configuration-reseau/creer-reseau-local.php3
Windows networkingNetworking in Windows 2000/XP To configure each computer, simply go to the control panel, then double-click "network connections" and right-click "local area connection", then choose properties! The local area connection window displays the... en.kioskea.net/contents/configuration-reseau/configurer-reseau-windows-xp.php3
Types of networksDifferent types of networks Different types of (private) networks are distinguished based on their size (in terms of the number of machines), their data transfer speed, and their reach. Private networks are networks that belong to a single... en.kioskea.net/contents/initiation/types.php3