I have router in bridge mode which is installed Openwrt and I want to find IP address of devices which are connected to the router. Since router is in bridge mode, I can not find IP from DHCP leases, but I can find mac address of connected devices.
First thing came to mind is broadcast to all network and finding IP address from ARP but this didn't work for me because when I broadcast to the network I can not take response from some of the devices and I am thinking that this may be related my modem's firewall settings.
So, my question is how can I find IP address of device programmatically from mac address ?