Networking Forums

Networking Forums > Computer Networking > Windows Networking > How to discover all live addresses on a network

Reply
Thread Tools Display Modes

How to discover all live addresses on a network

 
 
Philip Herlihy
Guest
Posts: n/a

 
      06-09-2007, 01:50 PM
I guess this isn't an "expert" question:

How can I get a list of what addresses on my network have a responding
device attached?

I've created a crude script which loops through the desired numbers and
pings each one with a single packet and a short timeout, but I bet
there's a much simpler and neater way to do this? That will show what a
novice I am?

PH, London
 
Reply With Quote
 
 
 
 
Dave
Guest
Posts: n/a

 
      06-09-2007, 03:06 PM
there are some network scanning tools that essentially do the same thing.
in a general case that is the only way to do it, though even that is not
foolproof is there are devices that have blocked icmp. a port scanner may
be better, though good firewalls can block those also.

"Philip Herlihy" <(E-Mail Removed)> wrote in message
news:f4eb70$kbc$2$(E-Mail Removed)...
>I guess this isn't an "expert" question:
>
> How can I get a list of what addresses on my network have a responding
> device attached?
>
> I've created a crude script which loops through the desired numbers and
> pings each one with a single packet and a short timeout, but I bet there's
> a much simpler and neater way to do this? That will show what a novice I
> am?
>
> PH, London



 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a

 
      06-09-2007, 07:09 PM
Thanks - can you recommend an inexpensive one?

Phil

Dave wrote:
> there are some network scanning tools that essentially do the same thing.
> in a general case that is the only way to do it, though even that is not
> foolproof is there are devices that have blocked icmp. a port scanner may
> be better, though good firewalls can block those also.
>
> "Philip Herlihy" <(E-Mail Removed)> wrote in message
> news:f4eb70$kbc$2$(E-Mail Removed)...
>> I guess this isn't an "expert" question:
>>
>> How can I get a list of what addresses on my network have a responding
>> device attached?
>>
>> I've created a crude script which loops through the desired numbers and
>> pings each one with a single packet and a short timeout, but I bet there's
>> a much simpler and neater way to do this? That will show what a novice I
>> am?
>>
>> PH, London

>
>

 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      06-10-2007, 02:46 AM
In news:f4ettv$nuf$1$(E-Mail Removed),
Philip Herlihy <(E-Mail Removed)> typed:
> Thanks - can you recommend an inexpensive one?
>
> Phil
>


Try SuperScan. It's free:

http://www.foundstone.com/us/resources-free-tools.asp

--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject. It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

"Quitting smoking is easy. I've done it a thousand times." - Mark Twain


 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a

 
      06-10-2007, 10:32 AM
Ace Fekay [MVP] wrote:
> In news:f4ettv$nuf$1$(E-Mail Removed),
> Philip Herlihy <(E-Mail Removed)> typed:
>> Thanks - can you recommend an inexpensive one?
>>
>> Phil
>>

>
> Try SuperScan. It's free:
>
> http://www.foundstone.com/us/resources-free-tools.asp
>



Thanks, Ace, that's ...um... Ace!

My network pinger script was working ok, but it was very slow, as a new
instance of the ping executable was created and destroyed for every IP
address in the range. I thought I'd read somewhere that I could ping an
entire subnet in one go as a "multicast" (x.x.x.255?) but that didn't
work. SuperScan will teach me a trick or two, I think - thanks!

Phil
 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      06-10-2007, 02:49 PM
In news:f4gjvd$knu$1$(E-Mail Removed),
Philip Herlihy <(E-Mail Removed)> typed:
>
> Thanks, Ace, that's ...um... Ace!
>
> My network pinger script was working ok, but it was very slow, as a
> new instance of the ping executable was created and destroyed for
> every IP address in the range. I thought I'd read somewhere that I
> could ping an entire subnet in one go as a "multicast" (x.x.x.255?)
> but that didn't work. SuperScan will teach me a trick or two, I
> think - thanks!
> Phil


No problem. If you want to get fancy and advanced about it and don't mind
spending some money, check out the top $$ stuff like eEye's Retina or

http://www.eeye.com/Retina/
http://www.solarwinds.com/

Ace



 
Reply With Quote
 
Mike Lowery
Guest
Posts: n/a

 
      06-12-2007, 03:02 PM
nmap
http://insecure.org/nmap/

"Philip Herlihy" <(E-Mail Removed)> wrote in message
news:f4ettv$nuf$1$(E-Mail Removed)...
> Thanks - can you recommend an inexpensive one?
>
> Phil
>
> Dave wrote:
>> there are some network scanning tools that essentially do the same thing. in
>> a general case that is the only way to do it, though even that is not
>> foolproof is there are devices that have blocked icmp. a port scanner may be
>> better, though good firewalls can block those also.
>>
>> "Philip Herlihy" <(E-Mail Removed)> wrote in message
>> news:f4eb70$kbc$2$(E-Mail Removed)...
>>> I guess this isn't an "expert" question:
>>>
>>> How can I get a list of what addresses on my network have a responding
>>> device attached?
>>>
>>> I've created a crude script which loops through the desired numbers and
>>> pings each one with a single packet and a short timeout, but I bet there's a
>>> much simpler and neater way to do this? That will show what a novice I am?
>>>
>>> PH, London

>>


 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a

 
      06-14-2007, 11:45 AM
Noted - thanks!

Phil

Mike Lowery wrote:
> nmap
> http://insecure.org/nmap/
>
> "Philip Herlihy" <(E-Mail Removed)> wrote in message
> news:f4ettv$nuf$1$(E-Mail Removed)...
>> Thanks - can you recommend an inexpensive one?
>>
>> Phil
>>
>> Dave wrote:
>>> there are some network scanning tools that essentially do the same thing. in
>>> a general case that is the only way to do it, though even that is not
>>> foolproof is there are devices that have blocked icmp. a port scanner may be
>>> better, though good firewalls can block those also.
>>>
>>> "Philip Herlihy" <(E-Mail Removed)> wrote in message
>>> news:f4eb70$kbc$2$(E-Mail Removed)...
>>>> I guess this isn't an "expert" question:
>>>>
>>>> How can I get a list of what addresses on my network have a responding
>>>> device attached?
>>>>
>>>> I've created a crude script which loops through the desired numbers and
>>>> pings each one with a single packet and a short timeout, but I bet there's a
>>>> much simpler and neater way to do this? That will show what a novice I am?
>>>>
>>>> PH, London

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Discover Source IP wilson_eldritch Linux Networking 1 05-14-2008 09:09 PM
Discover IP range Gianluca Wireless Internet 1 11-14-2006 05:05 PM
Network too large to discover and display all devices =?Utf-8?B?aW1lcmM=?= Broadband Hardware 7 07-21-2005 12:41 AM
discover which card did pxe in initrd ittay.dror@gmail.com Linux Networking 0 02-15-2005 07:27 AM
Discover DHCP Evert Carton Linux Networking 3 04-14-2004 07:27 AM



1 2 3 4 5 6 7 8 9 10 11