Good day!
Help please do send traffic from one real IP to another real IP
My colleague suggested a scheme for Linux but do not know how to write in RouterOS
iptables -t nat -I PREROUTING -d 89.222.XXX.XXX -p tcp --dport 22 -j DNAT --to-destination 89.222.YYY.YYY
iptables -t nat -I POSTROUTING -s 89.222.YYY.YYY -j SNAT --to-source 89.222.XXX.XXX
Thanks in advance.