Hello,
I want to forward port 80 and 443 (Public) to a server (Public).
/ip firewall nat add chain=dstnat dst-address=69.1.1.1 protocol=tcp dst-port=80 \
action=dst-nat to-addresses=68.1.1.1 to-ports=80
/ip firewall nat add chain=dstnat dst-address=69.1.1.1 protocol=tcp dst-port=443 \
action=dst-nat to-addresses=68.1.1.1 to-ports=443
I also tried adding
/ip firewall nat add chain=srcnat action=masquerade
I tried accessing the mikrotik public ip from the internet , before the rules I used to view webbox, after Connection timed out.
What am I doing wrong ? Thanks for your help !