Sometimes it may be necessary to use a tracking IP address because of work needs or computer attacks. Tracking IP addresses is sometimes necessary. If something goes wrong with your network or you need to change some settings, this thing will be sent. It’s time to use. However, many users need to find out which addresses in an address range are not used when they need to solve the DHCP failure of the WinXP operating system. Regarding the tracking of this IP address, the following method is believed to help you.
First open the command prompt window and call the ping command in the For…in…Do loop.
For example, to find out which addresses are not used in the address range 192.168.1.1 to 192.168.1.100, you can use this command: For /L %f in (1,1,100) Do Ping.exe -n 2 192.168.1.%f
This command reports all IP addresses in the specified range. Whether it is used or not, the user has to look through a large amount of content in the command line window. In fact, we can avoid these troubles, just create a batch file, ask it to return only those unused IP addresses, and then enter the results of the command into a text file. Here's how to do it:
Open Notepad and type the following command in the window:
@Echo off
date /t > IPList.txt
time /t >> IPList.txt
echo =========== >> IPList.txt
For /L %%f in ( 1,1,100) Do Ping.exe -n 2 192.168.1.%%f Find
"Request timed out." && echo 192.168.1.%%f Timed Out >> ;
IPList.txt && echo off
cls
Echo Finished!
@Echo on
Notepad.exe IPList.txt
Save this file as IPTracker.bat and close the Notepad program.
Note that in this batch file, the entire For…In…Do command consists of several commands that are linked by “&&". The command begins with "For"; ends with "Off"; and the entire command must be on the same line. Of course, if the user wants to use this method, it must be the user's own IP address to replace the IP address in the example.
Generally speaking, under the WinXP line, you want to track the IP address. You can use the above method. If it is a Win7 system, there will be a little change, but it is basically the same, as long as you follow the above code to follow the tutorial. Execution, usually achieve the above effect. If it is a higher-level system than WinXP, the above tutorial can also be used as a good reference to help everyone.
If you want to fully set up your computer, its very complicated and cumbersome to set up different c
Microsoft yesterday pushed the Windows 10 Build 10049 preview system to the experience users. The of
Windows 10 flattened appearance and some new features make everyones computer operation experience b
Win7/Win8.1 After upgrading Win10, what if the system has no sound? Some users may have problems wit
What is the role of the 450MB recovery partition after Win7/Win8.1 upgrade Win10?
How does win10 close the windows security alert window in the lower right corner?
Winx system 0x000000c2 blue screen failure solution
How does Win10 system create a restore point with one click?
Windows10 file browser "Share contract" new features Convenient file sharing
How to enable the custom color matching options hidden in Win10 Preview 10056?
How to use win10 activation tool pony oem8? Win10 activation tool pony use method
How to close the system automatic update after win7 upgrade win10?
Win10 th2 official version update patch KB3122947 error what to do?
One-click to start the computer application is no longer a dream
WinXP modify parameters to speed up thumbnail display skills
Windows 7 shutdown slow solution, smooth operation
XP and Vista installed the same partition
Getting Started: Understanding Server-Related Parameters
Excel quickly enters decimals. Two strokes make it easy to improve efficiency
How to use the Win8 system "Start" button
How to install theme in Win7? How to install desktop themes and steps
Win7 pure version of the system how to solve the folder appears suspended and unresponsive