May i know how to use iptables convert to mikrotik rule.
port 25565 → port 2525
when the user connect to 25565 port then redirect to 2525
May i know how to use iptables convert to mikrotik rule.
port 25565 → port 2525
when the user connect to 25565 port then redirect to 2525
When you create your IP > Firewall dst-nat rule on the Mikrotik, you put the translated port into the to-ports field.
Hi.
An example:
chain=dstnat action=dst-nat to-addresses= to-ports=2525 protocol=tcp in-interface=pppoe-fibra dst-port=25565