hi,
anyone can help on forwarding multiple ports? thanks.
hi,
anyone can help on forwarding multiple ports? thanks.
Forward 80,443 to 192.168.q.125
/ip firewall nat
add action=dst-nat chain=dstnat comment="Web Server" disabled=no \
dst-address=a.b.c.d dst-port=80,443 protocol=tcp to-addresses=192.168.q.125
Or do you have a more specific question?