How to port foward in mikrotik again?
#2
TCP packets:
/ip firewall nat add action=dst-nat chain=dstnat dst-port=<Port to portforward from> in-interface=<WAN interface> protocol=tcp to-addresses=<IP address to portforward to> to-ports=<Port to portforward to>
UDP packets:
/ip firewall nat add action=dst-nat chain=dstnat dst-port=<Port to portforward from> in-interface=<WAN interface> protocol=udp to-addresses=<IP address to portforward to> to-ports=<Port to portforward to>

Last parameter may be omitted, if you don't need it
Thanks given by:


Messages In This Thread
RE: How to port foward in mikrotik again? - by Sveark - 07 Feb 13, 01:01PM