I need to NAT all outgoing SMPT Port 25 traffic to a particular MT interface with an IP address.
I tried something like in ip firewall nat
add action=masquerade chain=srcnat dst-port=25 out-interface=ether3-out protocol=tcp to-addresses=x.x.x.x (ip on MT)
but it does not seem to work. I have tried numerous other ideas and re-re-read the NAT/MASQ rules and just can't seem to hit on a combination of how to make it work.... I usually NAT the other way so this is a little bit of a mind bender for me.
Any one better at this give me a hint?
Thanks...