FlyerTalk Forums

FlyerTalk Forums (https://www.flyertalk.com/forum/index.php)
-   Travel Technology (https://www.flyertalk.com/forum/travel-technology-169/)
-   -   How can I find the ip addresses of all the devices on my network? (https://www.flyertalk.com/forum/travel-technology/1290547-how-can-i-find-ip-addresses-all-devices-my-network.html)

cblaisd Dec 12, 2011 8:26 pm

How can I find the ip addresses of all the devices on my network?
 
Every so often, I need to find the ip addresses for one of the devices on my network. (Yes, I've thought about assigning static ip's to all the ones where that is possible, but never have gotten around to it).

I know that Network Magic will do a network map but I really don't want to install it again and have its service running all the time.

Is there a program -- or a command line -- that will do a network census and then tell me what ip's are currently assigned (via the router's DHCP) to which devices?

KVS Dec 12, 2011 8:36 pm


Originally Posted by cblaisd (Post 17615292)
Is there a program -- or a command line -- that will do a network census and then tell me what ip's are currently assigned (via the router's DHCP) to which devices?

Virtually all routers have an option to show a list of the current DHCP leases:

http://screenshots.portforward.com/T...HCP_Leases.jpg

tentseller Dec 12, 2011 8:37 pm

I usually just log into the router and look up the DHCP table and that show all Ip addresses assigned along with name of device if one is available.

cblaisd Dec 12, 2011 8:38 pm

Good points. I'd forgotten that. :redfaced:

cblaisd Dec 12, 2011 8:46 pm

Okay. Found the list of DHCP clients. But I apparently assigned a static ip to a couple of devices and now can't remember them so can't get to their config pages.

cordelli Dec 12, 2011 9:04 pm

Advanced IP Scanner is a free utility that will scan a range of IP addresses

http://www.radmin.com/products/ipscanner/

It's not the best out there, but it's pretty small and as a one off may be just what you are looking for. It gives the IP and Mac address, sometimes the name.

cblaisd Dec 12, 2011 9:13 pm

Mahalo nui :)

peterivanov Dec 12, 2011 10:14 pm

Hi, cblaisd

This tool scan local network and list ip/mac addresses, hostname, workgroup, manufacturer for every network devices on network:

http://trogonsoftware.com/trogon-mac-scanner.html

NJTrucker Dec 12, 2011 11:41 pm

If you have an Android phone there is an app called "Fing" does what you want and a lot more.

gfunkdave Dec 13, 2011 8:15 am

nmap is a free and open source network scanner/port scanner/does lots of other stuff. There are versions for Linux and Windows...and I think MacOS.

http://nmap.org/

docbert Dec 13, 2011 8:43 am

This is not guaranteed to find them all (depends on the individual device firewall rules/etc), but it'll normally do a fairly good job...

Firstly, do a broadcast ping to the "network" address, which is the last IP address in the range you network is using. eg, if your using 192.168.1.0, then you want :
ping 192.168.1.255

Ignore the results you get back from the ping - they won't tell you much.

Next, run :
arp -a

Scroll through the resulting list and look for everything with the word "dynamic" next to it, and you'll have your list of most/all of the devices on the network (excluding the host you're doing this from). Note that "dynamic" in this context is referring to the "ARP cache", does not relate to dynamic/static DHCP entries in any way.

dawk Dec 13, 2011 9:05 am


Originally Posted by docbert (Post 17617938)
This is not guaranteed to find them all (depends on the individual device firewall rules/etc), but it'll normally do a fairly good job...

Actually it usually won't give you most of devices. You could though create a script that will ping the whole subnet, one by one. Unless you have some sophisticated IDS or end-point firewalls, it will give you a full overview.

nmenaker Dec 13, 2011 11:53 am

If you are on a mac and any airport product, the airport utility will show all clients connected and assigned DHCP addresses.

cyclogenesis Dec 13, 2011 11:59 am

Just a warning, nmaping on anothers network is bad manners and looks like (and often is!) an attack...

richarddd Dec 13, 2011 12:18 pm

Another alternative
http://www.nirsoft.net/utils/wireles...k_watcher.html


All times are GMT -6. The time now is 9:35 am.


This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.