devilrunner Posted December 22, 2005 Posted December 22, 2005 (edited) I was so tired of having to type those same ip addresses over and over again I decided to write a script that would do it for me.Installation:I created an unattended install pack so that it can easily be installed togheter with windows; just click the exe and it's installed.it's packed in the attached zip file.How it works:It's using the WMI service and is written in vbs.There is some comment in the code for those who want to know how and what it does.Basically it loops each network adapter asking you ( msgbox) if you want to set the adress to the nic.If you click yes it checks the connectivity of the nic and takes a random adress in the valid range.It then pings to see wether or not there are already systems active with that random ip; if so it restarts the procedure until the ping reports no active systems with that ip.If you click no it proceeds to the next adapter in your system.Screenshots say more then a 1000words :-----------------------------------------------------------------------------------------------------------UPDATED(01.09.2006)--------------------------*Updated the program with optional Gateway & DNS settings. It asks if you want to set Gateway & DNS options accordingly.IPSET_updated.7z Edited September 1, 2006 by devilrunner
druiddk Posted December 26, 2005 Posted December 26, 2005 This looks useful.Thank you I will give it a try
mtvento Posted December 28, 2005 Posted December 28, 2005 Thank You m8, seems to work flawlessy, usefull app.
dougiefresh Posted December 28, 2005 Posted December 28, 2005 Probably stupid question here...... Why would this be necessary?
Clint Posted December 28, 2005 Posted December 28, 2005 Probably stupid question here...... Why would this be necessary?Well, it's same as everything else...just think outside the box and I'm sure you will find use for it.Lots more to computing than just hit that on/off button
dahvaio Posted December 28, 2005 Posted December 28, 2005 This would not be too bad if it worked with mapping network IP printers. Currently, I use a VBS script to map IP Printers....I guess the Tool would be useful if all of the systems that were being setup were Static IP's....
devilrunner Posted December 28, 2005 Author Posted December 28, 2005 Well I am used to being 'on the move' with my laptop.I am having to use my laptop in various networks:Networks with no DHCP server running, networks with running DHCP servers, all sort's of network ranges and then there are the networks with DHCP server but not working properly.I think you can imagine the time I am saving with this tool in the above scenario's.A couple of yes/no with my tool or the whole right click, apply procedure...easy choice for me.
devilrunner Posted September 1, 2006 Author Posted September 1, 2006 Updated the program with optional gateway & dns settings
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now