0

Is there any way I can find out the IP addresses on my network?

For example my home router is 192.168.5.1 and it is connected to an airos device the IP of which is 192.168.1.20, and the airos device is connected to a mikrotik device.

How can I know what the IP of the mikrotik device is, and the IP addresses of the devices that are above it.

Zanna
  • 72,312
sa sab
  • 1

1 Answers1

0

There should be a list of connected devices on your router, so you should probably check that first if you have access.

Of course, that won't help you if you want to look up subnets on connected devices. So if that is what you are after, I would suggest that you try to connect to the device that is making the subnet and check what IP you get from there. Then you could scan for other devices using something like nmap.

But like, in general, you won't be able to access subnets without being part of it.

Bjamse
  • 101