0
Assume there are two or more different private ip address ranges on a wifi network and my PC is connected to a one ip range.
As an example there are two address ranges as
192.168.0.*
and192.168.43.*
. And my PC is connected to the network as192.168.0.10
.
If I need to find the all the ip addresses connected to the same wifi network disregarding the private IP address range, how can I do it.
In above mentioned example assume that there are 5 devices are connected to the network as
192.168.0.1
,192.168.0.2
,192.168.43.1
,192.168.43.2
,192.168.43.3
and my PC as192.168.0.10
. I want to list all those 6 IP addresses through my PC.
You can't expect to see traffic not directed to you; switches in the network learns who are where, and only sends traffic to where needed. You need to ping all possible adresses, and hope they answer. You can ping other ranges than your own, but you don't know if they are physically on the same network than you, – Lenne – 2017-03-09T07:55:30.297