techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > General Software

Reply
 
Thread Tools
Old 09-26-2009, 12:23 AM     #1
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

This app was inspired by Ping Tool. It implements all user suggestions found on that thread.


Shown: Trace Route (Advanced), Ping

This is a relatively advanced network tool. Simply select which you want to perform, enter a domain name or IP address, how many packets/hops to perform, and click start. Once it has started, changing any of the above settings will stop it.

In order to perform an infinite ping, enter -1 into Packets field. It will turn cyan to confirm an infinite run is selected. Fields that have an invalid value will turn pink.

You can scan multiple port numbers by placing a comma between them.

Requires .NET Framework 2.0 or newer.


Usage:
ActionInput DescriptionExample
PingA domain name or IP address.example.com or 192.16.0.192
Trace RouteA domain name or IP address.example.com or 192.16.0.192
Trace Route (Advanced)A domain name or IP address.example.com or 192.16.0.192
Port ScanPort numbers delimited by commas and ranges with a hypen.80,90,800-810
Remote Port ScanIP or domain name followed by a colon, followed by the port numbers (same as Port Scan). Separate many domain/ip queries using a semicolon.domain.com:80,90,800-810;ip:80,90,800-810
Intranet ScanBlank, the IP address of your computer to use, the start and stop address of the last byte, or a combination of ip and range.(empty) or 192.168.0.191 or 100-199 or 192.168.0.191:100-199.
Intranet Scan (Sorted)Blank, the IP address of your computer to use, the start and stop address of the last byte, or a combination of ip and range.(empty) or 192.168.0.191 or 100-199 or 192.168.0.191:100-199.
Intranet Scan (Advanced)Blank, the IP address of your computer to use, the start and stop address of the last byte, or a combination of ip and range.(empty) or 192.168.0.191 or 100-199 or 192.168.0.191:100-199.
DNS RecordA domain name.example.com
DNS ResolveA domain name or IP address.example.com or 192.16.0.192
DNS Resolve (Advanced)A domain name or IP address.example.com or 192.16.0.192
Whois (Domain)A domain name.example.com
Whois (Name Server)An IP address or domain name.192.16.0.192 or example.com
Whois (Registrar)A business name.Network Solutions


Credits:
Global Whois (reference) by marschills
Whois Resolver (reference) by Mentalis.org
Dig.Net by Alphons van der Heijden
Ping, ICMP, and Trace Route (reference) by jscott


Version History:
1.0.0 - Used ping.exe and tracert.exe.
1.1.0 - Uses internal ICMP code for ping and trace route.
1.2.0 - Added DNS Resolve, DNS Resolve (Advanced) and Trace Route (Advanced). Changed the selection from radios to a combo box.
1.3.0 - Added DNS Record, Whois (Domain), Whois (Name Server), Whois (Registrar), and Port Scan. Also added a Stop button.
1.4.0 - Added Intranet Scan and Remote Port Scan. The application should be IPv6 capable now. Several other minor changes were made.
1.4.1 - Several minor fixes and improvements.
1.4.2 - Whois is more robust. Exception handling improved (not complete). Intranet Scan now only displays those that returned a name.
1.4.3 - Some code added to catch/prevent Intranet Scan errors.
1.4.4 - Changed the Intranet Scan code to not ping and get DNS info, just DNS info. Performance didn't change (DNS info has a long time out) although network chatter during a Intranet Scan should be greatly diminished.
1.4.5 - Made some changes to Remote Port Scan. It now attempts to establish a TCP connection with the port number. Remote Port Scan, therefore, won't work to test UDP connections. Also reenabled IPv6 on Intranet Scan. Unfortunately, an IPv6 scan will only detect other IPv6 computers on the intrenet.
1.4.6 - Added Clear Results button, it now displays the destination in both trace routes, and displays the version number in the title bar.
1.4.7 - Further improved the Intranet Scan. It is now approximately twice as fast as it was and gathers network devices regardless of whether or not they are named.
1.5.0 - Added Intranet Scan (Sorted). Tweeked a few settings in Trace Route (Advanced) and Intranet Scan.
1.5.1 - Several improvements made to both Trace Route actions. Universal timeout setting increased from 3 seconds to 5 seconds.
1.5.2 - Large chunks of Ping, TraceRoute, and Trace Route (Advanced) recoded. GUI reworked a bit.
1.5.3 - Intranet Scan and Intranet Scan (Sorted) now accepts "ip", "start-stop", and "ip:start-stop." Setting an IP allows you to scan one of the networks your computer is connected to (e.g. IPv4 or IPv6). Details in the table above. Also added Help -> Tech Power Up!
1.5.4 - Added WMI to Intranet Scans.
1.5.5 - Intranet Scan (Sorted) now shows the count of devices found before it outputs the sorted list. Cleaned up some code that would throw a NullReferenceException if conditions were right.
1.5.6 - Changed the appearance of Trace Route and Trace Route (Advanced) errors.
1.6.0 - Added tooltips and a guide under the Help menu.
1.6.1 - Intranet Scan and Intranet Scan (Advanced) now return OS Name if available.
1.7.0 - Added Intranet Scan (Advanced). Standardized the calculations for millisecond and seconds--they won't mess up if there was more than 999 milliseconds or 59 seconds. Seconds also shows milliseconds in decimal form.
Attached Files
File Type: zip nettool_17.zip (41.6 KB, 40 views)
File Type: zip nettool 2 beta 9.zip (75.4 KB, 15 views)

