In the Windows XP operating system to keep track
as network administrators, we address the DHCP Windows operating program failure, quite often inside an tackle to locate out what the handle isn't employed. I've formerly launched a approach: Open a command prompt window, inside the For ... in ... Do loop known as ping command. As an example, to locate out the variety of 192.168.one.1 to 192.168.1.one hundred within the handle which the tackle isn't in use, it is possible to use this command: For / L% f in (one,1,100) Do Ping.exe-n 2 192.168.one.percent f
the command reports all within a specified choice of IP addresses, no matter whether in use or not use, consumers need to check out the command line window, lots of content. In fact, we are able to prevent these complications, just create a batch file, requiring only return those who have not utilised the IP handle, after which the results of the command input to a text file. Listed here are ways:
open Notepad, kind the following in the command window:
@ Echo off date / t> IPList.txt time / t> > IPList.txt echo ===========>> IPList.txt For / L%% f in (1,1,one hundred) Do Ping.exe-n 2 192.168.1.%% f Discover timed out. br>
this file as IPTracker.bat, shut Notepad system.
to notice that, during this batch file, the entire of the For ... In ... Do command consists of many to be The command to Naturally, if you would like to make use of this technique, then, must use the user's very own IP handle to exchange the example IP tackle.
later on, should the consumer wants to solve the DHCP difficulty, you can find inside the browser window and double-click IPTracker.bat file, after which begin an IP tackle monitoring tool, this batch only to uncover that unused IP tackle and preserve the outcomes into Notepad file. (During this case, the saved IP address with the batch file right into a monitoring device, it can once developed, re-use.)
Observe: This strategy only applies to Windows XP Skilled (Professional Edition)
|