dear all
i have a real ip and i want to create ftp server to let user download and upload on this server outside my internal network
please help me to achieve this task
all the best
Is the server on your internal network? Do you have a static IP? If yes to both then replace the 1.1.1.1 with your public address and the 192.168.1.2 with the private address of your FTP server.
/ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-address=1.1.1.1 \
dst-port=21 protocol=tcp to-addresses=192.168.1.2