API This chapter explains the classes available in JGroups that will be used by applications to build reliable group communication applications.
Description FastResolver is a small utility that resolves multiple host names into IP addresses and vice versa. You can simply type the list of IP addresses or host name that you want to resolve, or alternatively, you can specify IP addresses range that you want to scan.
FastResolver is a multithreaded application, so it can resolve dozens of addresses within a few seconds. Fixed to work with the latest versions of oui. The size of addresses list text-box was limited to 32 KB.
Added support for typing IP range, like The main window lost the focus when the user switched to another application and then returned back to FastResolver. Added support for starting the IP addresses scanning from command-line Added support for saving into comma-delimited. Fixed bug in radio buttons of mode selection Version 1.
Added support for scanning MAC addresses works only for local network. Resolve hosts without domain. The configuration is now saved to a file, instead of the Registry. Just put the executable file FastResolver. Alternatively, you can select IP addresses range to resolve into host names.
The 'Company Name' Column Starting from version 1. However, in order to get this feature, you must download the following external file, and put in the same folder of FastResolver. If this option is checked, and the host name has multiple IP addresses, all IP addresses are displayed.
If this option is checked, and you resolve an host name to IP address, the IP Address is resolved back into a host name, and displayed in "Host Name" column. The original host name that you typed is displayed under "Original Name" column.
In order to do that, follow the instructions below: Open the created language file in Notepad or in any other text editor. Translate all menus, dialog-boxes, and string entries to the desired language.
After you finish the translation, Run FastResolver, and all translated strings will be loaded from the language file. If you want to run FastResolver without the translation, simply rename the language file, or move it to another folder.
License This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this.Sep 04, · Ping Multiple Hosts with PowerShell and Return Useful Information September 4, scho Leave a comment Go to comments A lot of our time in IT is spent making sure systems are up and running.
Mar 02, · In a batch file that uses only standard Windows commands (no third-party utilities) I need to be able to extract the MAC address of the ethernet. Aug 28, · I had a previous customer shoot me an email asking for help whipping up a script to convert a list of IP addresses from a text file to their respective host names, and put that into another text file.
If you want the output to be saved to a file, re-write the command as follows: ping ipaddress >> C:\(path to the file). Save your file as regardbouddhiste.com; When saving, save your file as “All files” not regardbouddhiste.com That’s all.
Save the batch file and then double-click on it. The ping command runs, pinging the "server_to_ping" every seconds.
Be sure to substitute the server IP address or name in the script for the "server_to_ping" example before you run the script. Jul 26, · I'm actually writing a monitoringstool to retrieve the service level of our routers. instead of saving to an xls, i write it in a SQL table.
RE: A Script to Ping a Range of IP Addresses 3.