NESS D8XD alarm system installed on a business for my friend and a technician who installed it he said he didn't change the alarm system default ip address.
Default ip is 192.168.0.251 ,,,as per the advise of their National Customer Service Centre,,,I called them and spoke with them
The confusing part I can ping this ip address (192.168.0.251) but it is neither in the list of the attached wired devices nor in the list of attached wireless devices (any way NESS is a wired box)
Snapshot below is for the attached wired devices :
C:\WINDOWS\System32>ping 192.168.0.251
Pinging 192.168.0.251 with 32 bytes of data:
Reply from 192.168.0.251: bytes=32 time=6ms TTL=64
Reply from 192.168.0.251: bytes=32 time=2ms TTL=64
Reply from 192.168.0.251: bytes=32 time=3ms TTL=64
Reply from 192.168.0.251: bytes=32 time=4ms TTL=64
Ping statistics for 192.168.0.251:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 6ms, Average = 3ms
Confusion how can I ping the ip address and it is not listed in my router table ???
Your router usually acts as a DHCP server, giving out dynamic IP addresses in its range, as in 192.168.0.*, or 192.168.1.*.. You may be looking at just those dynamic IP clients in your router's admin interface. Even if it shows other static IPs, it may only show them when there is activity from those devices, and it may be in a different list.
Any client that you set in your router's subnet/IP block will be able to communicate with each other, regardless of whether it shows up in the router list. If you'd like to test whether your router sees static IPs, you can try setting your PC's IP manually to something in the 192.168.0.* range (preferably outside of the router's DHCP server range). You can then check if that new static IP shows in your router's client list.
You can then check if that new static IP shows in your router's client list.
The ip address 192.168.0.200 in the snapshot attached is for an industrial printer and it is a static ip address as this ip address had an activity (traffic sent and received)
it may only show them when there is activity from those devices,
I guess when there was no activity from the static ip address device it won't show in the list, therefore when I did ping to 192.168.0.251 (i.e created activity) but before restarting the router I wasn't able to see it even traffic was generated
What I did I restarted the router and now I can see the alarm system ip address 192.168.0.251 in the list as per below snapshot
Ping from a PC within the same network didn't show static ip addresses for printer and alarm control system within ARP table
Then I did ping both addresses 192.168.0.200 (printer) and 192.168.0.251 (Alarm system) as a result both of them shown in ARP table,,,,,means when there is activity (traffic) then it would be shown in ARP table!!!
Second issue both ip addresses 192.168.0.200 (printer) and 192.168.0.251 (Alarm system) shown as dynamic not static why ???
Everything in the 192.168.0.* range seems to be classified as "dynamic".. What is the range of the DHCP server? It shouldn't include any "static" IP addresses, such as printers set manually to a static IP, the alarm, etc. Windows 10 arp -a tends to show everything in the local range as "dynamic" for some reason, I wouldn't rely on it to always be correct.
Other than that I wouldn't worry about them only showing when there is activity/pings.