I recently tested finding IP addresses of devices behind a router and was presented the gateway address and not the actual subnet addresses of the devices. I need to be able to have addresses for devices that I can directly send messages to.
Because of the allowed SLA for push notifications, which I have read can be upwards of 10 minutes, they can't be used. I have a 2 second SLA response requirement to meet.
I know that I can get the subnet address from the device, but can I address it from the public side of the router so I can send a message to it? How?
TIA, Marc