|
|
Is there a utility which will give a list of all devices on my network with their IP addresses?
Every so often, my devices (printers, ATA etc are not available but then can be found on a different IP address. Today it was my VoIP ATA.and a printer.
Many thanks.
Cheers!
Clive
Andrews & Arnold Home::1 FTTC DrayTek Vigor 2762ac Cisco ATA191 and HUAWEI E5776 with O2 Data SIM
|
|
|
|
Whatever device acts as your DHCP server should have a list or page of current devices on the network that have been issued an address.
Suff like printers should be bound to a reserved/static DHCP address on the sever setup - such that it always gets the same IP. How you do that depends on the specifics of the device, but is usually pretty straightforward.
|
|
|
I use nmap for this.
Example:
nmap -PR -sP 192.168.1.0/24
Starting Nmap 7.91 ( https://nmap.org ) at 2021-06-05 16:44 BST
Nmap scan report for 192.168.1.2
Host is up (0.00013s latency).
MAC Address: 00:19:XX:XX:XX:XX (BSkyB)
Nmap scan report for 192.168.1.3
Host is up (0.00030s latency).
MAC Address: 68:5B:XX:XX:XX:XX (Apple)
etc
etc
Iain
|
|
Register (or login) on our website and you will not see this ad.
|
|
|
I've long worked on the basis that if a device isn't likely to get carted off to someone else's LAN (eg printers, smart TVs, Airplay speakers...) then it gets configured with a fixed IP and I keep a list
Also allows me to keep things "tidy" by grouping similar devices together.
Bill
|
|
|
Advanced IP Scanner (Free) should fit the bill nicely!
Any critical devices (where you absolutely need to know the IP or change of IP will mess something up) should be set to static, either at the DHCP server or on the device itself.
I like my internet how I like my breakfast cereal...
VM 1000/50.
|
|
|
+1 for NMAP (Zenmap GUI)
plusnet FTTC 55/10
Using a Fritz!Box 7530
Live BQM
|
|
|
The web interface on your Draytek router (see manual) should give you all the details.
ARP Cache Table
DHCP Table
Or if you prefer you could telnet into the box (see manual page 447) and issue the show lan command.
Edited by Pheasant (Sun 06-Jun-21 08:39:37)
|
|
|
Just bye the bye, when I was still working and there were thousands of IP's on the corporate LAN, we made it a strict rule when installing printers and drivers to the group using them to only use network names (not IP addresses) when addressing devices
plusnet FTTC 55/10
Using a Fritz!Box 7530
Live BQM
|
|
|
Thank you for the reference to my Draytek. The DHCP Table has the information I wished for. Strangely(?) the ARP Cache Table offers two less than the DHCP Table.
One is a RokuStick for internet TV, the other one a COM-MID1 I am uncertain about. Google suggests "COM-MID1 is a host-name commonly assigned to the Wi-Fi adaptors found in Panasonic products." We do have a Panasonic TV, although switched off. Maybe the Wi-Fi is powered on standby.
Thanks again.
Cheers!
Clive
Andrews & Arnold Home::1 FTTC DrayTek Vigor 2762ac Cisco ATA191 and HUAWEI E5776 with O2 Data SIM
|
|
|
Thanks Iain, nmap certainly looks interesting, I will have a play later.
Cheers!
Clive
Andrews & Arnold Home::1 FTTC DrayTek Vigor 2762ac Cisco ATA191 and HUAWEI E5776 with O2 Data SIM
|
|
|
Thank you for the reference to my Draytek. The DHCP Table has the information I wished for. Strangely(?) the ARP Cache Table offers two less than the DHCP Table.
The expiry time for these two items will be different. Often you can configure DHCP to remember MAC to IP mappings as you desire, for example upto 28 days if you have enough IP addresses.
ARP will expire much more often but is recreated. Not worth worrying about. ARP is so much more low level.
21 years of broadband connectivity since 1999 trial - Live BQM
|
|
|
Thanks for that. Advanced IP Scanner looks interesting. I particularly like the display of the manufacturer's name. Certainly helps tracking down what's what.
Cheers!
Clive
Andrews & Arnold Home::1 FTTC DrayTek Vigor 2762ac Cisco ATA191 and HUAWEI E5776 with O2 Data SIM
|
|
|
Thanks for that. Advanced IP Scanner looks interesting. I particularly like the display of the manufacturer's name. Certainly helps tracking down what's what.
This is called OUI lookup as the IEEE allocate the first block of numbers in each MAC to a vendor as an "organisationally unique identifier". https://standards.ieee.org/faqs/regauth.html#17
However often you find the manufacturer of the network card (e.g. Intel, Broadcom, Realtek) rather than the manufacturer of the device (e.g. Apple, Dell, HP, Samsung, LG etc).
The larger makes tend to have their own OUI's added to the network card, typically Apple, Dell etc do this, the volumes are so high.
There are other places to look up OUI's too:
https://standards.ieee.org/faqs/regauth.html
https://www.wireshark.org/tools/oui-lookup.html
21 years of broadband connectivity since 1999 trial - Live BQM
|
|
|
Yes. That’s normal. As jchamier had pointed out, the ARP table is effectively an instant (not quite) snapshot of what the particular network router (or switch) has mapped between the MAC address and IP address. Hence the description of it being a “cache” - temporal in nature.
On the other hand DHCP table is a record of active “leases” and these are active for the life time of the lease; which could be in the minutes, hours, days or longer! Even if the device has now disconnected or powered off from the network in question it’s lease will still be evident in such a table held by the DHCP server until the lease expires (or is otherwise cleared).
An ARP cache will also show devices that have not necessarily been assigned an IP address by DHCP - could be manually assigned - and may include devices that are indirectly connected via intermediate hubs or switches. It’s what the router or switch can ‘see’ on the broadcast domain of the device.
Note also the same device if connected by say WiFi and LAN cable will have a listing in the respective table for each respective interface/MAC address. In the case of a laptop for example both interfaces could be simultaneously active.
Edited by Pheasant (Sun 06-Jun-21 14:24:47)
|
|
|
Fing make a pretty decent desktop and mobile app which will give you quite comprehensive information about your network.
https://www.fing.com/products/fing-desktop
They do try to upsell their premium products but it's not too intrusive.
|
|
|
|
A nice one is WiFiman from Ubiquiti for a mobile device. Has a WiFi scanner, speed test and device discovery with no ads. It also has a signal mapper, though I have never used that facility.
As someone else pointed out you have a Draytek router, you can assign a static IP to devices you need to be on IP address that don't change. Personally I use and abuse dnsmasq in my Edgerouter so I can assign them DNS names. Although mDNS is an alternative option there but I am old school and prefer proper DNS.
|