Skip to main content

Windows network diagnostic commands

ipconfig-
Ipconfig is a Console Command which can be issued to the Command Line Interpreter (or command prompt) to display the network settings currently assigned to any or all network adapters in the machine. This command can be utilised to verify a network connection as well as to verify your network settings.


netstat-
Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPv4 statistics (for the IP, ICMP, TCP, and UDP protocols), and IPv6 statistics (for the IPv6, ICMPv6, TCP over IPv6, and UDP over IPv6 protocols). Used without parameters, netstat displays active TCP connections.


tracert-
The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.


Users with Microsoft Windows 2000 and Windows XP who need additional information network latency and network loss should also consider using the pathping command.



ping-
Helps in determining TCP/IP Networks IP address as well as determine issues with the network and assists in resolving them


pathping-
Provides information about network latency and network loss at intermediate hops between a source and destination. Pathping sends multiple Echo Request messages to each router between a source and destination over a period of time and then computes results based on the packets returned from each router.


telnet-
Telnet is software that allows users to remotely access another computer such as a server, network device, or other computer. With telnet users can connect to a device or computer, manage a network device, setup a device, transfer files, etc.




ftp-
FTP is short for File Transfer Protocol, this page contains additional information about the FTP command and help using that command in Unix and MS-DOS (Windows)


route-
The function and syntax of the Windows ROUTE command is similar to the UNIX or Linux route command. Use the command to manually configure the routes in the routing table.


arp-
Displays, adds, and removes arp information from network devices.




nslookup-
Displays information that you can use to diagnose Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool is available only if you have installed the TCP/IP protocol.



nbtstat-
MS-DOS utility that displays protocol statistics and current TCP/IP connections using NBT.


netsh-


One common way of using netsh is to reset the TCP/IP in Windows 2k/XP


Type this in Run or DOS Window – "netsh int ip reset"


In Windows XP you can run a graphical diagnostics by typing "netsh diag gui" into the run dialogue box. (This may take a little time to startup)


getmac-


DOS command used to show both local and remote MAC addresses. When run with no parameters (ie. getmac) it displays MAC addresses for the local system. When run with the /s parameter (eg. getmac /s \\foo) it displays MAC addresses for the remote computer. When the /v parameter is used, it also displays the associated connection name and network adapter name.




Find All Active/Used IP Addresses on Your Network
There is a really neat way that you can quite easily find all active/used IP Addresses on your network without the need for any third party applications or worse, pinging each IP Address individually.


Open the Command Prompt and type in the following:


FOR /L %i IN (1,1,254) DO ping -n 1192.168.10.%i | FIND /i "Reply">>c:\ipaddresses.txt


Change 192.168.10 to match you own network.


------------------------------


Comments

Popular posts from this blog

How to Install Windows 7 OS

Installing Using a Windows installation DVD                                  Enter your computer's BIOS.  Turn off the computer that you want to install Windows on then turn it back on. When the BIOS screen appears or you are prompted to do so, press  Del ,  Esc ,  F2 ,  F10 , or  F9  (depending on your computer’s motherboard) to enter the system BIOS. Th e key to enter the BIOS is usually shown on the screen. Find your BIOS's boot options menu.  The boot options menu of your BIOS may vary in location or name from the illustration, but you may eventually find it if you search around. If you can't find the boot options menu, search the name of your BIOS (most likely located in the BIOS menu) Select the CD-ROM drive as the first boot device of your computer. Although this method may vary among computers, the boot options menu is typically a menu of mova...

Installing software on your Windows PC

Installing software on your Windows PC Your computer allows you to do some really amazing things. Digital photo editing, sophisticated computer gaming, video streaming—all of these things are possible because of different types of software . Developers are always creating new software applications, which allow you to do even more with your computer. Installing from a CD-ROM From the mid-1990s through the late 2000s, the most common way to get new software was to purchase a CD-ROM. You could then insert the disc, and the computer would walk you through through the installation. Now, almost all software has moved away from this model. Many new computers no longer include a CD-ROM for this reason. However, if you do need to install software from a CD-ROM, simply insert the disc into your computer, then follow the instructions. Installing software from the Web Today, the most common way to get new software is to download it  from the Internet. Applications like ...