Hello all
Trying to figure out how to make all Ips trying to send mail to SMTP from local ip 10.10.10.0/24 to masquerade it to a real IP how do i do that??
Thank you
Sarky
ip firewall src-nat add src-address=10.10.10.0/24 dst-port=25 protocol=tcp out-interface=uplink action=masquerade