Last edited by FordGT90Concept; 11-06-2009 at 10:01 PM. Reason: 2 beta 9
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following 10 Users Say Thank You to FordGT90Concept For This Useful Post:
Old 09-26-2009, 01:17 AM     #2
AsRock
TPU addict
 
AsRock's Avatar
 
Join Date: Jun 2007
Posts: 4,079 (4.61/day)
Thanks: 430
Thanked 487 Times in 436 Posts

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
This app was inspired by Ping Tool. It implements all user suggestions found on that thread.

http://img.techpowerup.org/090925/nettools.png

This is a relatively advanced ping and trace route tool. Simply select which you want to perform, enter a domain name or IP address, how many packets/hops to perform, and click start. Once it has started, changing any of the above settings will stop it.

In order to perform an infinite ping, enter -1 into Packets field. It will turn cyan to confirm an infinite run is selected. Fields that have an invalid value will turn pink.

Requires .NET Framework 2.0 or newer.

Version History:
1.0 - Used ping.exe and tracert.exe.
1.1 - Uses internal ICMP code for ping and trace route.
Sweet how about adding resolving too.
__________________
Defrag your computer right, UltimateDefrag Freeware Edition 1.72
http://forums.techpowerup.com/showth...837#post927837
AsRock is offline  
Reply With Quote
The Following User Says Thank You to AsRock For This Useful Post:
Old 09-26-2009, 01:23 AM     #3
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

DNS resolving? Do Ping and on the first line, it will say "google.com [74.125.45.100]." The address in the brackets is the resolved IP address.

Do you want that added as a separate radio button?
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 09-26-2009, 11:55 AM     #4
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

Uploaded version 1.2. It added the following:

DNS Resolve: Gives you the IP, no frills.

DNS Resolve (Advanced): Gives you the host name, aliases, and addresses of the domain name.

Trace Route (Advanced): This performs a Trace Route in addition to requesting the host name from all IPs. It can get all the host name information in the time it takes tracert.exe to get one thanks to multithreading.


More suggestions are welcome.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old 09-26-2009, 11:59 AM     #5
Solaris17
Creator Solaris Utility DVD
 
Solaris17's Avatar
 
Join Date: Aug 2005
Location: Midgar
Posts: 9,547 (6.12/day)
Thanks: 2,084
Thanked 1,491 Times in 1,172 Posts
Send a message via ICQ to Solaris17 Send a message via AIM to Solaris17 Send a message via MSN to Solaris17 Send a message via Yahoo to Solaris17 Send a message via Skype™ to Solaris17

System Specs

very awsome
__________________
I Made the Millionth post!
Does it come with a mountain climbing lanyard? If not, I'm not buying one.-Mlee
My Rig 8500/8600GT Mod Guide Rebuild a Copperhead Heat Ware
NF4 Ultra SLI Mod Solaris Utility DVD 3.0 GPU-Z Soundcard Mod Guide
Vista Mark
Solaris17 is online now  
Reply With Quote
The Following User Says Thank You to Solaris17 For This Useful Post:
Old 10-01-2009, 02:01 PM     #6
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I was thinking about recoding the GUI and adding Whois + DNS record. I don't know if I will though because this application isn't getting much attention.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old 10-01-2009, 02:10 PM     #7
AsRock
TPU addict
 
AsRock's Avatar
 
Join Date: Jun 2007
Posts: 4,079 (4.61/day)
Thanks: 430
Thanked 487 Times in 436 Posts

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
I was thinking about recoding the GUI and adding Whois + DNS record. I don't know if I will though because this application isn't getting much attention.

