Destination NAT

Hi guys,

Id like to permanently map internal address of X.X.X.X to public address of Y.Y.Y.Y:8090, so whoever hits that public address on that port, goes internally to X.X.X.X. Im not sure how to do this, and really have only one chance to get it right, as this is production router and I cant afford to play around and learn by mistake :slight_smile:

Please help :slight_smile:

Not so Fearless after all :laughing:

/ip firewall nat
add action=dst-nat chain=dstnat dst-address=Y.Y.Y.Y dst-port=8090 protocol=\
    tcp to-addresses=X.X.X.X

Haha, thanks buddy, I`ll continue being fearless in my spare time :laughing:

Shouldn’t it be action=netmap instead?

No