Attempting to redirect traffic encounters persistent issues.
Attempting to redirect traffic encounters persistent issues.
So I'm trying to forward some ports (minecraft (25565)), but every time I fail. Right now I'm very confused due to the fact that: -I have a mikrotik LHG-LTE6 antenna - going to TP-LINK Archer C1200 (running in AP mode) Things I've tried so far - "/ip firewall nat add chain=dstnat protocol=tcp dst-port=25565 in-interface=lte1 action=dst-nat to-address=192.168.88.244 to-ports=25565" " / ip firewall filter add chain = forward dst - address = 192.168 .88.244 protocol = tcp dst - port = 25565 action = accept "