When we solve the DHCP failure of the Windows operating system, we sometimes find out which addresses in an address range are not used. Just create a batch file and ask it to return only those unused IP addresses, then enter the results of the command into a text file.
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. I have previously introduced a method: open a command prompt window, 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. The following describes the 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
Mobile Internet access is a common solution for many laptop users to access the In
As Windows continues to introduce new operating systems, its mouse functions are a
Introduction Wireless local area network (LAN) technologies such as IEEE 802.11a/b/g have be
xp has a lot of user groups, this article describes how to make your xp network settings mo
Windows XP operating system security
Easily change the drive letter under Windows XP
Modify the Hosts file to get three special magical effects
Windows XP system extreme acceleration master experience
Windows 2000/XP User Switching Method
Recording music with Windows built-in recorder
Remote Installation of Windows XP Professional with RIS
Winxp Control Panel Basics Tutorial 5: Printers and Faxes
Automatically back up your favorites
Transferring flowers and woods Using Win XP instead of mobile phones to send text messages
win7 desktop icon how to display text
Baidu antivirus how to set up do not disturb mode Baidu antivirus do not disturb mode set tutorial
Win XP SP2 configuration and troubleshooting techniques revealed
Java exposure vulnerability to Linux system
Win7 Ultimate system how to solve the wifi sharing master can not open
Windows7 search file is very slow how to do
WinXP SP1 increases the virtual memory of the two options
Win10 can not be installed WP recovery tool how to solve?
How does the Win7 system remove the afterimages on the desktop?