Redirecting outgoing traffic to other IP

Hi,

Is it possible to do the following:

192.168.1.x communicates with a server on 123.123.123.123 however I want it connect to ip 123.123.123.111 for example in such a way the device does not know the request is send to an other ip.

Thanks,

Matthijs

ip firewall nat
add chain=dstnat src-address=192.168.1.1 dst-address=123.123.123.123 action=dst-nat to-addresses=123.123.123.111

Thanks, it works like a charm!