Code: Select all
ip firewall filter add chain=forward dst-address=192.168.88.142 protocol=tcp dst-port=25565 action=accept
Code: Select all
/ip firewall nat add chain=dstnat protocol=tcp dst-port=25565 in-interface=wlan1 action=dst-nat to-address=192.168.88.142 to-ports=25565
Code: Select all
/ip firewall nat
add chain=dstnat action=dst-nat dst-port=25565 protocol=tcp in-interface=wlan1 \
to-address=192.168.88.142 to-ports=25565
I can't get it to work. It works localy, but thats it.
I have tried to disable the Firewall itself, but my router doesn't allow it.
Code: Select all
/ip firewall filter disable [/ip firewall filter find]
Need help. I am open to any solution.