Well i only use such a tool when Comcast are BS'ing me about my connection not being ucked up lol.

They have actually deleted every post about bad connections i have made in there forums lol. Last time it got me 2 free months haha.
__________________
Defrag your computer right, UltimateDefrag Freeware Edition 1.72
http://forums.techpowerup.com/showth...837#post927837
AsRock is offline  
Reply With Quote
The Following User Says Thank You to AsRock For This Useful Post:
Old 10-01-2009, 02:12 PM     #8
Solaris17
Creator Solaris Utility DVD
 
Solaris17's Avatar
 
Join Date: Aug 2005
Location: Midgar
Posts: 9,547 (6.12/day)
Thanks: 2,084
Thanked 1,491 Times in 1,172 Posts
Send a message via ICQ to Solaris17 Send a message via AIM to Solaris17 Send a message via MSN to Solaris17 Send a message via Yahoo to Solaris17 Send a message via Skype™ to Solaris17

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
I was thinking about recoding the GUI and adding Whois + DNS record. I don't know if I will though because this application isn't getting much attention.
i like your tool i run it just because im curious lol
__________________
I Made the Millionth post!
Does it come with a mountain climbing lanyard? If not, I'm not buying one.-Mlee
My Rig 8500/8600GT Mod Guide Rebuild a Copperhead Heat Ware
NF4 Ultra SLI Mod Solaris Utility DVD 3.0 GPU-Z Soundcard Mod Guide
Vista Mark
Solaris17 is online now  
Reply With Quote
The Following User Says Thank You to Solaris17 For This Useful Post:
Old 10-02-2009, 10:18 AM     #9
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I'm going to start an important project soon so adding the Whois/DNS Record features might be a ways off. We'll see.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-02-2009, 12:50 PM     #10
AsRock
TPU addict
 
AsRock's Avatar
 
Join Date: Jun 2007
Posts: 4,079 (4.61/day)
Thanks: 430
Thanked 487 Times in 436 Posts

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
I'm going to start an important project soon so adding the Whois/DNS Record features might be a ways off. We'll see.
Cool. People might like it more with a GUI ? ( even the option of ).
__________________
Defrag your computer right, UltimateDefrag Freeware Edition 1.72
http://forums.techpowerup.com/showth...837#post927837
AsRock is offline  
Reply With Quote
The Following User Says Thank You to AsRock For This Useful Post:
Old 10-02-2009, 01:05 PM     #11
lemonadesoda
2500 Posts
 
lemonadesoda's Avatar
 
Join Date: Aug 2006
Posts: 4,908 (4.15/day)
Thanks: 625
Thanked 766 Times in 594 Posts

System Specs

Super little tool.

I suggest a STOP button that is greyed out until you press START. The STOP is useful if you enter an unresolvable or dropped connection. Waiting for all the timeouts is unnecessary.

Otherwise, excellent.

ONE MORE FEATURE:

Some connections are blocked depending on your roaming. Example, I am currently using a hotspot and while I can DNS resolve, I can HTTP:80, I cannot HTTPS:8080 or FTP:21... and some other issues.

Perhaps a "test" of key port blocking would be useful too?!
lemonadesoda is offline  
Reply With Quote
The Following User Says Thank You to lemonadesoda For This Useful Post:
Old 10-02-2009, 01:37 PM     #12
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

Quote:
Originally Posted by AsRock View Post
Cool. People might like it more with a GUI ? ( even the option of ).
It will remain console-ish because it's easier to copy and paste results in addition to allowing different output from different tests. I'm definitely going to change the input at the top and the code behind the console.


Quote:
Originally Posted by lemonadesoda View Post
Super little tool.

I suggest a STOP button that is greyed out until you press START. The STOP is useful if you enter an unresolvable or dropped connection. Waiting for all the timeouts is unnecessary.
You can stop it by typing something in the input box. But yeah, that's one of the things I will change. The way it is now made sense earlier but it doesn't anymore.


Quote:
Originally Posted by lemonadesoda View Post
Some connections are blocked depending on your roaming. Example, I am currently using a hotspot and while I can DNS resolve, I can HTTP:80, I cannot HTTPS:8080 or FTP:21... and some other issues.

Perhaps a "test" of key port blocking would be useful too?!
I guess I don't follow... do you mean ping the server on a specific port? Or attempt to create a TCP connection on that port and see if it fails?

