I am trying to persuade a smart power switch device to send data to IP on my local network instead of sending it to some server in China.
Now the device A that is on local network (e.g. 192.168.88.10) sends UDP packet to external IP (e.g. 88.88.88.88).
I want that this packet is redirected to device B on my local network (e.g. 192.168.88.11) where I can accept it and respond back.
Can I do that with MikroTik? I was trying with srcnat firewall rules but with no luck.