Hello,
I searched forum but couldn’t find a solution for my problem.
I need to port forward e.g. port 4455 to 3389 for remote desktop to a PC.
I got RB1100 as main router connected to internet with network 192.168.1.0/21 and ip 192.168.1.1
which offers internet with hotspot to customers.
As 2cd router I have tp-link router for wifi offer to our office with network 10.10.10.0/24
and ip 10.10.10.1
In tp-link router I have setup port 3389 to forward to ip 10.10.10.50 which is my PC (connected
with wifi). Port forward is very simple on tp-link and its working OK.
On mikrotik except the default nat rules that hotspot created I have added the nat rules :
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=4455 in-interface=ether1-Wan_50Mbps protocol=tcp to-addresses=10.10.10.1 to-ports=3389
add action=masquerade chain=srcnat out-interface=ether1-Wan_50Mbps
No firewall filters exists for now
In torch I see that packets are forwarding to tp-link buy I dont recieve any packets at all. With Packet sniffer also the same.
I tried with another 2cd router but no luck. If I use the tp-link alone the remote is working.
Do i need to add something more to mikrotik for that.
thanks