private network system(192.168.2.4) <---(LAN)--->(192.168.2.1)Mikrotik (123.201.xxx.xxx)<---(WAN)---> Internet
123.201.xxx.xxx is public IP but not static IP, if disconnect and connect internet back the IP would have changed.
There is a NAT rule to allow outbound traffic:
Code: Select all
srcnat LAN private IP's traffic to be masquerade
chain=srcnat action=masquerade to-addresses=123.201.xxx.xxx src-address=192.168.2.0/24 out-interface=pppoe-out2
Code: Select all
port mapping from 100 to 4's 3389
chain=dstnat action=dst-nat to-addresses=192.168.2.4 to-ports=3389 protocol=tcp dst-address=123.201.xxx.xxx dst-port=100