Sometimes it is necessary to use the tracking IP address because of work needs or computer attacks, etc. If there is no way to do this, it will be too weak. I will teach you how to use Windows to track IP addresses.
Tracking IP addresses is sometimes necessary, and it will come in handy if something goes wrong with your network or if you need to change some settings. Open a command prompt window and call the ping command in the For…in…Do loop.
As a network administrator, when we solve the DHCP failure of the Windows operating system, we sometimes find out which addresses in an address range are not used.
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.
Introduction Method:
Open Notepad and enter 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”, ending with "Off”, and the entire command must be on one line. Of course, if the user wants to use this method, the user's own IP address needs to be used to replace the IP address in the example.
In the future, if the user wants to solve the DHCP problem, you can locate and double-click the IPTracker.bat file in the browser window, and then start an IP address tracking tool. This batch only finds those unused IP addresses, and Save the results in a Notepad file. (In this case, the saved batch file becomes an IP address tracking tool, which can be created once and used repeatedly.)
Note: This method is only available for Windows XP Professional (Pro)
Generally speaking, our computers are all based on Windows, so tracking the IP address under this system can be done with the above method. Although some code needs to be executed, it is not difficult for laymen, and it can be achieved by following the article step by step. If you are not using a windowS system, go find other methods.
What is the process of ACS.exe? Many small partners found a process called ACS.exe in the process of
We are in life, WIFI is more commonly used, and even can not be separated from it. If you use too ma
After opening the cover, the air duct is not present, that is, the front fan of the chassis is lost,
u disk is an indispensable tool in our daily life, but there are some problems in the process of usi
Analysis of the reason why the new u disk becomes a garbled file after copying the file
Use F11 to recover crash system
Teach you to build a highly secure Microsoft system
How to solve the problem of inserting u disk into computer blue screen?
Computer knowledge classroom: the necessary knowledge of the server
Windows and linux commands to modify the IP address method
In-depth description of Regsvr32 usage and description of error messages
How to view, modify, delete, and add environment variables in the cmd command line
How to solve the black screen problem of Windows system death
How to solve the high svchost.exe occupancy rate?
Local hard disk installation win7/XP system detailed [graphic tutorial]
Teach you to copy the text of the Baidu library document directly without any tool software
The registry can not open the solution How to do registration can not open (Figure)
Microsoft Surface Pro tablet starts selling at the end of the month
Common methods for recovering WINDOWS failures (4)
How to remove Rising Firewall? Rising Firewall Delete Graphic Tutorial
Respond to network law enforcement officers and ARP spoofing attacks
Solve the CPU 100% problem caused by Services.exe
How to retrieve Win10 lost input method icon
Win7 system operation center notification shutdown method [Figure]