Also, "test of key port blocking" would mean attempting the TCP connection accross mutliple ports at once, yeah? Do you have a list of which ones specifically?
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-02-2009, 02:00 PM     #13
AsRock
TPU addict
 
AsRock's Avatar
 
Join Date: Jun 2007
Posts: 4,079 (4.61/day)
Thanks: 430
Thanked 487 Times in 436 Posts

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
It will remain console-ish because it's easier to copy and paste results in addition to allowing different output from different tests. I'm definitely going to change the input at the top and the code behind the console.



You can stop it by typing something in the input box. But yeah, that's one of the things I will change. The way it is now made sense earlier but it doesn't anymore.



I guess I don't follow... do you mean ping the server on a specific port? Or attempt to create a TCP connection on that port and see if it fails?

Also, "test of key port blocking" would mean attempting the TCP connection accross mutliple ports at once, yeah? Do you have a list of which ones specifically?
What if info was in a copyable part.
__________________
Defrag your computer right, UltimateDefrag Freeware Edition 1.72
http://forums.techpowerup.com/showth...837#post927837
AsRock is offline  
Reply With Quote
Old 10-02-2009, 08:28 PM     #14
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

Well, what did you have in mind instead of the console-esque appearance?
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-02-2009, 09:13 PM     #15
lemonadesoda
2500 Posts
 
lemonadesoda's Avatar
 
Join Date: Aug 2006
Posts: 4,908 (4.15/day)
Thanks: 625
Thanked 766 Times in 594 Posts

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
Also, "test of key port blocking" would mean attempting the TCP connection accross mutliple ports at once, yeah? Do you have a list of which ones specifically?
I'll give you an example: I have a server running in the office providing services on :80 (http), :21 (ftp), :8080 (https), and :5050 (ISDN over IP. From a regular ISP I can access all services, however, from wifi "hotspots" there is typically a lot of port blocking... which means that ping doesnt work, ftp doesnt work, https doesnt work, and ISDNoIP doesnt work. However, regular HTTP :80 does.

So what would be useful is to allow your tool to test things OTHER than just ping or traceroute, e.g. an :80 call, :21 ftp attempt, and possibly "optional" tests. That way we can "green light" various ports/services running (or available) at a certain site.

You could set up something like this:

lemonadesoda is offline  
Reply With Quote
The Following User Says Thank You to lemonadesoda For This Useful Post:
Old 10-02-2009, 09:38 PM     #16
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I'll need someone to test that because I am not blocking anything here. I'll see what I can do though.

I'm thinking of making the GUI tabbed pages (a page dedicated to each test and the results) and getting rid of the console.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old 10-02-2009, 11:03 PM     #17
lemonadesoda
2500 Posts
 
lemonadesoda's Avatar
 
Join Date: Aug 2006
Posts: 4,908 (4.15/day)
Thanks: 625
Thanked 766 Times in 594 Posts

System Specs

I'm willing to test. You are doing a fine job and your tool has the potential to be a million download winner... with a little work

PS. Dont overtab or overcomplicate the interface. Perhaps a GUI mainscreen for inputs, GO/STOP, and traffic lights, and a console second window for traceroute.

PPS. When you hit "START" the traffic lights go yellow, then results make them green (success) or red (timeout). Nice.
lemonadesoda is offline  
Reply With Quote
Old 10-03-2009, 11:04 AM     #18
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I decided to stick to the console for the time being. So far, I added the following features:

-Stop button.
-Whois (Domain)
-Whois (Name Server)
-Whois (Registrar)

I'm working on adding other stuff.


Edit:
-DNS Record

Now to see what I can do about checking if a port is blocked.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower

Last edited by FordGT90Concept; 10-03-2009 at 11:52 AM.
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old 10-03-2009, 01:36 PM     #19
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I uploaded version 1.3. See the first post for details. I am not certain Port Scan will actually detect blocked ports or not. It needs to be tested.


Also, if someone wants to make an Icon for me to use on it, I'll use it. The generic icons get a bit old.



No fancy colors yet. If I ever overhaul the GUI, I'll do that. Instead, I made "BLOCKED" all uppercase so it should stand out in a big list of scans.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-03-2009, 03:41 PM     #20
Kreij
TPU Hit Squad Member
 
Kreij's Avatar
 
Join Date: Feb 2007
Location: Cheeseland (Wisconsin, USA)
Posts: 3,251 (3.18/day)
Thanks: 92
Thanked 769 Times in 584 Posts

System Specs

