Fri Feb 07, 2020 12:44 am
Hi there, here's what I would try:
Modem:
* Name, can be anything
* Protocol, should be tcp, udp, or both depending on your needs
* WAN connection, leave as is
* WAN Host IP Range, I'm unsure if this is locking the forwarding to a source IP or something else, can leave as is for now
* MAC mapping, leave unset
* LAN Host IP, set to 192.168.0.1
* WAN Port Range, set to 3456-3456
* LAN Host Port Range, can sometimes leave these blank, as it's for port redirection, but you could also set to 3456-3456 too.
M.T.1
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.0.1 dst-port=3456 protocol=tcp to-addresses=192.168.0.38
M.T.2
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.0.38 dst-port=3456 protocol=tcp to-addresses=192.168.10.15
Device at 192.168.10.15:
Ensure firewall allows for inbound connections on the port you're forwarding and that the program/servce is configured to use that port.
That should do it, but if it still doesn't work it may be blocked at the ISP end of things.
edit: Also, as you suspected, yes, the device does need to be there and active for the port to show as open.