How about adding a way to scan a local network and return all IPs and machine names that are in use. At work I use all static IPs on our local network and it would nice to run a quick test to see if an IP is taken. Normally you could just go to the domain server for this information, but not all of the networked machines are members of the domain (e.g. CNC machines, optical comparitors, etc.).
__________________
53452340602F55453253602E35572D$20
Kreij is offline  
Reply With Quote
Old 10-03-2009, 04:35 PM     #21
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

I'm not finding much information about how to do that.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-03-2009, 04:46 PM     #22
Solaris17
Creator Solaris Utility DVD
 
Solaris17's Avatar
 
Join Date: Aug 2005
Location: Midgar
Posts: 9,547 (6.12/day)
Thanks: 2,084
Thanked 1,491 Times in 1,172 Posts
Send a message via ICQ to Solaris17 Send a message via AIM to Solaris17 Send a message via MSN to Solaris17 Send a message via Yahoo to Solaris17 Send a message via Skype™ to Solaris17

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
I'm not finding much information about how to do that.
NOES!! this would be very usefull i would love to have a tool like this for the home network. their are a bunch of things on my network and id love be able see which device is offline. when the network goes down and comes back
__________________
I Made the Millionth post!
Does it come with a mountain climbing lanyard? If not, I'm not buying one.-Mlee
My Rig 8500/8600GT Mod Guide Rebuild a Copperhead Heat Ware
NF4 Ultra SLI Mod Solaris Utility DVD 3.0 GPU-Z Soundcard Mod Guide
Vista Mark
Solaris17 is online now  
Reply With Quote
Old 10-03-2009, 04:54 PM     #23
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

Yeah, it would be useful but it looks like I'd have to use WMI/unmanaged/NetBIOS over TCP/IP and nothing is popping out at me saying "this will work." The only sure fire way to get network IPs, from what I am finding, is to get the list from a domain server.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Old 10-03-2009, 04:55 PM     #24
Solaris17
Creator Solaris Utility DVD
 
Solaris17's Avatar
 
Join Date: Aug 2005
Location: Midgar
Posts: 9,547 (6.12/day)
Thanks: 2,084
Thanked 1,491 Times in 1,172 Posts
Send a message via ICQ to Solaris17 Send a message via AIM to Solaris17 Send a message via MSN to Solaris17 Send a message via Yahoo to Solaris17 Send a message via Skype™ to Solaris17

System Specs

Quote:
Originally Posted by FordGT90Concept View Post
Yeah, it would be useful but it looks like I'd have to use WMI/unmanaged/NetBIOS over TCP/IP and nothing is popping out at me saying "this will work." The only sure fire way to get network IPs, from what I am finding, is to get the list from a domain server.
could you do a range scan?

192.xxx.xx:xxxx-:xxxx and list responses?
__________________
I Made the Millionth post!
Does it come with a mountain climbing lanyard? If not, I'm not buying one.-Mlee
My Rig 8500/8600GT Mod Guide Rebuild a Copperhead Heat Ware
NF4 Ultra SLI Mod Solaris Utility DVD 3.0 GPU-Z Soundcard Mod Guide
Vista Mark
Solaris17 is online now  
Reply With Quote
Old 10-03-2009, 04:58 PM     #25
FordGT90Concept
2500 Posts
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 4,037 (9.92/day)
Thanks: 254
Thanked 617 Times in 549 Posts
Send a message via AIM to FordGT90Concept Send a message via MSN to FordGT90Concept Send a message via Yahoo to FordGT90Concept

System Specs

For 192.168 (which is the smallest of the local networks), it would have to scan 65,536 IP addresses which is a lot. Moreover, if there is a firewall on that computer, you are likely to get no response at all from it.
__________________
“You don't lead by hitting people over the head-that's assault, not leadership.” -Dwight D. Eisenhower
“There is no new technology in the iPod.” -Geoffrey Moore
“The only real valuable thing is intuition.” -Albert Einstein
“In preparing for battle I have always found that plans are useless, but planning is indispensable.” -Dwight D. Eisenhower
FordGT90Concept is online now  
Crunching for Team TPU
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HDD Tools? TechnicalFreak General Software 1 01-19-2009 09:16 PM
Overclocking tools Morgoth AMD / ATI 27 03-21-2008 11:03 PM
Stressing Tools orphy Graphics Cards 3 03-03-2008 11:07 PM
ATI tools Iain1979 ATITool 3 11-13-2005 12:12 PM


All times are GMT. The time now is 05:50 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
no new posts